Re: [Matplotlib-users] animations in macosx/wxagg

2011-07-01 Thread Michiel de Hoon
Dear Chris, > - can the native macos backend be used for animation? Yes. > What's the > equivalent of gobject.idle_add or gobject.timeout_add? If you use the recent backend-independent animation code, you won't need those. See examples/animation/simple_anim.py on github for an example (this co

Re: [Matplotlib-users] bug, or am I doing something wrong?

2011-07-01 Thread Eric Firing
On 07/01/2011 11:34 AM, Brian Blais wrote: > I was playing with interpolation, and this little script does something weird > with interpolation. for N<3 everything is ok. after 3 it is > white...it draws the image, but then every point from 3 on is white (so > with N=6 the plot

[Matplotlib-users] bug, or am I doing something wrong?

2011-07-01 Thread Brian Blais
I was playing with interpolation, and this little script does something weird with interpolation. for N<3 everything is ok. after 3 it is white...it draws the image, but then every point from 3 on is white (so with N=6 the plot is half white). matplotlib 1.01 from enthought d

Re: [Matplotlib-users] "undefined symbol" error message when importing frommatplotlib._path

2011-07-01 Thread Yang-Le Wu
Frank Thommen writes: > undefined symbol: > _ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_l > >>> exit() Hi Frank, I ran into exactly the same error when I tried to install matplotlib from source. It turned out that the problem in my case was caused by some sys

Re: [Matplotlib-users] Mlab - Rec_Summarize / Rec_GroupBy

2011-07-01 Thread John Hunter
On Fri, Jul 1, 2011 at 11:14 AM, Hackett, John (Norcross, GA) wrote: > After some experimentation (and judicious peeking at the source code), I > think I’ve got the hang of writing custom functions to pass into these > modules – basically, anything that accepts a list of values sliced from a > sin

[Matplotlib-users] bbox of map

2011-07-01 Thread marz_cyclone
hi all, i'm trying to get the bounding box of a map plotted with basemap to place a colorbar. in this reduced example from the example directory of basemap, the colorbar is set to the hight of the axes of the plot. from mpl_toolkits.basemap import Basemap, shiftgrid import numpy as np import ma

[Matplotlib-users] Mlab - Rec_Summarize / Rec_GroupBy

2011-07-01 Thread Hackett, John (Norcross, GA)
Good morning - Got a question for a mlab module guru. After some experimentation (and judicious peeking at the source code), I think I've got the hang of writing custom functions to pass into these modules - basically, anything that accepts a list of values sliced from a single column on th

Re: [Matplotlib-users] "bad screen distance" tkinter error with German locale

2011-07-01 Thread hans . bering
Hi, thanks for the very quick response & fix. We were surprised, too, that we hadn't found more about this problem. We were put on the right track by this related report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395867 - Thanks also for the link to the other report. I'll see if I can c