Guest User

Untitled

a guest
Jul 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. begin{tikzpicture}[xscale=0.4,yscale=0.4]
  2. draw (0,4) -- (10,4);
  3. draw (0,6) -- (10,6);
  4. draw (8,4.75) -- (19.75,4.75) -- (19.75,-5.25);
  5. draw (8,5.25) -- (20.25,5.25) -- (20.25,-5.25);
  6. draw (0,4) .. controls (-1.3,4) and (-1.3,6) .. (0,6);
  7. fill[black!20] (9,4.75) -- (12,4.75) -- (12,3.6) -- (9,4.25) -- (9,4.75);
  8. fill[black!20] (9,5.25) -- (12,5.25) -- (12,6.4) -- (9,5.75) -- (9,5.25);
  9. draw (21,3) -- (21,-7);
  10. draw (19,3) -- (19,-7);
  11. draw (19,-7) .. controls (19,-8.3) and (21,-8.3) .. (21,-7);
  12. draw (19,0) -- (19.75,0);
  13. draw (20.25,0) -- (21,0);
  14. draw (-6,-18) rectangle (8,-17.5);
  15. draw (-6,-17.5) -- (0.3, -16);
  16. draw (0.3,-16) rectangle (1.7,-14); draw (1,-15) circle (0.5);
  17. draw (8,-17.5) -- (1.7,-16);
  18. draw (0.5,-14) rectangle (1.5,0);
  19. draw (0.5,0) .. controls (-1,0.5) and (1.1,2) .. (1,3);
  20. draw (1.5,0) .. controls (3,0.5) and (0.9,2) .. (1,3);
  21. end{tikzpicture}
  22.  
  23. documentclass[tikz,border=3.14mm]{standalone}
  24. begin{document}
  25. begin{tikzpicture}[xscale=0.4,yscale=0.4]
  26. draw (0,4) -- (10,4);
  27. draw (0,6) -- (10,6);
  28. draw (8,4.75) -- (19.75,4.75) -- (19.75,-5.25);
  29. draw (8,5.25) -- (20.25,5.25) -- (20.25,-5.25);
  30. draw (0,4) .. controls (-1.3,4) and (-1.3,6) .. (0,6);
  31. fill[black!20] (9,4.75) -- (12,4.75) -- (12,3.6) -- (9,4.25) -- (9,4.75);
  32. fill[black!20] (9,5.25) -- (12,5.25) -- (12,6.4) -- (9,5.75) -- (9,5.25);
  33. draw (21,3) -- (21,-7);
  34. draw (19,3) -- (19,-7);
  35. draw (19,-7) .. controls (19,-8.3) and (21,-8.3) .. (21,-7);
  36. draw (19,0) -- (19.75,0);
  37. draw (20.25,0) -- (21,0);
  38. draw (-6,-18) rectangle (8,-17.5);
  39. draw (-6,-17.5) -- (0.3, -16);
  40. draw (0.3,-16) rectangle (1.7,-14); draw (1,-15) circle (0.5);
  41. draw (8,-17.5) -- (1.7,-16);
  42. draw (0.5,-14) rectangle (1.5,0);
  43. draw (0.5,0) .. controls (-1,0.5) and (1.1,2) .. (1,3);
  44. draw (1.5,0) .. controls (3,0.5) and (0.9,2) .. (1,3);
  45. foreach X in {1,...,60}
  46. {fill (1.25+rand,{4.07+abs(rand*rand*rand)}) circle (2pt);}
  47. end{tikzpicture}
  48. end{document}
Add Comment
Please, Sign In to add comment