> Any change you could share back with the community the approach
> you followed - web framework used?  integration strategy?  deploy-
> ment and setup issues?  graph creation methodology?

web framework used: cherrypy
deploymnet os: ubuntu
setup issues: none

> I am looking to tackle a project with multi-chart reporting 
> component features and would really love to use Matplotlib
> with it.... but am not quite sure where to start. 

matplotlib comes with a lot of examples and that's probably the best
place to start. There is an example for how to  save charts to a file
(which is what I do) and another one for streaming the charts back to
the user.

The only issue I have faced is that matplotlib is slow for my chart
types (takes about 0.8 seconds to do a chart). I'm hoping that future
version of matplotlib will be faster. 

Vineet
 




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to