On Sat, Dec 22, 2012 at 2:00 PM, Corey Cooke <[email protected]> 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 'MacOSX' to 'Qt4Agg' (still renders on local > machine only),
QT4 uses Aqua, so that will display on the local machine. > '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 ([email protected]), make sure to include a script that shows the problem. Cheers Adam _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-users
