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

Re: [Matplotlib-users] Align ylabels

2007-02-27 Thread Sture Lygren
come? regards, Sture Jouni K. Seppänen wrote: > 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, '

[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

Re: [Matplotlib-users] matplotlib and boa

2007-02-14 Thread Sture Lygren
ll have > the greatest likelihood of success if you run the examples from the > command shell or by double clicking on them, rather than from an IDE. > If you are interactively generating plots, your best bet is TkAgg from > the standard python shell or ipython. > > Good luck! >

[Matplotlib-users] matplotlib and boa

2007-02-13 Thread Sture Lygren
event - button fires the function and a plot-window is showing. Killing this window and have a second go at the plot at first seems to work but the window can not be closed and when I try to move said window the whole application crash. So - why is this happening? regards, Sture -- Sture Lygren Com

[Matplotlib-users] time axis

2007-02-12 Thread Sture Lygren
Hi, Been reading the docs but couldn't find an easy solution for this one ... I've got a dataset containing dates and measurement (['2006-12-26 00:00:10','2006-12-26 00:00:20',...], [10.1722,7.99665,...]). Converting dates using time.strptime, datetime and date2num I end up with this dataset (