How to get the graph builder to dispatch a variable scale for the Y variable depending on the data
Hi All, I have been searching this topic throughout the community discussions but I had not luck so far. How to get the graph builder to dispatch a variable scale for the Y variable depending on the data range? Using the BigClass data example If I had more than one graph to plot I would use the following script:dt= Open ("Big Class.JMP");
win = New window("Graphs", lub = Lineup Box (Ncol(2)))...
saitcopuroglu