On Fri, Jul 9, 2010 at 9:52 PM, bdb112 <boyd.blackw...@anu.edu.au> wrote:

> python or ipython. See version numbers at end.
>
>
>
> import time
> # Note - this version is meant to be pasted!
>
> print('When pasted in to ipython -pylab, the plot should appear immediately,
> '
>      ' then the ipython prompt after sleep(2): but the plot waits until the
> prompt!')
> plot([3,4], hold=0)
> ion()
> show()
> time.sleep(2)
>
> Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
> IPython 0.10
> matplotlib.__version__   Out[3]: '0.99.1.1

Any chance you can test this with the latest release 1.0.0?

JDH

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to