Wolfram Language

Unidades y fechas

Creación de una línea de tiempo

Obtenga una lista de ejemplos de eventos históricos usando EntityValue.

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

Cree una línea temporal de varios eventos históricos usando TimelinePlot.

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

Ejemplos relacionados

de en fr ja ko pt-br ru zh