Wolfram Language

Units & Dates

Create a Timeline

Get a list of example historical events using EntityValue.

In[1]:=
Click for copyable input
events = EntityValue["HistoricalEvent", "SampleEntities"]
Out[1]=

Create a timeline of various historical events using TimelinePlot.

In[2]:=
Click for copyable input
TimelinePlot[List /@ events, PlotStyle -> AbsoluteThickness[2], PlotTheme -> "Web", Background -> LightGray, PlotRange -> {{{-200}, {5000}}, All}]
Out[2]=

Related Examples

de es fr ja ko pt-br ru zh