[CentralOH] Simple XY Graphing

Eric Floehr eric at intellovations.com
Sat Dec 3 15:16:57 CET 2011


Mark,

I'd use matplotlib.  The book "Matplotlib for Python Developers" has
examples for dynamically generating graphs within Django and Pylons.  I'm
sure there are also examples on the web.

If you want to use a client library, so you can have hover-overs, etc. or
ajax... I use the javascript plotting library Highcharts
http://www.highcharts.com/  it's free for non-commercial use.

-Eric


On Fri, Dec 2, 2011 at 9:58 PM, Mark Erbaugh <mark at microenh.com> wrote:

> What are folks recommendations for a Python module/library for creating a
> simple XY graph to display on a web page?
>
> Thanks,
> Mark
> _______________________________________________
> CentralOH mailing list
> CentralOH at python.org
> http://mail.python.org/mailman/listinfo/centraloh
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/mailman/private/centraloh/attachments/20111203/29e13b61/attachment.html>


More information about the CentralOH mailing list