Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6e8468 + e7caa5e commit e8d4502Copy full SHA for e8d4502
1 file changed
examples/pylab_examples/axis_equal_demo.py
@@ -29,4 +29,6 @@
29
plt.plot([0, 4], [0, 4])
30
plt.title('still equal after adding line', fontsize=10)
31
32
+plt.tight_layout()
33
+
34
plt.show()
0 commit comments