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.
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.