can graphs be made in python as we make in java

S

suku

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
 
C

Chris Rebert

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..

Python includes no such module for that in the standard library.
You'll need to use a third-party library.
If you're writing a webapp, pygooglechart
(http://pygooglechart.slowchop.com/) is pretty good.

Cheers,
Chris
 
J

James Stroud

suku said:
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
 
G

Guest

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

rpy

Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top