Skip to content

Commit

Permalink
Merge pull request MaCFP#341 from rmcdermo/master
Browse files Browse the repository at this point in the history
Fire_Growth: use smaller legend fontsize and move to outside legend f…
  • Loading branch information
rmcdermo authored Aug 9, 2023
2 parents 62994cb + 8e5ce0c commit 551a8c8
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@
line_style='None',
line_color=color[irow],
show_legend=True,
legend_location='lower right',
legend_location='outside',
figure_right_adjust=0,
legend_fontsize=10,
figure_handle=f)

plt.errorbar(x,z,linestyle='',xerr=u,capsize=4,ecolor=color[irow])

x1 = M1.loc[indices1[irow],"Flux-1":"Flux-50"].values[:].astype(float)
Expand All @@ -72,6 +75,9 @@
line_style='-',
line_color=color[irow],
show_legend=True,
legend_location='outside',
figure_right_adjust=0,
legend_fontsize=10,
figure_handle=f)

f = macfp.plot_to_fig(x_data=x2, y_data=z_FDS, data_label=hrr_label[irow],
Expand All @@ -83,6 +89,9 @@
line_style='--',
line_color=color[irow],
show_legend=True,
legend_location='outside',
figure_right_adjust=0,
legend_fontsize=10,
figure_handle=f)

f.tight_layout(pad=0.0, h_pad=0.0, w_pad=0.0, rect=[0.05, 0.05, 0.90, 0.95])
Expand Down

0 comments on commit 551a8c8

Please sign in to comment.