update some plots with white background

This commit is contained in:
2018-08-09 16:45:55 +02:00
parent 180551bfc9
commit 3c85b58cb1
14 changed files with 38 additions and 2966 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -21,8 +21,8 @@ plt.rcParams['axes.facecolor'] = 'white'
fig, axarr = plt.subplots(
2,
1,
figsize=(10, 8),
gridspec_kw={'height_ratios':[4, 1]}
figsize=(8, 6),
gridspec_kw={'height_ratios':[4, .8]}
)
plt.subplots_adjust(hspace=.5)
data = pd.read_csv("./" + __file__[:-3].split("_")[1] + append + ".csv", comment="#")
@@ -96,7 +96,6 @@ axarr[0].legend(
ncol=3)
plt.savefig(
"./" + __file__[:-3].split("_")[1] + append + ".pdf",
dpi=1000,
bbox_inches='tight')
dpi=1000)
vtt.unc_tolatex(fits[0], "0")