Plot time series

<< Click to Display Table of Contents >>

Navigation:  How do I? >

Plot time series

Advanced Edition only

If the date/time column values increase by a fixed interval for each row, then you can treat this column as text for the X axis:

 

Charting a time-series that increases by a fixed interval.

 

If the date/time column values do not increase by a fixed interval for each row, then you can convert this date/time column to numeric values using the Calculate transform with the DateToJulianDay or DateTimeToMSecs options:

 

Charting a time-series that doesn't increase by a fixed interval.