i'm using matplotlib for most of my graphing needs. i do like the idea of using pygooglechart but don't want to rely on an external api for some of my internal projects.
thanks for reminding me about flot, i wanted to give that one a go but at the time i had to use something that i could include into a wx gui as well. On Fri, Sep 26, 2008 at 5:09 PM, Fluoborate <[EMAIL PROTECTED]> wrote: > > For the moment, I am using Flot. > > Benefits of Flot: > The graphs look nice, professional, and simple. > The options and preferences are good. > Excellent time and date handling > Because it is Javascript, the user of the website can zoom, see info > when mousing over each point, turn series on or off, and see mouse > position. > No Flash required, so it works on the iPhone and hopefully other > mobile devices (which is very important for my particular application) > > Downsides: > Because it is a Javascript module running on the client's computer and > not a Python module running on the server, communicating with the > server is a hassle. > The user cannot easily export the graph, because it is not an image > file. The best way to export is Print Screen. > > Those are all the pros and cons I can think of. The pros handily > outnumber the cons at the moment. Anything I forgot? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
