[SciPy-user] matplotlib versus gplt multiple windows - (errorbars subjet continued)

John Hunter jdhunter at ace.bsd.uchicago.edu
Wed May 5 15:21:55 EDT 2004


>>>>> "Tikva" == Tikva Bonneh <Tikva at israsrv.net.il> writes:

    Tikva> I have tried matplotlib and migrated to gplt because I
    Tikva> couldn't open multiple windows with matplotlib . Is there a
    Tikva> way to do

Sure

from matplotlib.matlab import *

figure(1)
plot([1,2,3])

figure(2)
plot([4,5,6])

show()

See http://matplotlib.sourceforge.net/tutorial.html and the many
examples in the examples directory of the source distribution,
especially examples/multiple_figs_demo.py.

Have fun and good luck!
John Hunter 




More information about the SciPy-User mailing list