Using one of the catart imubu example patches, I’d like to get a list of each of the plotted grains in imubu’s scatterplot mode. Is this possible, and if so, how would I do this?
thanks!
Using one of the catart imubu example patches, I’d like to get a list of each of the plotted grains in imubu’s scatterplot mode. Is this possible, and if so, how would I do this?
thanks!
Hi Michael,
if you mean the list of coordinates, use two mubu.track, send it matrixcol with the x/y indices and then getmatrix.
Best