Guest User

Untitled

a guest
Mar 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. documentclass{standalone}
  2. usepackage{tikz}
  3. begin{document}
  4. begin{tikzpicture}
  5. draw [line width=3mm,dash pattern=on 30 pt off 10 pt] plot [smooth cycle,tension=0.65] coordinates
  6. {(-1,-0.577) (0,1.155) (1,-0.577)};
  7.  
  8. begin{scope}[xshift=3cm]
  9. draw [line width=3mm] plot [smooth cycle,tension=0.65] coordinates
  10. {(-1,-0.577) (0,1.155) (1,-0.577)};
  11. end{scope}
  12. end{tikzpicture}
  13. end{document}
Add Comment
Please, Sign In to add comment