Guest User

Untitled

a guest
Aug 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{pgfplots}
  3. begin{document}
  4. begin{tikzpicture}
  5. begin{axis}
  6. addplot3 [surf,shader=flat,draw=black] {x^2-y^2};
  7. end{axis}
  8. end{tikzpicture}
  9. end{document}
Add Comment
Please, Sign In to add comment