Mathematica基础——各种标签的用法
本文,介绍一下Mathematica里面,对各种标签的操作。

2、PlotLabels 可以指定不同图像的标签:ListLinePlot[{{1, 2, 3, 5, 8, 13, 21}, {1荑樊综鲶, 2, 4, 8, 16, 32, 64}}, PlotLabels -> {"斐波那契数", "2的幂"}]

4、AxesLabel可以指定坐标轴的标签:Plot[Sin[x]/x, {x, 0, 100}, AxesLabel ->{x, Sin[x]/x}]
