When we read the "cursor index" property of a cursor from an intensity graph, we only get a single number. This is insufficient and inconsistent.
Since the graph data is a 2D array, we should get an array with two elements, one for the x-index and one for the y-index. Two indices are required to translate the cursor position to the corresponding array element.
(This change would make it more consistent. Have a look at the output of e.g. "array size" and "array min&Max" when the input is a 2D array. Same thing!)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.