giochanturia

Circles Chain TIKZ

Feb 22nd, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. \begin{tikzpicture}
  2. \node at (0,.5) {$A$};
  3. \node at (1,.5) {$B$};
  4. \filldraw (0,0) circle (3pt);
  5. \draw (1,0) circle (3pt);
  6. \filldraw (2,0) circle (3pt);
  7. \draw (3,0) circle (3pt);
  8. \filldraw (4,0) circle (3pt);
  9. \draw (5,0) circle (3pt);
  10. \filldraw (6,0) circle (3pt);
  11. \draw (7,0) circle (3pt);
  12. \end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment