Re: matplotlib with X11

2012-12-27 Thread Frank Schima
>> 'GTKAgg' (gives 'ImportError: No module named _backend_gdk'), >> and several others, with no success. > > GTKAgg should display over X11, provided GTK is built against X11 and > not Aqua. Can you file a ticket at trac.macports.org, and assign it to > me (r...@macports.org), make sure to includ

Re: matplotlib with X11

2012-12-26 Thread Adam Mercer
On Sat, Dec 22, 2012 at 2:00 PM, Corey Cooke wrote: > Does anyone know how to set up matplotlib (right now i'm using > py27-matplotlib) such that it uses X11 to draw the windows so they can be > viewed from a remote SSH session? I've tried changing the backend in > ~/.matplotlib/matplotlibrc from

matplotlib with X11

2012-12-22 Thread Corey Cooke
Does anyone know how to set up matplotlib (right now i'm using py27-matplotlib) such that it uses X11 to draw the windows so they can be viewed from a remote SSH session? I've tried changing the backend in ~/.matplotlib/matplotlibrc from 'MacOSX' to 'Qt4Agg' (still renders on local machine only),