On Fri, Aug 21, 2009 at 6:44 PM, Michael Cohen<mco...@caltech.edu> wrote:
> Hi all,
> At the Scipy2009 conference I was recently told I could get better
> performance from matplotlib through an ssh tunnel by using a different
> backend.  However, I can't find any introductory material on this, just
> function docs for backend_bases module.  What part of the matplotlib
> call includes backend specification?  What backends work well for ssh
> tunnels?

GTK and WX should work best working over ssh, and I think GTKCairo,
since these should send the drawing commands over X11 rather than the
entire raster which the *Agg backends send.  We should put this in the
backends FAQ, but for now there is some additional relevant info
there:

http://matplotlib.sourceforge.net/faq/installing_faq.html#backends

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to