Guest User

Untitled

a guest
Dec 14th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. begin{tikzpicture}
  2. defL{1.5}
  3. draw (0,0) to[bend left] (L,0) node[pos=0.5] (a) {};
  4. draw (L,0) to[bend left] (0,0) node[pos=0.5] (b) {};
  5. draw[dashed] (a) -- (b);
  6. fill[red] (a) circle(1.5pt);
  7. fill[blue] (a) circle(1.5pt);
  8. end{tikzpicture}
Add Comment
Please, Sign In to add comment