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
sam8546
Level II

stack columns

I have X1,Y1 and X2,Y2 values and I want to plot them. First, I need to stack X1 with X2 and Y1 with Y2. How can I do that? When I stack for example X1 and X2, makes a mess for Y1 and Y2. 

4 REPLIES 4
Jeff_Perkinson
Community Manager Community Manager

Re: stack columns

You need to use the Multiple Series Stack option in the Stack Dialog.

 

See the documentation here.

-Jeff
sam8546
Level II

Re: stack columns

Thanks Jeff

pmroz
Super User

Re: stack columns

Here's how you would fill out the Stack dialog:

pmroz_0-1698780135210.png

pmroz_1-1698780153507.png

pmroz_2-1698780195310.png

 

 

sam8546
Level II

Re: stack columns

Thanks Pmroz

Recommended Articles