[IPython-dev] An issue using matplotlib in the new ipython

Eric Firing efiring at hawaii.edu
Sat Aug 27 18:48:53 EDT 2011


On 08/24/2011 08:57 AM, Gökhan Sever wrote:
> Hi,
>
> Using the new IPython with --pylab option:
>
> Creating a simple plot via
>
> plt.plot(range(10))
>
> then typing in the shell for example:
>
> plt.plot? and getting the help blocks the figure. Is this a known
> issue? I don't recall seeing this behavior in the previous IPython.

See https://github.com/ipython/ipython/pull/741.

Eric


>
> matplotlib.__version__
> '1.1.0'
>
> using Qt4Agg also confirmed with WXAgg
>
> Also noting a minor typo at
>
> https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/axes.py
> line 4360:
>
> The loc "itslef" ->itself can be a 2-tuple giving x,y of the
> lower-left corner of
>
> Thanks
>
>




More information about the IPython-dev mailing list