Re: [Matplotlib-users] how to free resources

2009-03-20 Thread Stano Paška
Now it works like charm. Thank you for quick answer. Stano. On Fri, Mar 20, 2009 at 7:10 PM, Eric Firing wrote: > Stano Paška wrote: >> >> Hi, >> I am using matplotlib first time and I am wonder how to free resources >> >> I have this script >> >> # coding: utf-8 >> >> import matplotlib >> matpl

Re: [Matplotlib-users] how to free resources

2009-03-20 Thread Eric Firing
Stano Paška wrote: > Hi, > I am using matplotlib first time and I am wonder how to free resources > > I have this script > > # coding: utf-8 > > import matplotlib > matplotlib.use('Agg') > > import pylab > > class Graph: > > def __init__(self): > # sirka stlpcov > self.wid

[Matplotlib-users] how to free resources

2009-03-20 Thread Stano Paška
Hi, I am using matplotlib first time and I am wonder how to free resources I have this script # coding: utf-8 import matplotlib matplotlib.use('Agg') import pylab class Graph: def __init__(self): # sirka stlpcov self.width = 0.5 self.font = {'fontname':'Tahoma', 'f