PlotLabel
可用,但與 .wl 參考有差異
Option specifying a label for a plot
與 .wl 參考的差異: `PointSize` in `PlotStyle` and `ListPlot`'s `PlotLabel`
PlotLabel
Plot[BesselJ[1, x], {x, 0, 10}, PlotLabel -> BesselJ[1, x]]
→ -Graphics-Plot[2Sin[x], {x, 0, 10}, PlotLabel -> 2Sin[x], LabelStyle -> Directive[Bold, Orange]]
→ -Graphics-ContourPlot3D[x ^ 2 + y ^ 2 == z ^ 2, {x, -3, 3}, {y, -3, 3}, {z, -3, 3}, PlotLabel -> x ^ 2 + y ^ 2 == z ^ 2]
→ -Graphics3D- 全部 6300 個函式 ·
從 MCP 用戶端使用這個