DRpy
DRpy copied to clipboard
Map idx labels
To assist users in choosing what indices to show the cross section for, it would be helpful to have an option to annotate every 10 indices on the swath. Idea implementation, color swath with np.mod(idx,10) and then have text label every ten. Something like that