[IPython-User] Long output for a simple plot command
Gökhan Sever
gokhansever@gmail....
Mon Jan 21 11:58:53 CST 2013
Interestingly, I have found the culprit for this behavior:
c.PlainTextFormatter.verbose = True
line in my ipython_config.py
Commenting out this line or setting it to False fixes the problem.
On Sun, Jan 20, 2013 at 10:31 PM, Gökhan Sever <gokhansever@gmail.com>wrote:
> Hello,
>
> Just testing the master's from matplotlib and ipython git repos.
>
> A simple command within ipython --pylab produces a long output then brings
> the plot window.
>
> plt.plot([5])
>
> ending the line with ';' suppresses the output.
>
> Is this the default behavior anymore or part of a internal testing?
>
> Thanks.
>
> --
> Gökhan
>
--
Gökhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20130121/5f0e83cf/attachment-0001.html
More information about the IPython-User
mailing list