You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To help us understand and resolve your issue please check that you have provided
the information below.
Matplotlib version, Python version and Platform (Windows, OSX, Linux ...)
MacOSX
matplotlib 1.5.1
Python 3.5.2
How did you install Matplotlib and Python (pip, anaconda, from source ...)
I installed it via Miniconda and updated it to the most recent version, i.e., conda update matplotlib
If possible please supply a Short, Self Contained, Correct, Example
that demonstrates the issue i.e a small piece of code which reproduces the issue
and can be run with out any other (or as few as possible) external dependencies.
To help us understand and resolve your issue please check that you have provided
the information below.
conda update matplotlibthat demonstrates the issue i.e a small piece of code which reproduces the issue
and can be run with out any other (or as few as possible) external dependencies.
However, a continuous colormap works fine, e.g.,
viridis. So I suspect that there's a bug inListedColormapI.e., using the colormap
viridisinplt.contourf(xx1, xx2, Z, alpha=0.4, cmap='viridis')produces expected results:note where it used to work.