Wolfram Language

Unidades e datas

Create a Timeline

Obtenha uma lista de exemplos de eventos históricos usando EntityValue.

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

Crie um cronograma de vários 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]=

Exemplos Relacionados

de en es fr ja ko ru zh