[SciPy-user] re: tutorial problems

William Griffin WILLIAM.GRIFFIN at asu.edu
Tue Sep 2 13:49:35 EDT 2003


I think that the basic scipy plt calls the gnu plt and not the tk plt or the
chaco plt.  I have, in fact, had very good luck with the gnu plt.

bill griffin

> -----Original Message-----
> From: John Grosspietsch [mailto:johng at labs.mot.com]
> Sent: Tuesday, September 02, 2003 10:02 AM
> To: scipy-user at scipy.net
> Subject: [SciPy-user] re: tutorial problems
> 
> 
> This python program works on WIN-XP as a simple stand alone, command 
> line test of the plt library.
> 
> from scipy import plt
> import gui_thread
> gui_thread.start()
> 
> a=[1,1,2,3,4,3,4,5,6,7,8,7,6,5,4]
> 
> plt.plot(a)
> 
> n=input("enter n")
> # to prevent program from immediately exiting
> 
> --john grosspietsch
> 
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20030902/cf457b59/attachment.html>


More information about the SciPy-User mailing list