Mathematica基础——各种标签的用法

2024-10-12 08:44:58

本文,介绍一下Mathematica里面,对各种标签的操作。

Mathematica基础——各种标签的用法

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

Mathematica基础——各种标签的用法

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

Mathematica基础——各种标签的用法
猜你喜欢