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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo