vote up 6 vote down star
8

Hello. I like to know what libraries do you use for simple plot graphs? --Bar charts, line charts, pie charts ... Particularly in Python.

Thanks!

flag

76% accept rate
Try to wait longer before accepting an answer. Maybe other people use other libraries that fit your needs better. – gs Feb 19 at 22:00
This is pretty much a duplicate of this question: stackoverflow.com/questions/52652/… – cdleary Feb 19 at 23:38

8 Answers

vote up 16 vote down check

matplotlib

link|flag
vote up 0 vote down

Hello,

In this website http://www.dia.fi.upm.es/~jamartin/download.htm, you can see some excellent results using vpython

link|flag
vote up 0 vote down

I haven't done much python programming, but I took a physics class that used VPython for 2d and 3d graphics. The plotting facility is really easy to use, but it can't do pie charts. Check out the documentation for the graphing module.

link|flag
vote up 2 vote down

You can also check out the Google Chart API: http://code.google.com/apis/chart/

Perhaps with pygooglechart: http://pygooglechart.slowchop.com/

It's simple to use in combination with urllib2, but for anything heavy-duty you'll want to use a native package.

link|flag
vote up 0 vote down

I have used matplotlib in the past, but i'm trying to get used to pgplot at the moment, which is technically a fortran module but there is a python-wrapped version ppgplot.

Also a C version cpgplot

link|flag
vote up 1 vote down

Look at CairoPlot too.

link|flag
vote up 1 vote down

I'd say it depends on where you want to present it:

link|flag
vote up 0 vote down

DISLIN

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.