update some plots with white background
This commit is contained in:
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")
|
||||
|
||||
Reference in New Issue
Block a user