Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. documentclass[tikz,border=3.14mm]{standalone}
  2. begin{document}
  3. begin{tikzpicture}[bn/.style={circle,fill,font=sffamily,minimum
  4. size=2mm,node contents={},label=#1}]
  5. path node(1) [bn=1] -- ++ (50:2.5) node (2) [bn=2] -- ++(-95:1.75)
  6. node (3) [bn=above right:3]
  7. -- ++(-85:1.75) node (4) [bn=below:4] -- ++(40:2.75) node (5) [bn=below right:5]
  8. -- ++ (0,1.75) node (6) [bn=6] ;
  9. draw[thick] (1)--(2)--(6)--(5)--(4)--(1)--(3)--(5)--(2)--(3)--(4);
  10. end{tikzpicture}
  11. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement