Graphs, bar charts, etc
Sean Davis
seandavi at gmail.com
Wed Feb 7 08:50:53 EST 2007
More information about the Python-list mailing list
Wed Feb 7 08:50:53 EST 2007
- Previous message (by thread): Graphs, bar charts, etc
- Next message (by thread): Graphs, bar charts, etc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Feb 6, 7:57 am, Jan Danielsson <jan.m.daniels... at gmail.com> wrote: > Hello all, > > I have some data in a postgresql table which I view through a web > interface (the web interface is written in python -- using mod_python > under apache 2.2). Now I would like to represent this data as graphs, > bar charts, etc. > > I know about matplotlib, and it seemed like exactly what I was > looking for. I tried importing it in my script, but it gave me some > error about a home directory not being writable. I'm not sure I like the > idea of it require to be able to write somewhere. Am I using it wrong? > > Is there something else I can use which can produce graphs easily? > > -- > Kind regards, > Jan Danielsson You might want to look at RPy (http://rpy.sourceforge.net), an interface to R (statistical programming environment). Sean
- Previous message (by thread): Graphs, bar charts, etc
- Next message (by thread): Graphs, bar charts, etc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list