Guest User

Untitled

a guest
Feb 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. documentclass[tikz]{standalone}
  2.  
  3. usepackage{tikz,pgfplots}
  4. pgfplotsset{compat=1.9}
  5.  
  6. begin{document}
  7. begin{tikzpicture}
  8.  
  9. begin{axis}
  10. coordinate (p1) at (1,1);
  11. coordinate (p2) at (2,2);
  12. addplot coordinates{(p1)(p2)};
  13. end{axis}
  14.  
  15. end{tikzpicture}
  16. end{document}
  17.  
  18. Runaway argument?
  19. p1)(p2)pgfplots@EOI pgfplotsscanlinelengthcleanup
  20. pgfplots@coord@stream@end
  21. ETC.
  22. Paragraph ended before pgfplots@loop@next was complete.
  23. <to be read again>
  24. par
  25. l.15
Add Comment
Please, Sign In to add comment