Best way to plot Bivariate for many XY pairs?
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 o...