>>>>> "axel" == axel breuer <[EMAIL PROTECTED]> writes:

    axel> Hi, I run python + pylab in Linux.

    axel> When I type:
    >>>> import pylab pylab.plot([1,2,3])
    axel> A window pops up but nothing is drawn in it (!?!). So I
    axel> type:
    >>>> pylab.draw()
    axel> The plot is then correctly drawn ( but I still do not see
    axel> the lower buttons of the toolbar !?!)

    axel> My problem is that I cannot close the plot window nor by
    axel> clicking the "upper-right-cross" button of that wndow, nor
    axel> by typing:
    >>>> pylab.close()
    axel> The window remains displayed...

You must uses a threaded python shell to use GTK* in interactive mode,
as described at http://matplotlib.sf.net/interactive.html

Recommended is 

  > ipython -pylab

or 

  > ipython -gthread

JDH

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to