TimelinePlot¶
Plots dates and date intervals as events along a horizontal timeline.
Each date becomes a point marker; each DateInterval becomes a bar. Events
are automatically stacked into rows so their labels don't overlap, and a date
axis is drawn along the bottom.
Date lists ({y, m, d}) are accepted directly.
Events can be labeled with Labeled, label -> date rules, or an
association keyed by label.
$ wo 'Head[TimelinePlot[{Labeled[DateObject[{2000}], "Start"], Labeled[DateObject[{2010}], "End"]}]]'
Graphics
A DateInterval is drawn as a bar spanning its start and end dates.
Options¶
ImageSize— overall width in pixels (height grows with the number of stacked rows).