Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Plot3D[-Sqrt[x^2 + y^2], {x, -5, 5}, {y, -5, 5},
  2. BoxRatios -> {1, 1, 1} , Mesh -> None,
  3. ColorFunction ->
  4. Function[{x, y, z},
  5. If[z <= .5, Blue, Directive[White, Opacity[0.4]]]]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement