I have 4 variables - let's call them X, Y, sweep and batch.
X and Y are numerical continuous, sweep and batch are numeric nominal.
I want to plot XY line curves, per sweep and batch.
The data looks like:
X Y sweep batch
0.10 0.20 1 1
0.11 0.30 1 1
0.15 0.36 1 1
0.12 0.22 1 2
0.13 0.31 1 2
0.14 0.29 1 2
0.09 0.2 1 3
0.12 0.33 1 3
0.11 0.31 1 3
0.14 0.24 2 1
0.10 0.34 2 1
0.11 0.30 2 1
0.13 0.21 2 2
0.16 0.22 2 2
0.18 0.33 2 2
0.12 0.21 3 3
0.17 0.27 3 3
0.19 0.29 3 3
I use the overlay for sweep and color for batch.
The graph puts a line between my last point of a (sweep,batch) to the 1st point of the next (sweep,batch).
I think in jmp17, this was resolved by clicking 'Row order' but no luck with jmp18.
Can someone help, please?