Re: matplotlib broken

2015-06-16 Thread Federico Beffa
On Tue, Jun 16, 2015 at 1:50 PM, Ludovic Courtès wrote: >>> I don’t know if I’m missing something, but when I type ‘matplotlib’ at >>> the prompt, I get: >>> >>> /gnu/store/g4m8q73cq4lym3v1ag7pnk5zv49mdifs-python-matplotlib-1.4.2/lib/python3.4/site-packages/matplotlib-1.4.2-py3.4-linux-x86_64.egg/

Re: matplotlib broken

2015-06-16 Thread Ludovic Courtès
Federico Beffa skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> I don’t know if I’m missing something, but when I type ‘matplotlib’ at >> the prompt, I get: >> >> /gnu/store/g4m8q73cq4lym3v1ag7pnk5zv49mdifs-python-matplotlib-1.4.2/lib/python3.4/site-packages/matplotlib-1.4.2-py3.4-linux-x86

Re: matplotlib broken

2015-06-15 Thread Federico Beffa
l...@gnu.org (Ludovic Courtès) writes: > I don’t know if I’m missing something, but when I type ‘matplotlib’ at > the prompt, I get: > > /gnu/store/g4m8q73cq4lym3v1ag7pnk5zv49mdifs-python-matplotlib-1.4.2/lib/python3.4/site-packages/matplotlib-1.4.2-py3.4-linux-x86_64.egg/matplotlib/backends/backe

Re: matplotlib broken

2015-06-15 Thread Ludovic Courtès
Federico Beffa skribis: > Starting ipython3 and executing the following commands > > %matplotlib > import numpy as np > import matplotlib.pyplot as plt > t = np.r_[0:5] > plt.plot(t, t) I don’t know if I’m missing something, but when I type ‘matplotlib’ at the prompt, I get: --8<---

matplotlib broken

2015-06-09 Thread Federico Beffa
Hi, today I've updated all packages in my profile and I find that matplotlib doesn't work anymore. Starting ipython3 and executing the following commands %matplotlib import numpy as np import matplotlib.pyplot as plt t = np.r_[0:5] plt.plot(t, t) now produces an empty, gray window, while with t