Bug#750630: Bug#751385: newer python interfers with matplotlib

2014-06-13 Thread Michael Strobel
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 configuration and all possible backends can be found here:
http://matplotlib.org/users/customizing.html

Best wishes
Michael



signature.asc
Description: OpenPGP digital signature


Bug#750630: Bug#751385: newer python interfers with matplotlib

2014-06-12 Thread maximilian attems

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-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org