Hi Ben,
I tried including the date info into my data files as you suggested and it
works! Thank you very much for help.
Regards,
Clare.
On Mon, Jun 18, 2012 at 9:10 PM, Benjamin Root wrote:
>
>
> On Mon, Jun 18, 2012 at 6:42 AM, Clare Soh wrote:
>
>> Hi,
>>
>> I'm trying to plot some data aga
On Mon, Jun 18, 2012 at 6:42 AM, Clare Soh wrote:
> Hi,
>
> I'm trying to plot some data against time using the following code:
>
> r = mlab.csv2rec(filename)
> self.axis.plot(r.time, r.jb_sizems)
> hfmt = dates.DateFormatter('%H:%M:%S.%f')
> self.a
Hi,
I'm trying to plot some data against time using the following code:
r = mlab.csv2rec(filename)
self.axis.plot(r.time, r.jb_sizems)
hfmt = dates.DateFormatter('%H:%M:%S.%f')
self.axis.xaxis.set_major_formatter(hfmt)
self.axis.set_titl