Changing marker type, size, and color in JSL's Drag Marker
I found this example script online that uses JSL's Drag Marker command to create a graph and then allow me to drag points around.
The points are always small black dots.
I haven't found a way to change the marker type, size, or color in the Drag Marker command. Is there any way to do it? Thanks!
using JMP 19.0
Names Default To Here( 1 );
New Window( "Example",
exx = [11 33 77];
exy = [88 2...