Re: [matplotlib-devel] Matplotlib as a separate process

2006-07-28 Thread Bill Baxter
Hi Stephen, Yep, ipython is not bad, but it is not really a replacement for a real IDE. IPython also seems to act a little wanky with graphs to me. For instance my plots seem to get drawn interactively (read: very SLOWLY) when I use the special -pylab mode. Maybe I'm not configuring ipython

[matplotlib-devel] imshow with PS backend

2006-07-28 Thread JIM MacDonald
Hi, I've just moved from MATLAB to matplotlib, and I'm really impressed with the quality of the PS figures it generates with usetex and the xpdf distiller. I've hit a couple of problems though, one I've manged to solve (patch against 0.87.4 attached) and the other I'd be greatful if you could hel

[matplotlib-devel] When matplotlib is embeded in a pyGTK application, how to make the NavigationToolbar2 key ('1' '2' 'a' 'g' ..) working??

2006-07-28 Thread David TREMOUILLES
Hi all,  I would like to enable the key pressed event (key '1'  '2'  'a'  'g' .. ) of NavigationToolbar2 in my pyGTK app.(These keys shortcut are described here: http://sourceforge.net/tracker/index.php?func=detail&aid=1432252&group_id=80706&atid=560722)The shorcuts work perfectly using pylab. But

Re: [matplotlib-devel] Matplotlib as a separate process

2006-07-28 Thread Stephen Walton
Bill Baxter wrote: > I think all these problems could be fixed if the display interface > were turned into a separate process Have you tried ipython? http://ipython.scipy.org/ - Take Surveys. Earn Cash. Influence the Future

[matplotlib-devel] basemap in recent matplotlib

2006-07-28 Thread Gael Varoquaux
Hi, Trying out version 0.87.4 I noticed that the example given on pages http://matplotlib.sourceforge.net/screenshots/plotmap.py and http://scipy.org/Cookbook/Matplotlib/Maps fail with : In [1]: from matplotlib.toolkits.basemap import Basemap -