Skip to content

Commit c99c6ee

Browse files
committed
make plot square
1 parent 9ed1a3f commit c99c6ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@
4646
if args.legend:
4747
plt.legend()
4848

49+
plt.gca().set_aspect('equal', adjustable='box')
4950
plt.savefig(args.output, dpi=500)

0 commit comments

Comments
 (0)