Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. documentclass{standalone}
  2. usepackage{pgfplots}
  3. pgfplotsset{compat=newest}
  4.  
  5. begin{document}
  6.  
  7. begin{tikzpicture}
  8. begin{axis}[
  9. axis y line=left,
  10. axis x line=middle,
  11. width=12cm,
  12. height=3cm,
  13. ]
  14. end{axis}
  15. end{tikzpicture}
  16.  
  17. % line break here!
  18.  
  19. begin{tikzpicture}
  20. begin{axis}[
  21. axis y line=left,
  22. axis x line=middle,
  23. width=12cm,
  24. height=3cm,
  25. ]
  26. end{axis}
  27. end{tikzpicture}
  28.  
  29. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement