Carol Leger wrote:
> Hi Folks,
>
> I have acquired some code that was running on a previous version of
> matplotlib. I am now using version 0.91.2.
>
> The code I acquired uses the following code fragment:
> import pylab
> from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCan
Hi Folks,
I have acquired some code that was running on a previous version of
matplotlib. I am now using version 0.91.2.
The code I acquired uses the following code fragment:
import pylab
from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas
figure = matplotlib.pyl