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.
1 parent 9ed1a3f commit c99c6eeCopy full SHA for c99c6ee
plot.py
@@ -46,4 +46,5 @@
46
if args.legend:
47
plt.legend()
48
49
+plt.gca().set_aspect('equal', adjustable='box')
50
plt.savefig(args.output, dpi=500)
0 commit comments