Russell E Owen wrote:
> Interesting idea. I'm not sure I'd know how to use more than one numerix 
> option at once,

well, I dint' mean more than one numerix option, exactly. What I meant 
was that MPL is using numarray, but another module you've imported is 
using Numeric (or numpy or whatever).

 > but it did inspire me to try a few things:

> backend      : TkAgg
> numerix      : numarray
> interactive  : True
> and the crash still happens:
> from pylab import *
> plot([1,2,3,4])

> I also tried setting numerix to Numeric and it still happens.

Does it happen with wxAgg? or just plain ol Agg? also try the non-agg TK 
back-end.

If not, then you've apparently found a tkAgg bug.

TK has always been a bit of a second-class citizen on the Mac -- why 
haven't you switched to wx yet? ;-)

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer
                                                
NOAA/OR&R/HAZMAT         (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to