Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. begin{tikzpicture}
  2. begin{axis}[range3frame, view={55}{45}]
  3. addplot3[surf, colormap/jet, samples=50, domain=-1:1] {min(1/((x-0.5)^2+(y-0.5)^2)* 1/((x+0.5)^2+(y+0.5)^2),20)};
  4. end{axis}
  5. end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement