Guest User

Untitled

a guest
May 26th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. \documentclass[10pt]{article}
  2. \usepackage{pgf,tikz}
  3. \usetikzlibrary{arrows}
  4. \pagestyle{empty}
  5. \begin{document}
  6. \definecolor{xdxdff}{rgb}{0.66,0.66,0.66}
  7. \definecolor{qqqqff}{rgb}{0.33,0.33,0.33}
  8. \begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=0.5cm,y=0.5cm]
  9. \clip(0,-20) rectangle (30,0);
  10. \draw (8.55,-9.69)-- (17.64,-15.71);
  11. \draw (18.63,-10.13)-- (17.64,-15.71);
  12. \draw (-3.94,-13.11)-- (8.55,-9.69);
  13. \draw (8.55,-9.69)-- (8.55,3.38);
  14. \draw (17.14,3.69)-- (18.63,-10.13);
  15. \draw (18.63,-10.13)-- (36.34,1.67);
  16. \draw (17.64,-15.71)-- (20.09,-22.01);
  17. \fill [color=qqqqff] (4.1,5.8) circle (1.5pt);
  18. \draw[color=qqqqff] (-9.81,5.36) node {$A$};
  19. \fill [color=qqqqff] (6.7,15.3) circle (1.5pt);
  20. \draw[color=qqqqff] (-9.77,5.36) node {$B$};
  21. \fill [color=qqqqff] (4.1,-5.8) circle (1.5pt);
  22. \fill [color=qqqqff] (6.7,-15.3) circle (1.5pt);
  23. \fill [color=qqqqff] (13,-5.8) circle (1.5pt);
  24. \fill [color=qqqqff] (23.2,-4.7) circle (1.5pt);
  25. \fill [color=qqqqff] (25.4,-8) circle (1.5pt);
  26. \fill [color=xdxdff] (-3.94,-13.11) circle (1.5pt);
  27. \fill [color=xdxdff] (8.55,3.38) circle (1.5pt);
  28. \fill [color=xdxdff] (17.14,3.69) circle (1.5pt);
  29. \fill [color=xdxdff] (36.34,1.67) circle (1.5pt);
  30. \fill [color=xdxdff] (20.09,-22.01) circle (1.5pt);
  31. \end{tikzpicture}
  32. \end{document}
Add Comment
Please, Sign In to add comment