Hi,
Is there a more convenient way to probe the coordinates of a point than the following (let’s say I want the x,y coordinates of a point in a 2D dataset):
- use the
Calculator
to compute a variableX
fromcoordX
- use the
Calculator
to compute a variableY
fromcoordY
- either use the spreadsheet view and restrict to the current selection or go to
Selection Display Inspector
and select variablesX
andY
for point labels
This is inconvenient to do everytime you want to just have an idea of the location of some point in a dataset.
Thanks.