Hi Denis,

thanks for your request.

The key question when we talk about plotting is: how large is the data 
range? The dateplot lib maps a complete date to some integer number. 
Unfortunately, the available precision is (appears to be) insufficient 
for seconds.

However, if your data range is one or two days, one could think about a 
different data transformation which "throws away" the month and year 
information and uses the full precision for the mapping.

This, however, would need to be implemented as coordinate transformation.

In other words: the answer to your question is: "Yes, if (a) your data 
range is small enough and (b) if someone implements it."

Best regards

Christian

Am 26.11.2012 15:46, schrieb Denis Bitouzé:
> Hello,
>
> in technological experiences, it is frequent to collect data every
> second (or every 2 seconds, etc.) and that the data acquisition
> softwares record the dates as absolute ones of the form:
>
> 2012-11-26 15:40:31
> 2012-11-26 15:40:32
> 2012-11-26 15:40:33
> etc.
>
> If I'm right, this format is currently unavailable (section "4.20.2
> Dates as Input Coordinates"). Would it be possible to make pgfplots
> deals with dates as input coordinates with seconds?
>
> Thanks in anticipation.
>
> Best regards.


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
DESIGN Expert tips on starting your parallel project right.
http://goparallel.sourceforge.net
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to