Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. begin{tikzpicture}
  2. node (a) at (0pt,0pt)[]{$a$};
  3. node (b) at (0pt,101pt)[]{$b$};
  4.  
  5. draw[->] (a)--(b);
  6. draw[->] (b) arc [start angle=0, end angle=74, x radius=25pt, y radius=25pt,line width=4pt] node (c) {$c$};
  7. end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement