How can I automatically draw a graph in a JMP table based on user-selected rows?
I have a problem now: there is a JMP table and then after selecting a row, a histogram needs to be drawn automatically. That is to say, different histograms appear for different rows, and the graph should be updated automatically after changing the value of the rows when data anomalies are detected.
But now I've searched, only dt<<get selected rows();on change is not for JMP table either.For exampl...