the workaround maks suggested works well, but you have to adjust all
your scripts. If you want a global solution you can adjust your
matplotlibrc (/etc/matplotlibrc or ~/.config/matplotlib/matplotlibrc) with
backend : GTK
or other backends like GTK3Cairo (which i'm using now).
A sample conf
Having to plot thingies, this is my workaround for the moment:
+import matplotlib
+matplotlib.use('GTK')
import matplotlib.pyplot as plt
--
maks
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
2 matches
Mail list logo