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
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
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
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
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
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
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
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