Re: [Matplotlib-users] Problem with cachedRenderer

2012-01-25 Thread Tony Yu
On Wed, Jan 25, 2012 at 7:14 AM, andi wrote: > Hi Tony, > > thanks for your reply! I am not using the pdf backend, but the GTKAgg > backend. Is it working with this backend in the development version? > > Cheers > Andi > Hi Andi, Unfortunately, I can't run the GTKAgg backend, but I checked you

[Matplotlib-users] Problem with cachedRenderer

2012-01-24 Thread andi
Hi all, I have some old custom code for generating videos from matplotlib (not using the animation module). It used to work, but is now failing. Here is what I am doing: --- import matplotlib.pyplot as plt import numpy as np fig = plt.figure() ax = fig.add_subplot(111) im = ax.i