Re: [Matplotlib-users] Fwd: Re: Autonomous display of image/plot/figure

2008-07-12 Thread John Hunter
On Fri, Jul 11, 2008 at 11:55 AM, James K. Gruetzner <[EMAIL PROTECTED]> wrote: > And that's as far as I can go in this: I'm not graphics whiz, and, in fact, > having reached somewhat beyond my skill level, can't even figure out how to > trace the mainloop call back further. To make sure I capt

Re: [Matplotlib-users] Cocoa backend for embedding in Cocoa application

2008-07-12 Thread Barry Wark
On Sat, Jul 12, 2008 at 2:35 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Sat, Jul 12, 2008 at 3:09 PM, Barry Wark <[EMAIL PROTECTED]> wrote: >> Work is currently going in the wrong direction for me to be able to >> implement toolbars etc. in a timely manner. Would you be willing to >> add the r

Re: [Matplotlib-users] Cocoa backend for embedding in Cocoa application

2008-07-12 Thread John Hunter
On Sat, Jul 12, 2008 at 3:09 PM, Barry Wark <[EMAIL PROTECTED]> wrote: > Work is currently going in the wrong direction for me to be able to > implement toolbars etc. in a timely manner. Would you be willing to > add the rc parameter you discussed so that backend could be defined in > a separate pa

Re: [Matplotlib-users] plotting with marker 'o' but not filled

2008-07-12 Thread Eric Firing
Tony S Yu wrote: > On Jul 12, 2008, at 1:50 PM, Alan wrote: > >> Hi List, >> >> I use Fink for Mac OSX, tiger 10.4.11. >> >> So with MPL 0.90.1, this script works fine: >> >> from matplotlib.pylab import * >> import matplotlib, numpy >> print matplotlib.__version, numpy.__version__ >> att1 = {'col

Re: [Matplotlib-users] Cocoa backend for embedding in Cocoa application

2008-07-12 Thread Barry Wark
Work is currently going in the wrong direction for me to be able to implement toolbars etc. in a timely manner. Would you be willing to add the rc parameter you discussed so that backend could be defined in a separate package? This would allow me to continue working on (and deploying internally) th

Re: [Matplotlib-users] plotting with marker 'o' but not filled

2008-07-12 Thread Tony S Yu
On Jul 12, 2008, at 1:50 PM, Alan wrote: > Hi List, > > I use Fink for Mac OSX, tiger 10.4.11. > > So with MPL 0.90.1, this script works fine: > > from matplotlib.pylab import * > import matplotlib, numpy > print matplotlib.__version, numpy.__version__ > att1 = {'color': 'black', 'markerfacecolor

[Matplotlib-users] plotting with marker 'o' but not filled

2008-07-12 Thread Alan
Hi List, I use Fink for Mac OSX, tiger 10.4.11. So with MPL 0.90.1, this script works fine: from matplotlib.pylab import * import matplotlib, numpy print matplotlib.__version, numpy.__version__ att1 = {'color': 'black', 'markerfacecolor': 'red', 'markersize': 80.0, 'markeredgewidth': 1.0, 'alpha

Re: [Matplotlib-users] Fwd: Re: Autonomous display of image/plot/figure

2008-07-12 Thread Ryan May
James K. Gruetzner wrote: > I don't really need any live interaction or a live data display; I just want > the thang to stop running (i.e., the process to terminate) when the figure > window is closed. > > Unfortunately, the > dynamic_image_gtkagg.py > example has the same problem. It's fi

Re: [Matplotlib-users] Can't find current numpy 1.1 dependency

2008-07-12 Thread Steve Lianoglou
On Jul 8, 2008, at 4:47 PM, Michael Muratet wrote: > Greetings > > I am trying to install matplotlib 0.98.1 on python 2.5.1 on Mac OS X > 10.5.3. The install breaks at the required dependancy numpy 1.1 > because it thinks it has v 1.0.1. I have, in fact, installed numpy 1.1 > and I can't figure o

Re: [Matplotlib-users] Build script(s) not finding correct libraries

2008-07-12 Thread John Hunter
On Wed, Jul 9, 2008 at 1:55 PM, Michael Muratet <[EMAIL PROTECTED]> wrote: > I am running on a Mac OS X 10.5 system and even though I set the > CFLAGS and LDFLAGS I can't seem to point the build to the correct tree. > > Note: I am a newbie relative to python on a Mac. > > Can anyone point out an e