Use variable list of columns as Y Axis in Graph Builder
Folks, I just upgraded from JMP14 Pro to JMP15 Pro and am running into problems with many of my JSL scripts that use OverlayPlots. I'm trying to covert some of my more complex OP's over to GB and am running into a hiccup when using variable lists in GB. With OP's the following code successfully plotted all variables for a given data file that met the Y( Eval List ( ???? ) ) criteria. I created ...