Creación de una línea de tiempo
Obtenga una lista de ejemplos de eventos históricos usando EntityValue.
In[1]:=
events = EntityValue["HistoricalEvent", "SampleEntities"]
Out[1]=
Cree una línea temporal de varios eventos históricos usando TimelinePlot.
In[2]:=
TimelinePlot[List /@ events, PlotStyle -> AbsoluteThickness[2],
PlotTheme -> "Web", Background -> LightGray,
PlotRange -> {{{-200}, {5000}}, All}]
Out[2]=