Graphics, Figures & TablesNaming a path through a point

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
topsquark
Posts: 71
Joined: Wed Oct 05, 2022 10:30 pm

Naming a path through a point

Post by topsquark »

Say I have a coordinate point (P) and I want to draw a circle through it.
\node [draw] at (0,0) [circle through={(P)}] {};

Can I name this path so I can refer to it later? (I don't know the coordinates of (P), I found it using "intersection" and I've recently discovered that if I find the x and y coordinates, the values can be too approximate to with well.)

Thanks!

-Dan

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply