Guest User

Untitled

a guest
Dec 14th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. documentclass[tikz, border=2pt]{standalone}
  2. usepackage[utf8]{inputenc}
  3. usepackage[brazilian]{babel}
  4. usepackage{amssymb}
  5. usepackage{tikz,tkz-euclide}
  6. usetkzobj{all}
  7. usepackage{xcolor}
  8. usetikzlibrary{decorations.markings}
  9.  
  10. begin{document}
  11. begin{tikzpicture}[scale=3, mydot/.style={fill, circle, inner
  12. sep=1.5pt}, decoration={markings, mark=at position 0.5 with
  13. {arrow{latex}}}]
  14.  
  15. draw[thick] (0,0) to[out=5,in=175, looseness=.8] (5,0);
  16. draw[thick] (0,0) to[out=-10,in=190, looseness=1.4] (5,0);
  17. draw[ultra thick] (0,0) to[out=-15,in=195, looseness=1.5] (5,0);
  18. draw[thick] (0,0) to[out=-25,in=205, looseness=1.6] (5,0);
  19. draw[thick] (0,0) to[out=-35,in=215, looseness=1.6] (5,0);
  20. draw[thick] (0,0) to[out=-45,in=225, looseness=1.7] (5,0);
  21.  
  22. draw[thick] (1,-2) .. controls (2.3,-.567) and (2.5,.3) .. (2.3,1);
  23.  
  24. draw[ultra thick,-latex,shorten >= 5pt] (2.3,-.567) to[out=45,in=45,
  25. looseness=0] (2.8,.8);
  26. draw[ultra thick,-latex,shorten >= 5pt] (5.7,.7) to[out=190,in=80,
  27. looseness=.8] (5,0);
  28. draw[ultra thick,-latex,shorten >= 5pt] (5,-1) to[out=120,in=1,
  29. looseness=.7] (4,-.3);
  30. draw[ultra thick,-latex,shorten >= 5pt] (4,-2) to[out=120,in=1,
  31. looseness=.7] (3.1,-1.6);
  32.  
  33. node[mydot] at (0,0) {};
  34. node[mydot] at (5,0) {};
  35.  
  36. node at (.9,-2.1) {{Large $X_p$}};
  37. node at (2.9,.85) {{Large $xi(p)$}};
  38. node at (5.85,.8) {{Large $partial M$}};
  39. node at (5.3,-1.1) {{Large $X_0=x$}};
  40. node at (4.1,-2.1) {{Large $X_t$}};
  41. end{tikzpicture}
  42. end{document}
Add Comment
Please, Sign In to add comment