타임 라인 작성
EntityValue를 사용하여 역사적 사건의 예제 목록을 얻습니다.
In[1]:=
events = EntityValue["HistoricalEvent", "SampleEntities"]
Out[1]=
TimelinePlot을 사용하여 다양한 역사적 사건의 타임 라인을 생성합니다.
In[2]:=
TimelinePlot[List /@ events, PlotStyle -> AbsoluteThickness[2],
PlotTheme -> "Web", Background -> LightGray,
PlotRange -> {{{-200}, {5000}}, All}]
Out[2]=