Getting "Page By" and "Wrap By" to work together nicely?
Say I have six data sets indexed as X_Y: e.g., [A_1, A_2, A_3, B_1, B_2, C_1] If I want to page by X and wrap by Y, is there any way to do so in Graph Builder without having a bunch of empty plots (i.e., no empty space for B_3, no empty spaces for C_2 and C_3)? The desired format would be the first page would have three wrapped plots for A_1, A_2, and A_3, the second page would have only two wrapp...