|
|
||
|
|
| DateListPlot[{{date1, v1}, {date2, v2}, ...}] plots points with values |
| DateListPlot[{v1, v2, ...}, datespec] plots points with dates at equal intervals specified by datespec. |
| DateListPlot[{list1, list2, ...}] plots several lists of values. |
| t | absolute time given as a single number | |
| {y,m,d,h,m,s} | DateList specification | |
| {y}, {y, m}, {y, m, d}, ... | shortened date list | |
| "string" | DateString specification |
| {start,end} | dates from start to end in equal steps | |
| {start,Automatic,step} | dates beginning with start in steps step | |
| {Automatic,end,step} | dates ending with end in steps step | |
| start | dates with steps determined by the form of start |