Advertisement
Guest User

Untitled

a guest
Jun 11th, 2015
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Export["levelsets.gif",
  2. Table[Plot3D[x^3 + y^3 + x y, {x, -1, 1}, {y, -1, 1}, MeshFunctions -> (#3 &),
  3. Mesh -> {{c}}, MeshStyle -> {Thick, Black}, PlotPoints -> 50,
  4. Lighting -> "Neutral",
  5. ColorFunction -> (ColorData["Rainbow"][#3] &)], {c, -(1/4), 1/20, 1/80}]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement