Re: [matplotlib-devel] verticalalignment for titles

2010-06-07 Thread Michael Droettboom
I think the better fix here might be to fix "baseline" to use the baseline of the bottom line of text, rather than the top. We are making a concerted effort to use "baseline" as much as possible, because it is generally the right choice. I have committed this fix to r8393. Mike On 06/07/2010

[matplotlib-devel] verticalalignment for titles

2010-06-07 Thread Olle EngdegÄrd
Hi, When "baseline" recently became the default for text(), it's no longer possible to have two-line titles, title("First line\nSecond Line), without adding va="bottom". It would be nice if title() somehow could have "bottom" as default. Cheers, Olle -