ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-list
python-list
Re: Drawing a graph
by Kurt Smith other posts by this author
Aug 13 2007 11:46AM messages near this date
Drawing a graph | Re: Drawing a graph
On 8/12/07, Ghirai <ghirai@[...].com>  wrote:
>  Hello list,
> 
>  I need to draw a graph, 2 axes, 2D, nothing fancy.
>  One of the axes is time, the other one is a series of integers.
> 
>  I don't care much about the output format.
> 
>  Are there any specialized libraries for this, or should i use PIL?
> 
>  Thanks.
> 
>  --
>  Regards,
>  Ghirai.
>  --
>  http://mail.python.org/mailman/listinfo/python-list
> 

Checkout matplotlib: http://matplotlib.sourceforge.net/

Powerful (esp. with IPython), clean implementation, very nice output,
IMHO.  It does depend on some other things; primarily numpy and some
sort of backend for displaying figures (usually can use a default
backend -- e.g. Tkinter).  Otherwise you can plot directly to file.
May not be what you're looking for if you want something quick.

HTH,

Kurt
-- 
http://mail.python.org/mailman/listinfo/python-list
Thread:
Ghirai
Kurt Smith
Helmut Jarausch
Markacy
Larry Bates
Ghirai

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved