Re: [Matplotlib-users] x-axis Label in hh:mm:ss format

2006-10-20 Thread John Hunter
> "Johannes" == Johannes Elbs <[EMAIL PROTECTED]> writes: Johannes> Hi, I have time data stored in the format hh:mm:ss and Johannes> would like to plot it, having about 4 to 6 ticks labeled Johannes> in this format. What I'm doing at the moment is to Johannes> first convert my

[Matplotlib-users] x-axis Label in hh:mm:ss format

2006-10-20 Thread Johannes Elbs
Hi, I have time data stored in the format hh:mm:ss and would like to plot it, having about 4 to 6 ticks labeled in this format. What I'm doing at the moment is to first convert my time to seconds and plot y as function of yime in seconds. Here the first question: Is this the way to go or is ther