Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{pgfplots}
  3. begin{document}
  4. begin{tikzpicture}
  5. begin{axis}[domain=-1:1,y domain=-1:1]
  6. addplot3[surf] {x*y*exp(x+2*y-9*x^2-9*y^2)};
  7. end{axis}
  8. end{tikzpicture}
  9. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement