Search found 1 match

by melondolphin
Fri Jun 14, 2019 5:50 pm
Forum: Graphics, Figures & Tables
Topic: tikz find the closest point to a defined point
Replies: 1
Views: 2120

tikz find the closest point to a defined point

Dear all,

At the moment, I try to learn automation of graphic drawing with latex (tikz) and R.

I need to determine the coordinates of the point with the smallest distance to a defined point "North"

Thats what I found out so far:

\begin{tikzpicture}

\coordinate (North) at (0,5);

\path let
\p1 ...