Eric,
Good news I think I got it to work. So using the same code I sent you
originally, I applied the following changes:
1. Install matplotlib from git (this did fix things that I wasn't noticing)
2. Add c.draw() before "c.copy_from_bbox"
3. Copy "f.bbox" instead of "a.bbox" (I think this makes
Oops forgot to change subject.
On 12/15/11 10:02 AM, David Hoese wrote:
> Eric,
>
> I installed mpl from git ("git clone
> git://github.com/matplotlib/matplotlib.git", unless I was suppose to
> use one of the branches) and same problem. I looked at my code again
> and thought there should be a
On 12/14/2011 12:31 PM, David Hoese wrote:
> Does anyone know if using the blit method from FigureCanvasQTAgg is not
> fully supported? I'm having a problem where I'm animating a plot using
> the blit method and I click on/activate the window the background of the
> figure disappears (axes and lin
Does anyone know if using the blit method from FigureCanvasQTAgg is not
fully supported? I'm having a problem where I'm animating a plot using
the blit method and I click on/activate the window the background of the
figure disappears (axes and line stay visible). I'm not sure if this is
just