PlotStyle
లభ్యం, .wl రిఫరెన్స్ నుండి భిన్నం
Option specifying the style of lines and points in a plot
.wl రిఫరెన్స్ నుండి భిన్నం: `PointSize` in `PlotStyle` and `ListPlot`'s `PlotLabel`
PlotStyle
Plot[Evaluate@Table[BesselJ[n, x], {n, 3}], {x, 0, 15}, PlotStyle -> {Orange, Dashed, Thick}]
→ -Graphics-Plot3D[Sin[x ^ 2 + y], {x, -2, 2}, {y, -2, 2}, PlotStyle -> Directive[Orange, Specularity[White, 40]], Mesh -> None, PlotPoints -> 25]
→ -Graphics3D-ParametricPlot[{r t Cos[t], r t Sin[t]}, {t, 0, 6Pi}, {r, 0, 1}, Mesh -> None, PlotPoints -> {100, 2}, PlotRange -> All, PlotStyle -> Directive[Opacity[0.5], Blue]]
→ -Graphics- మొత్తం 6300 ఫంక్షన్లు ·
దీన్ని MCP క్లయింట్ నుండి వాడండి