change markers for selected points in a graph using JSL
I need to highlight some selected points on a plot. I can select them, but the selection does not show on saved plots, so as alternative, I want to change the markers of the selected points (i.e. rows).
It's probably just one line, but can't figure out how to do that. Could somebody advise, please?
Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
Graph Builder(
Variables( X( :...