I have a datatable with 30 columns, which are 2 different measured parameters of the same 15 items, with about 500k measurements (rows). I want to plot paramA by paramB as a scatterplot for each item, so I want to specify which columns need to be plotted against each other. I want 15 plots, showing A vs B for each.
This isn't a Matched Pairs analysis, since they're different parameters, but the only way I've been able to figure this out is by using the Bivariate platform and putting in my list of X and Y parameters. However, this generates 225 plots, and I only need 15 of those plots. I'm sure there's a better way to do this, but wanted to know if there's a way built into JMP, or I'll need to write a script?