Hi,

this must have been answered many times already, but I searched the
archives, online docs, but couldn't find anything.

If I do:

$ python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:58:18)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pylab
>>> pylab.plot([1, 3, 3])
[<matplotlib.lines.Line2D object at 0x2154350>]
>>> pylab.show()
>>> pylab.show()
>>>

the first pylab.show() shows the plot and stays hanging (this is ok)
and then if I close it, to get back to the shell, the second call to
show() does nothing.

One fix is to use:

ipython --pylab

but if I just want to call regular python, or from my own script ---
how do I plot for the second time?

Ondrej

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to