Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. documentstyle{standalone}
  2. usepackage{tikz}
  3.  
  4. begin{document}
  5. begin{figure}[H]
  6. centering
  7. begin{tikzpicture}
  8. draw (0,0) node[anchor=east]{$(0,1,0)$} -- (4,0) node[anchor=west]{$(1,0,0)$} -- (2,4) node[anchor=south]{$(0,0,1)$} -- cycle;
  9. end{tikzpicture}
  10. end{figure}
  11. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement