Is there a way to get matplotlib to plot a perfect circle? They look more like ovals.
I believe the simpler thing to do is adding the following:
ax.set_aspect('equal')