Re: [Matplotlib-users] Align ylabels

2007-02-27 Thread John Hunter
On 2/27/07, Sture Lygren <[EMAIL PROTECTED]> wrote: > Thanks a lot for your reply. I still have some problem tough. I want > vertical alignment of 5 ylabels for 5 different subplots. Trying your > solution I'm able to move the ylabels up/down but not right/left. Seems > like changing 'x' in positi

Re: [Matplotlib-users] Align ylabels

2007-02-27 Thread Sture Lygren
Should be horizontal alignment ... Sture Lygren wrote: > Hi, > > Thanks a lot for your reply. I still have some problem tough. I want > vertical alignment of 5 ylabels for 5 different subplots. Trying your > solution I'm able to move the ylabels up/down but not right/left. Seems > like changing '

Re: [Matplotlib-users] Align ylabels

2007-02-27 Thread Sture Lygren
Hi, Thanks a lot for your reply. I still have some problem tough. I want vertical alignment of 5 ylabels for 5 different subplots. Trying your solution I'm able to move the ylabels up/down but not right/left. Seems like changing 'x' in position (x,y) has no effect at all. How come? regards, Sture

Re: [Matplotlib-users] Align ylabels

2007-02-27 Thread Jouni K . Seppänen
Sture Lygren <[EMAIL PROTECTED]> writes: > Quick question - how can I align ylabels for several subplots? Set their position properties e.g. like this: y = ylabel('foo') pos = getp(y, 'position') setp(y, 'position', (pos[0], X)) where X is the position (in data coordinates) where you want

[Matplotlib-users] Align ylabels

2007-02-27 Thread Sture Lygren
Hi, Quick question - how can I align ylabels for several subplots? Sture -- Sture Lygren Computer Systems Administrator Andoya Rocket Range Work: +4776144451 / Fax: +4776144401 - Take Surveys. Earn Cash. Influence the Futur