plt tight layout

32

plt tight layout -

fig, ax = plt.subplots()
example_plot(ax, fontsize=24)
plt.tight_layout()

Comments

Submit
0 Comments