Re: [matplotlib-devel] API change in transforms branch

2007-12-06 Thread Eric Firing
And, another goal for layout (if it has not already been achieved) might be to make it easy to end up with a tight bounding box. That is, to end up with the plot nicely filling the allotted space, to the extent that it can given specified aspect ratio. One of the repeated complaints about mpl

Re: [matplotlib-devel] API change in transforms branch

2007-12-06 Thread John Hunter
On Dec 6, 2007 8:03 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > It's an open question whether autolayout may start ignoring the adjust > requests or not as a backward compatibility measure. I still consider > this stuff a long way off until it's usable in general. My feeling is that it i

Re: [matplotlib-devel] API change in transforms branch

2007-12-06 Thread Michael Droettboom
That should continue to work. It will create more space than you probably want, though, since it will add the manually-added space and the automatically-added space together. It's an open question whether autolayout may start ignoring the adjust requests or not as a backward compatibility meas

Re: [matplotlib-devel] API change in transforms branch

2007-12-06 Thread Tom Holroyd
re autolayout; how does this affect gcf().subplots_adjust(hspace=1.), which is how I would make room (where hspace can be adjusted)? - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From t

Re: [matplotlib-devel] API change in transforms branch

2007-12-06 Thread Michael Droettboom
Jeff Whitaker wrote: > Michael Droettboom wrote: >> It may be now be tricky to call apply_aspect correctly. With the >> recent auto-layout changes, it's required to be called after the text >> layout has been done, but before it has been drawn. What is your use >> case for calling it outside o

Re: [matplotlib-devel] API change in transforms branch

2007-12-06 Thread Jeff Whitaker
Michael Droettboom wrote: > It may be now be tricky to call apply_aspect correctly. With the > recent auto-layout changes, it's required to be called after the text > layout has been done, but before it has been drawn. What is your use > case for calling it outside of that? Do you need to set

Re: [matplotlib-devel] API change in transforms branch

2007-12-06 Thread Jeff Whitaker
Michael Droettboom wrote: > It may be now be tricky to call apply_aspect correctly. With the > recent auto-layout changes, it's required to be called after the text > layout has been done, but before it has been drawn. What is your use > case for calling it outside of that? Do you need to set

Re: [matplotlib-devel] API change in transforms branch

2007-12-06 Thread Michael Droettboom
It may be now be tricky to call apply_aspect correctly. With the recent auto-layout changes, it's required to be called after the text layout has been done, but before it has been drawn. What is your use case for calling it outside of that? Do you need to set and then use the aspect-adjusted