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( :height ), Y( :weight )),
Show Control Panel( 0 ),
);
dt << Select Where (:sex == "F");
//now I want to change the marker for the selected data