Bug#750630: python-matplotlib: Default backend 'tkagg' broken

2014-06-17 Thread Micha
Package: python-matplotlib Version: 1.3.1-1+b2 Followup-For: Bug #750630 Dear Maintainer, It seems that the default backed is tkagg which is not built in this version of matplotlib. It is better to build tkagg as well as it is better for several things, but an alternative is to set a different

Bug#750630: python-matplotlib: Default backend 'tkagg' broken

2014-06-11 Thread Steve Lane
Hello, I am wondering if there will be an update to the package released soon. Thanks/best, -- Steve Lane System Administrator, Scientific Computing Joint BioEnergy Institute Lawrence Berkeley National Laboratory -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#750630: python-matplotlib: Default backend 'tkagg' broken

2014-06-09 Thread Rolf Wuerdemann
Package: python-matplotlib Version: 1.3.1-1+b2 Followup-For: Bug #750630 Dear Maintainer, After updating to 1.3.1-1+b2 I was unable to import pyplot from matplotlib: from matplotlib import pyplot Traceback (most recent call last): File stdin, line 1, in module File

Bug#750630: python-matplotlib: Default backend 'tkagg' broken

2014-06-05 Thread Matthias Liertzer
Package: python-matplotlib Version: 1.3.1-1+b1 Severity: grave Justification: renders package unusable A simple script like #!/usr/bin/env python import numpy as np import matplotlib.pyplot as plt plt.figure() x = np.linspace(0, 1, 100) y = np.sin(x) plt.plot(x, y) plt.show() fails to show a