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
Description
Bug summary
Edgecolor isn't shown inpcolomesh
with matplotlib (3.5.0). It works in 3.2.2.
Code for reproduction
importmatplotlib.pyplotaspltimportnumpyasnpZ=np.random.rand(5,5)plt.pcolormesh(Z,cmap='viridis',fc='none',edgecolor='face',lw=5)
Actual outcome
Expected outcome
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