8000 Arrow in polar plot broken · Issue #5344 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Arrow in polar plot broken #5344
@michaelaye

Description

@michaelaye

It works fine only at angle 0, otherwise the arrow head is corrupted.
Using this code:

fig = plt.figure()
ax = fig.add_subplot(111, polar=True)
ax.arrow(0, 0, 3.14/2, 0.8, linewidth=3, width=0.005 )
ax.yaxis.set_ticklabels([])
ax.tick_params(axis='both', which='major', labelsize=20)

Here's how it looks:
unknown

At zero for 3rd parameter of above arrow call, it looks okay, but only there:
unknown-1

Version: master on OSX, in the notebook, seen both with inline and nbagg backend.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0