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
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-rc-requ...@lists.debian.org
with a subje
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 "", line 1, in
File "/usr/lib/pymodules/python2.7/m
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
4 matches
Mail list logo