Re: [Matplotlib-users] xticklabels question

2007-03-18 Thread John Hunter
On 3/18/07, Allan Noriel Estrella <[EMAIL PROTECTED]> wrote: > I have an array of data that were sampled with a sampling rate of 1.5625 > samples/sec . I want to plot these data with the x axis showing time in > terms of hours for the major ticks and minutes for the minor ticks in my > custom made

[Matplotlib-users] xticklabels question

2007-03-18 Thread Allan Noriel Estrella
I have an array of data that were sampled with a sampling rate of 1.5625samples/sec . I want to plot these data with the x axis showing time in terms of hours for the major ticks and minutes for the minor ticks in my custom made wx App. I have been fiddling around with the HourLocator and MinuteLo