Hello
I think that my problem is linked to the data struture that I'm using for
the dates since my error message is : "ValueError: setting an array element
with a sequence."
I use list data structure, the one that you can declare through :
datetime_list = [].
And maybe I souldn't use this type of d
Ok.
I tried to do the job through the old way and it's working.
But I have the latest version (0.91.2). Is it possible that my version
wasn't successfully installed and that an older one is doing the job ?
Anyway, thanks a lot for the (fast) help.
Johan
2008/4/29 John Hunter <[EMAIL PROTECTED]>:
On Tue, Apr 29, 2008 at 11:38 AM, Johan Mazel <[EMAIL PROTECTED]> wrote:
> Ok.
> I manage to get either time or date but not both inside the same object .
> And I don't know how to use plot with two object (one for the time and the
> other for the date).
you can get the date and time into a dateti
Ok.
I manage to get either time or date but not both inside the same object .
And I don't know how to use plot with two object (one for the time and the
other for the date).
Thanks for the answer.
Johan Mazel
2008/4/29 John Hunter <[EMAIL PROTECTED]>:
> On Tue, Apr 29, 2008 at 8:12 AM, Johan Maz
On Tue, Apr 29, 2008 at 8:12 AM, Johan Mazel <[EMAIL PROTECTED]> wrote:
> I also would like to know wether I can use the same type of functionnality
> as in Gnuplot where you can specify the format of data in input and the data
> displayed of the x axis. I just guess that the use of the date objec
Hello
I'd like to know wether Matplotlib can display data with an x axis based on
day, hour, minute and seconds.
I found some example and tutorial that shows that this can be done for year,
month and day but not for hour, minute, seconds.
It looks like matplotlib use the python type date and genera