How do I access coordinate of a point and put it in a label?
I can’t seem to use ${A.x}
or similar things in the label.
How do I access coordinate of a point and put it in a label?
I can’t seem to use ${A.x}
or similar things in the label.
It’s a bit faffy, but you can set up a separate variable and use that in the label - eg. A_x = A.x
, then use ${A_x}
in the label.
Thanks! .eiuwfgueiwgfjkewgbfkjqgfgwekugw