X Tutup
Skip to content

FancyArrowPatch linestyle always solid #7224

@moritzscholz

Description

@moritzscholz

Matploblib 2.0.0b4, Python 3.5.2, Windows, Anaconda 4.1.1, Qt5, 32 bit.

I tried drawing FancyArrowPatches with linestyle='dotted' and linestyle='dashed', however they are always drawn with solid lines. In MPL 1.5.1 they are drawn with the correct linestyle. Is this a bug?

Code:

e = FancyArrowPatch((0,0), (0.5,0.5),
                            arrowstyle='-|>',
                            connectionstyle='angle3',
                            mutation_scale=10.0,
                            linewidth=2,
                            linestyle='dotted',
                            color='k')
ax.add_patch(e)

Metadata

Metadata

Assignees

Labels

Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup