http://matplotlib.org/api/patches_api.html#matplotlib.patches.PathPatch from matplotlib import pylabfrom matplotlib.patches import PathPatchfrom matplotlib.path import Path ...
The problem is the internal representation of the Arc: It's path is an ellipse (actually a transformed circle). The angles are stored and used in Arc.draw() to limit drawing to the correct ellipse ...