Guest User

Untitled

a guest
Jun 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{tikz}
  4. usepackage{pgfplots}
  5.  
  6. begin{document}
  7. begin{tikzpicture}
  8. begin{axis}
  9. addplot coordinates{(10, 20)(90, 80)(170, -50)(290, 12)(350, 20)(5, -40)};
  10. end{axis}
  11. end{tikzpicture}
  12. end{document}
Add Comment
Please, Sign In to add comment