Guest User

Untitled

a guest
Dec 18th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. documentclass[DIV=16]{scrartcl}
  2. usepackage{tikz}
  3. pagestyle{empty}
  4. begin{document}
  5. hrule
  6. begin{center}
  7. begin{tikzpicture}[scale=.3]
  8. draw[domain=-1:5] plot (x,{0.5*x*x*(x-3)});
  9. end{tikzpicture}
  10. end{center}
  11. hrule
  12. begin{center}
  13. begin{tikzpicture}[scale=.3]
  14. draw (-1,-2) .. controls (1,7) and (3,-20) .. (5,25);
  15. end{tikzpicture}
  16. end{center}
  17. hrule
  18. end{document}
Add Comment
Please, Sign In to add comment