Re: [Matplotlib-users] optimal size with figsize

2010-08-26 Thread Benjamin Root
On Thu, Aug 26, 2010 at 6:55 AM, xyz wrote: > Hello, > What is the best way to create an automatically optimal size for picture > with figsize? > > from pylab import * > import matplotlib.pyplot as plt > > x = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, > 20, 21, 22, 23, 2

[Matplotlib-users] optimal size with figsize

2010-08-26 Thread xyz
Hello, What is the best way to create an automatically optimal size for picture with figsize? from pylab import * import matplotlib.pyplot as plt x = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29] y1 = [20, 24, 8, 4, 12, 22, 31, 25, 1