[Bug]: Edgecolor doesn't work with pcolormesh · Issue #21825 · matplotlib/matplotlib · GitHub
Skip to content

[Bug]: Edgecolor doesn't work with pcolormesh #21825

Description

@zxdawn

Bug summary

Edgecolor isn't shown in pcolomesh with matplotlib (3.5.0). It works in 3.2.2.

Code for reproduction

import matplotlib.pyplot as plt 
import numpy as np

Z = np.random.rand(5, 5) 
plt.pcolormesh(Z, cmap='viridis', fc='none', edgecolor='face', lw=5)

Actual outcome

test_3 5 0

Expected outcome

test_3 2 2

Additional information

No response

Operating system

Ubuntu

Matplotlib Version

3.5.0

Matplotlib Backend

QtAgg

Python version

3.8.12

Jupyter version

No response

Installation

conda

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Documentationstatus: 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

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions