Upgrading matlplotlib to the git head version worked perfectly.
Thanks !
From: Thomas Caswell
To: Benjamin Root
Cc: FJ ; Matplotlib Users
Sent: Saturday, February 7, 2015 4:25 PM
Subject: Re: [Matplotlib-users] Matplotlib backend nbagg does not show figure
in iPython Notebook
t; ipython notebook --ip 0.0.0.0
>>>>
>>>> I've tried this both inside and out of a virtualenv virtual
>>>> environment with same results.
>>>>
>>>> thanks.
>>>>
>>>> --
>>&
start the notebook with :
>>>
>>> ipython notebook --ip 0.0.0.0
>>>
>>> I've tried this both inside and out of a virtualenv virtual environment
>>> with same results.
>>>
>>> thanks.
>>>
>>> ----------
; with same results.
>>
>> thanks.
>>
>> --
>> *From:* Benjamin Root
>> *To:* fjanoos
>> *Cc:* Matplotlib Users
>> *Sent:* Saturday, February 7, 2015 9:24 AM
>> *Subject:* Re: [Matplotlib-users] Matplotlib bac
both inside and out of a virtualenv virtual environment
> with same results.
>
> thanks.
>
> --
> *From:* Benjamin Root
> *To:* fjanoos
> *Cc:* Matplotlib Users
> *Sent:* Saturday, February 7, 2015 9:24 AM
> *Subject:* Re: [Matplotlib-users] M
How did you start ipython?
On Sat, Feb 7, 2015 at 2:27 AM, fjanoos wrote:
> hi Benjamin
>
> This sequence in a new notebook:
>
> %matplotlib nbagg
> import matplotlib as mpl
> import matplotlib.pyplot as plt
> plt.plot(range(100))
>
> also results in exactly the same result - the figure placehol
hi Benjamin
This sequence in a new notebook:
%matplotlib nbaggimport matplotlib as mpl
import matplotlib.pyplot as pltplt.plot(range(100))
also results in exactly the same result - the figure placeholder (not sure what
the exact term is) but no figure inside it.
Regards.
From: Benjamin
Selecting a backend must be first before any other matplotlib actions.
Typically, ipython magics (the %matplotlib commands) are kept at the top
anyway.
I hope that clears it up.
Ben Root
On Feb 5, 2015 5:22 PM, "fjanoos" wrote:
> Hello,
>
> I'm running the following configuration
> Python 2.7.6
Hello,
I'm running the following configuration
Python 2.7.6 (default, Feb 5 2015, 00:21:43)
IPython 3.0.0-b1
matplotlib '1.4.2'
The version of the notebook server is 3.0.0-b1-ee6223a.
This is running on linux 3.16.0-0.bpo.4-amd64 #1 SMP Debian
3.16.7-ckt2-1~bpo70+1 (2014-12-08) x86_64 GNU/Linu