Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. documentclass[12pt]{article}
  2. usepackage{tikz}
  3. usetikzlibrary{calc}
  4. begin{document}
  5. begin{tikzpicture}
  6. coordinate (O) at (0,0);
  7. draw [thick] plot[smooth, tension=.7] coordinates {(-4,2.5) (-3,3) (-2,2.8) (-0.8,2.5) (-0.5,1.5) (0.5,0) (0,-2)(-1.5,-2.5) (-4,-2) (-3.5,-0.5) (-5,1) (-4,2.5)};
  8. draw (-1,0)[thick,scale=0.8] plot[smooth, tension=.7] coordinates {(-4,2.5) (-3,3) (-2,2.8) (-0.8,2.5) (-0.5,1.5) (0.5,0) (0,-2)(-1.5,-2.5) (-4,-2) (-3.5,-0.5) (-5,1) (-4,2.5)};
  9. end{tikzpicture}
  10. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement