Auto Scaling
Following up with this. https://community.jmp.com/t5/Discussions/Automatic-Scaling-Matching-X-and-Y-Axes/m-p/762890#M94321 I discovered a flaw in the script whereby excluded rows are not plotted but still factor in the graph scaling. I need a way to eliminate those from y_there and x_there somehow. dt = Current Data Table();
dt << Clear Column Selection();
colList = dt << get column names( string
...