Re: [Matplotlib-users] set axes size; figure adjusts

2009-01-12 Thread Jae-Joon Lee
The best I've come up with so far is to create a figure with a set size, and then add axes with a specified rectangle. But this does not give a neat path to what I want. Alan, I think the way you're doing is the easiest way. Anyhow, can you provide an example of a neat path? In my view,

Re: [Matplotlib-users] set axes size; figure adjusts

2009-01-12 Thread Alan G Isaac
The best I've come up with so far is to create a figure with a set size, and then add axes with a specified rectangle. On 1/12/2009 3:56 AM Jae-Joon Lee apparently wrote: I think the way you're doing is the easiest way. Anyhow, can you provide an example of a neat path? In my view,

Re: [Matplotlib-users] set axes size; figure adjusts

2009-01-12 Thread Jae-Joon Lee
For my current use it would be enough if savefig had an option bbox = 'tight' so that only the area actually drawn in was written to file. The problem is that if you set the fig size and then set the axis size proportionately, you must fiddle with things to get a tight fit to