cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

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