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
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
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 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
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
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
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
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