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/
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
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
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<---
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