Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. \usetikzlibrary{arrows,shapes}
  2. \usetikzlibrary{arrows.meta}
  3. \usetikzlibrary{positioning}
  4. \usetikzlibrary{patterns,decorations.pathreplacing}
  5. \usetikzlibrary{decorations.markings}
  6.  
  7.  
  8. \tikzstyle{vecArrow} = [thick, decoration={markings,mark=at position
  9. 1 with {\arrow[semithick]{open triangle 60}}},
  10. double distance=1.4pt, shorten >= 5.5pt,
  11. preaction = {decorate},
  12. postaction = {draw,line width=1.4pt, white,shorten >= 4.5pt}]
  13. \tikzstyle{innerWhite} = [semithick, white,line width=1.4pt, shorten >= 4.5pt]
  14.  
  15. \begin{tikzpicture}
  16. \draw[->,thick] (-5,0)--(5,0) node[right]{$\theta$};
  17. \draw[->, thick] (0,-5)--(0,5) node[above]{$\tau$};
  18.  
  19.  
  20. \draw (0,4.5) --(4.5,0) ;
  21. \draw (4.5,0)-- (0,-4.5) ;
  22.  
  23. \draw (0,4.5) --(-4.5,0) ;
  24. \draw (-4.5,0)-- (0,-4.5) ;
  25.  
  26. \node[below right=4pt] at (4.5,0){$\pi$};
  27. \node[below left=4pt] at (-4.5,0){$-\pi$};
  28.  
  29.  
  30.  
  31. \draw[thick,decoration={markings, mark=at position 0.8 with {\arrow{>}}},
  32. postaction={decorate}] (-4.5,-5) --(-4.5,5) ;
  33.  
  34. \draw[thick,decoration={markings, mark=at position 0.8 with {\arrow{>}}},
  35. postaction={decorate}] (4.5,-5) --(4.5,5) ;
  36.  
  37. \draw[->] (-1,-8.2) --(-4.5,-5.1) ;
  38. \draw[->] (1,-8.2) --(4.5,-5.1) ;
  39. \node[below=5pt] at (0,-8){{\Large sandwichde gnou}};
  40.  
  41. \draw[vecArrow] (6,0) to (7,0);
  42.  
  43. \draw [rotate=90, x radius=1cm, y radius=2cm, delta angle=360] (-3,-11)
  44. arc [start angle=0]
  45. node [pos=0.45,below=2pt] (deh) {$\theta=0$}
  46. node [pos=0.96,below=1pt] (dehito) {$\theta=\pm \pi$};
  47.  
  48. \draw [rotate=90, x radius=1cm, y radius=2cm, delta angle=360] (4.2,-11)
  49. arc [start angle=0]
  50. node [pos=0.45,below=2pt] (dehitito) {}
  51. node [pos=0.96,below=1pt] (dehino) {};
  52.  
  53. \draw (9,-4)-- (9,3.2) ;
  54.  
  55. \draw (13,-4)-- (13,3.2) ;
  56.  
  57. \draw[dashed] (deh.north) -- (dehitito.north) ;
  58. \draw[dashed] (dehito.north) -- (dehino.north) ;
  59.  
  60. \draw[dashed] (dehito.north) -- (dehino.north) ;
  61.  
  62.  
  63. \node[circle,fill=black,scale=0.4] at (11.5,-0.6) {};
  64.  
  65. \path[dashed] (11.5,-0.6) edge [bend right=5] node[anchor=east] {} (13,0.3);
  66. \path[dashed] (11.5,-0.6) edge [bend left=5] node[anchor=east] {} (13,-1.5);
  67.  
  68. \path[dashed] (11.5,-0.6) edge [bend left=5] node[anchor=east] {} (9,0.5);
  69. \path[dashed] (11.5,-0.6) edge [bend right=5] node[anchor=east] {} (9,-1.7);
  70.  
  71. \path (13,0.3) edge [bend left=5] node[anchor=east] {} (10.36,1.6) ;
  72. \path (9,0.5) edge [bend right=5] node[anchor=east] {} (10.36,1.6) ;
  73. \path (13,-1.5) edge [bend left=5] node[anchor=east] {} (10.36,-3) ;
  74. \path (9,-1.7) edge [bend left=3] node[anchor=east] {} (10.36,-3) ;
  75. \end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement