Re: [Matplotlib-users] Plot a Dictionary, time and value

2008-08-06 Thread Tim Michelsen
Hello, excuse the late reply. But you may be interested in the timeseries scikit: http://scipy.org/scipy/scikits/wiki/TimeSeries http://www.scipy.org/Cookbook/TimeSeries/FAQ Have success! Kind regards, Timmie - This SF.Net

Re: [Matplotlib-users] Plot a Dictionary, time and value

2008-07-31 Thread stuartornum
Thank you John, Just what I was looking for. John Hunter-4 wrote: > > On Wed, Jul 30, 2008 at 9:17 AM, stuartornum <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> Wondering if anyone has done something similar and could point me in the >> right direction. >> >> I have a dictionary like this: >> >> D

Re: [Matplotlib-users] Plot a Dictionary, time and value

2008-07-30 Thread Johann Cohen-Tanugi
hmm, reading the initial email, this is not what I understood the idea would be. So let me the following : I have a dictionnary with the 7 days of week as keys (strings) and a value attached to it. I would like to plot the days of the week in x and the corresponding values in y. It amounts to

Re: [Matplotlib-users] Plot a Dictionary, time and value

2008-07-30 Thread John Hunter
On Wed, Jul 30, 2008 at 9:17 AM, stuartornum <[EMAIL PROTECTED]> wrote: > > Hi, > > Wondering if anyone has done something similar and could point me in the > right direction. > > I have a dictionary like this: > > Dict{'00:00:00':'23', '00:01:00':'29', '00:02:00':'13', '00:03:00':'78', > '00:04:00

[Matplotlib-users] Plot a Dictionary, time and value

2008-07-30 Thread stuartornum
Hi, Wondering if anyone has done something similar and could point me in the right direction. I have a dictionary like this: Dict{'00:00:00':'23', '00:01:00':'29', '00:02:00':'13', '00:03:00':'78', '00:04:00':'45', >> '23:59:00':54} So as you can see there is 24 hours worth of minutes, wit