We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a094fa8 commit 4648760Copy full SHA for 4648760
gio/logo.py
@@ -39,7 +39,7 @@ def plot(ax=None, fname=None):
39
ax.set_zlim(0, 1200)
40
41
if fname is not None:
42
- plt.savefig(fname, dpi=200)
+ plt.savefig(fname, dpi=200, bbox_inches='tight')
43
44
plt.show()
45
0 commit comments