I’m using React js Plot component to create a 3d surface plot with my matrix with z axis values. I need to add a functionality that will mark different lines on x and y axises onclick. But I don’t see such properties. Something similar to this picture with white, green and blue lines.
Am i missing something?
Or am I needed to add something like 3d scatter plot to my surface plot?
Maybe someone already face this issue? Will appreciate any help