From: Gökhan S. <gok...@gm...> - 2011-08-24 18:57:32
|
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. 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 -- Gökhan |