Re: [Matplotlib-users] figure dpi output problem

2007-05-26 Thread Steve Schmerler
Jeff Whitaker wrote: > [EMAIL PROTECTED] wrote: >> I'm trying to get matplotlib to make a 600x300 png, but matplotlib won't >> let me; it keeps making a 612x312 png instead. Here's a sample script >> that has the problem on my system: >> >> figure(figsize=(6., 3.)) >> plot(arange(10)) >> savefig('

Re: [Matplotlib-users] figure dpi output problem

2007-05-26 Thread Jeff Whitaker
[EMAIL PROTECTED] wrote: > I'm trying to get matplotlib to make a 600x300 png, but matplotlib won't > let me; it keeps making a 612x312 png instead. Here's a sample script > that has the problem on my system: > > figure(figsize=(6., 3.)) > plot(arange(10)) > savefig('test.png', dpi=100.) > > If I