Wolfram Language

Units & Dates

Create a Timeline from an Entity Class

Chart a series of time events with labels or images in TimelinePlot.

In[1]:=
Click for copyable input
TimelinePlot[ EntityClass["Movie", "StarWarsFranchise"] -> "ReleaseDate"]
Out[1]=

Use movie poster images to represent each movie on the timeline.

show complete Wolfram Language input
In[2]:=
Click for copyable input
TimelinePlot[ Rule @@@ EntityValue[ EntityClass["Movie", "StarWarsFranchise"], {"ReleaseDate", "Image"}], PlotLayout -> "Packed", LabelStyle -> 20]
Out[2]=

Related Examples

de es fr ja ko pt-br ru zh