diff --git a/melodies_monet/plots/satplots.py b/melodies_monet/plots/satplots.py index c2be2040..92cec927 100644 --- a/melodies_monet/plots/satplots.py +++ b/melodies_monet/plots/satplots.py @@ -524,7 +524,7 @@ def make_spatial_overlay(df, vmodel, column_o=None, label_o=None, column_m=None, cax.tick_params(labelsize=text_kwargs['fontsize']*0.8,length=10.0,width=2.0,grid_linewidth=2.0) #plt.tight_layout(pad=0) - savefig(outname + '.png',loc=4, logo_height=100, decorate=True, bbox_inches='tight', dpi=150) + savefig(outname + '.png',loc=4, logo_height=100, bbox_inches='tight', dpi=150) return ax def calculate_boxplot(df, df_reg=None,column=None, label=None, plot_dict=None, comb_bx = None, label_bx = None): @@ -671,7 +671,7 @@ def make_boxplot(comb_bx, label_bx, ylabel = None, vmin = None, vmax = None, out ax.set_ylim(ymin = vmin, ymax = vmax) plt.tight_layout() - savefig(outname + '.png',loc=4, logo_height=100, decorate=True, bbox_inches='tight', dpi=200) + savefig(outname + '.png',loc=4, logo_height=100, bbox_inches='tight', dpi=200) def make_spatial_bias_gridded(df, column_o=None, label_o=None, column_m=None, label_m=None, ylabel = None, vmin=None, @@ -777,5 +777,5 @@ def make_spatial_bias_gridded(df, column_o=None, label_o=None, column_m=None, cax.tick_params(labelsize=text_kwargs['fontsize']*0.8,length=10.0,width=2.0,grid_linewidth=2.0) #plt.tight_layout(pad=0) - savefig(outname + '.png',loc=4, logo_height=100, decorate=True, bbox_inches='tight', dpi=150) + savefig(outname + '.png',loc=4, logo_height=100, bbox_inches='tight', dpi=150) return ax