On Sun, Aug 21, 2011 at 12:42 PM, Chris Withers <ch...@simplistix.co.uk> wrote:
> Hi All,
>
> The majority of the docs for matplotlib focus on making its behaviour
> like that of Matlab, however, I'm looking to use it to generate graphs
> for display by web apps.
>
> Where can I find good examples of doing this?
> (ie: multi-threaded, multi-process apps which may by simulaneously
> generating many plots for different users using different data)

Check out this FAQ

  
http://matplotlib.sourceforge.net/faq/howto_faq.html#matplotlib-in-a-web-application-server

and the guide to the matplotlib OO heirachy

  http://matplotlib.sourceforge.net/users/artists.html

and all of the examples in the API directory

http://matplotlib.sourceforge.net/examples/api/index.html

which emphasize the OO API and avoid the state-machine of the pylab
matlab-like interface

JDH

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to