Re: [Matplotlib-users] align title of subplot with ylabel

2010-05-19 Thread hettling
Thanks for the suggestions, 'annotate' is what I need, I think. I get errors though, also when I run the example scripts from here: http://matplotlib.sourceforge.net/trunk-docs/users/annotations_guide.html#using-complex-coordinate-with-annotation . I get the error 'NoneType' object is not

Re: [Matplotlib-users] align title of subplot with ylabel

2010-05-18 Thread Ryan May
On Mon, May 17, 2010 at 10:08 AM, hettling hettl...@few.vu.nl wrote: Dear all, I'm struggling with the following problem plotting my data: I have a figure with two panels next to each other, which I want to label 'A' and 'B'. I want to left-justify my panel labels, but not to the box that

Re: [Matplotlib-users] align title of subplot with ylabel

2010-05-18 Thread Jae-Joon Lee
This can be done relatively easily with the current svn version of matplotlib (r8319). Below is the modified version of your code. See http://matplotlib.sourceforge.net/trunk-docs/users/annotations_guide.html#using-complex-coordinate-with-annotation for how the annotation works. While this is

[Matplotlib-users] align title of subplot with ylabel

2010-05-17 Thread hettling
Dear all, I'm struggling with the following problem plotting my data: I have a figure with two panels next to each other, which I want to label 'A' and 'B'. I want to left-justify my panel labels, but not to the box that contains the plot, but to the y-axis label. I played around with 'text()'