-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Open
Labels
Difficulty: Mediumhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesNew featurekeepItems to be ignored by the “Stale” Github ActionItems to be ignored by the “Stale” Github Actiontopic: hatch
Milestone
Description
- Fedora 20; Python 2.7.5; Matplotlib 1.4.3 (installed by yum/pip)
I look around but this seems still to be an open issue. Do you confirm it? I have a polygon filled y hatches but I would like to plot only those hatches rather than the edge of the polygon too. Like:
ax.add_artist(mpatches.Polygon(..., ec='none', fc='none', hatch='//'))
But in this fashion, as hatch
is bound to ec
if I set this latter to none
, hatches disappear as well...
Metadata
Metadata
Assignees
Labels
Difficulty: Mediumhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesNew featurekeepItems to be ignored by the “Stale” Github ActionItems to be ignored by the “Stale” Github Actiontopic: hatch