-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Milestone
Description
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)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.