Bug in matplotlib 3.5.0
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
There is presumably a bug when using pcolormesh with msspec in matplotlib 3.5.0. The stereo projection does not work properly and the CPU is rising at 100% as well as the memory usage. Meanwhile, the event loop of Wx is affected freezing the GUI. Reverting to last stable 3.4.3 version fixes the problem for now. A true fix should be found asap.
This commit is contained in:
parent
75c599de95
commit
38023dcd52
|
@ -2,7 +2,7 @@ ase
|
|||
h5py
|
||||
ipython
|
||||
lxml
|
||||
matplotlib
|
||||
matplotlib==3.4.3
|
||||
numpy
|
||||
Pint
|
||||
pandas
|
||||
|
|
Loading…
Reference in New Issue