Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
Open
@zxdawn

Description

@zxdawn
Issue body actions

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.