PlotLabel
Verfügbar, weicht von der .wl-Referenz ab
Option specifying a label for a plot
Weicht von der .wl-Referenz ab: `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- Alle 6300 Funktionen ·
Dies aus einem MCP-Client verwenden