I have a list of coordinates defined in a loop. For every coordinate, I would like to draw two circles just off the coordinate. So if my chosen coordinate were A = (x0,y0), it would look like this:
\draw[fill] ({x0-.1*cos(30)}, {y0-.1*sin(30)} ) circle[radius=.1cm]
\draw[fill] ({x0+.1*cos(30)}, {y0+.1*sin(30)} ) circle[radius=.1cm]
But I don't know how to access x0 or y0 (i.e. in python I would write A[0] and A[1]). Hope it makes sense.
\documentclass{...}and ending with\end{document}. – DG' May 19 '22 at 08:12