-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed as not planned
Labels
New featurestatus: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Action
Milestone
Description
There seems to be a problem with pcolormesh and the hatch-parameter. The hatch-symbol does not seem to appear, if you execute the basic example
x = np.arange(10)
y = np.arange(10)
z = np.arange(100).reshape((10, 10))
plt.pcolormesh(x, y, z, hatch = '*')
plt.show()
I only see the the image but not the *-symbol.
Metadata
Metadata
Assignees
Labels
New featurestatus: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Action