Guest User

Untitled

a guest
Jun 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{tikz}
  3. begin{document}
  4. begin{tikzpicture}
  5. includegraphics[scale=.5]{fig12.PNG};
  6. draw [->] (0,0) -- (8,0);
  7. draw [->] (0,0) -- (0,4);
  8. end{tikzpicture}
  9. end{document}
Add Comment
Please, Sign In to add comment