Coordinates of a poinr

You can access the x and y coordinates of any named point:
https://www.desmos.com/calculator/ylwksoxbgo
You’ll have to assign a variable to the coordinates in order to pull it into CL so for simple movable points Bryn’s example works well, but if your point is based on something else in the graph (i.e. a complicated expression) using .x and .y is a great idea.

4 Likes