用程序对点进行标注
用不同标签函数绘制同一数据的曲线.
In[1]:=
Grid[Partition[
Table[ListLinePlot[Prime[Range[10]], LabelingFunction -> functions,
ImageSize -> 250, Filling -> Axis,
PlotTheme -> "Web"], {functions, {(#1 &), (First@#2 &)}}], 2]]
Out[1]=
用不同标签函数绘制同一数据的曲线.
Grid[Partition[
Table[ListLinePlot[Prime[Range[10]], LabelingFunction -> functions,
ImageSize -> 250, Filling -> Axis,
PlotTheme -> "Web"], {functions, {(#1 &), (First@#2 &)}}], 2]]