Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Labels
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, ashatch
is bound toec
if I set this latter tonone
, hatches disappear as well...