can graphs be made in python as we make in java

James Stroud jstroud at mbi.ucla.edu
Sun Dec 7 04:11:25 EST 2008


suku wrote:
> HI folks...
> 
>      i need some suggestion on making graphs. Will this be possible
> with normal python setup file or do i need to download add ons for
> that..
> 
>        help me out

I like pychart. It has the advantage of being pure python and makes very 
nice looking plots. You might also check out matplotlib if you are into 
heavyweight plotting and interactive application development.

James



More information about the Python-list mailing list