Advertisement
kalakay

Tuner Post

Nov 3rd, 2020
3,587
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.26 KB | None | 0 0
  1. \foreach \x/\y in {-.2/5.5,.2/5.5,-.2/5.9,.2/5.9,-.2/6.3,.2/6.3}{
  2. \fill[silver] (\x,\y) circle (3pt  and 2.7pt);
  3. \node[
  4.  cylinder,scale=.4,
  5.  fill=zinnwalditebrown!70!silver,
  6.  rotate=90,
  7.  minimum width=10pt,
  8.  minimum height=8pt
  9.  ]
  10.  at (\x,\y) {};
  11.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement