Is it possible to overlay on top of points in scatterplot? (Not change shape of point)
Hello JMP users, I am new here so please be gentle.
I am working on a script to make a bivariate plot of two variables (Var 1, Var 2) which is then colored by a third variable (Result). This is pretty simple, but my problem now is that the engineer would like an identifier of the fourth variable (Description) on the plot. So I need to take each unique Description, map it to a integer (there could b...