Skip to content

pcolormesh: hatch-parameter not appearing #3058

@oschoudhury

Description

@oschoudhury

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

No one assigned

    Labels

    New featurestatus: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github Action

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions