> 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. 

Guys at stockcharts.com generate charts in about 0.3
seconds. So matplotlib (for the charts I generate) is
about 2.5 slower than what they use. For most people
that might not be an issue, but since I pre-generate
100,000s of graphs daily it can cause a lot of pain. 

Vineet
 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to