BoundaryStyle
Доступно
Option for boundary styling in plots
BoundaryStyle
Plot3D[Sin[x + y ^ 2], {x, -3, 3}, {y, -2, 2}, BoundaryStyle -> Directive[Red, Thick], Mesh -> None]
→ -Graphics3D-DensityPlot[1 / (((x - 1) ^ 2 + y ^ 2)((x + 1) ^ 2 + y ^ 2)), {x, -2, 2}, {y, -2, 2}, BoundaryStyle -> Directive[Red, Thick]]
→ -Graphics-ContourPlot3D[x ^ 2 + y ^ 2 + z ^ 2 == 2, {x, -1, 1}, {y, -1, 1}, {z, -1, 1}, BoundaryStyle -> Directive[Red, Thick], Mesh -> None]
→ -Graphics3D- Усі 6300 функцій ·
Використати з MCP-клієнта