cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Claire
Level I

Remove line between last point of a curve and 1st point of next curve

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?

 

10 REPLIES 10
Claire
Level I

Re: Remove line between last point of a curve and 1st point of next curve

Thanks jthi for your help - I'll reply to the latest comment - to you / miguello and hogi

Recommended Articles