在 TimelinePlot 中添加图形标签
显示《哈里·波特》系列所有电影的发行日期.
In[1]:=

TimelinePlot[
EntityClass["Movie", "HarryPotterFranchise"] -> "ReleaseDate"]
Out[1]=

用电影海报作为标签,以垂直时间线的方式绘制,最早的电影在最下边.
In[2]:=

TimelinePlot[
Rule @@@ EntityValue[
EntityClass["Movie", "HarryPotterFranchise"], {"ReleaseDate",
"Image"}], LabelStyle -> 18, PlotLayout -> "ReverseVertical",
PlotTheme -> "Business"]
Out[2]=
