drrawing graphs

Manuel Gutierrez Algaba thor at localhost.localdomain
Sat Sep 2 13:13:19 EDT 2000


On 02 Sep 2000 15:46:24 GMT, Poparosa <poparosa at aol.com> wrote:
>Anyone,
>
>   What is the best way (what are my options)
>to draw simple line graphs using python?  I need
>to hit a mySQL database, get some data values,
>and display these on a graph to a web browser.
>
>   I have heard that PIDDLE works well, but I am
>looking for options and opinions.
>
>thanks in advance
>
>

Produce LaTeX code using Pstricks (for the graphs), then convert
postscript to say jpg. 

There're .pdf libraries out there too! codeplot from Dinu Gherman
uses them.


-- 
MGA



More information about the Python-list mailing list