From 38023dcd5246ffa70e03b4b74930e0830d654f47 Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Thu, 2 Dec 2021 12:20:40 +0100 Subject: [PATCH] Bug in matplotlib 3.5.0 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. --- src/pip.freeze | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pip.freeze b/src/pip.freeze index 406ab63..196bfa6 100644 --- a/src/pip.freeze +++ b/src/pip.freeze @@ -2,7 +2,7 @@ ase h5py ipython lxml -matplotlib +matplotlib==3.4.3 numpy Pint pandas