cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
Choose Language Hide Translation Bar

How to get multiple overlay smoothers displayed

I am new to this community and thank you in advance to all the members for your help.

 

I tried to create a plot via Graph Builder with more than 1 variable, currently display as A & T smoothers. I would like to get 4 smoothers displayed, as A + 1-step; A + Osci; T +1-step; T + Osci instead. Basically adding pulling profile (A, T) into the overlay, together with Solvent.

 

Is it possible to do so?

 

AdditiveLube66_0-1738111108585.png

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
shampton82
Level VII

Re: How to get multiple overlay smoothers displayed

Hey @AdditiveLube66 

You could concatenate the two columns (the one currently in overlay and the one currently in color) into a single one and then use that for the overlay.  That should give you 4 different smoother functions.

 

Steve

View solution in original post

3 REPLIES 3
jthi
Super User

Re: How to get multiple overlay smoothers displayed

Which JMP version are you using and can you share small example data table so we know how your data looks like (sometimes you have to split/stack data first).

-Jarmo
shampton82
Level VII

Re: How to get multiple overlay smoothers displayed

Hey @AdditiveLube66 

You could concatenate the two columns (the one currently in overlay and the one currently in color) into a single one and then use that for the overlay.  That should give you 4 different smoother functions.

 

Steve

Re: How to get multiple overlay smoothers displayed

Works beautifully. Thank you very much for sharing.

Recommended Articles