you can change this line:
ax.axis('equal')
to:
ax.set_aspect('equal', 'box')
Output: tip: Im use fake data to this fig!
CLICK HERE to find out more related problems solutions.
you can change this line:
ax.axis('equal')
to:
ax.set_aspect('equal', 'box')
Output: tip: Im use fake data to this fig!
CLICK HERE to find out more related problems solutions.