Describe the issue Noticed while working on #18579. Summary Capstyle and joinstyle of PathPatch and Line2D differ: c apstyle joinstyle Line2D projecting round PathPatch butt miter as can be seen in: ...
http://matplotlib.org/api/patches_api.html#matplotlib.patches.PathPatch from matplotlib import pylabfrom matplotlib.patches import PathPatchfrom matplotlib.path import Path ...