Contours
Verfügbar
Option specifying contour levels in contour plots
Contours
ContourPlot[x ^ 2 - y ^ 2, {x, -2, 2}, {y, -2, 2}, Contours -> 3]
→ -Graphics-ContourPlot[x ^ 2 - y ^ 2, {x, -2, 2}, {y, -2, 2}, Contours -> {-1, 0, 1}]
→ -Graphics-ContourPlot3D[x ^ 2 + y ^ 2 - z ^ 2, {x, -2, 2}, {y, -2, 2}, {z, -2, 2}, Contours -> 5, Mesh -> None]
→ -Graphics3D- Alle 6300 Funktionen ·
Dies aus einem MCP-Client verwenden