cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
yo-ming
Level II

How to show curve of different columns in one chart?

Like, a 8-bits ADC, the output are printed as 8 columns in jmp file, then how can I show data of 8 columns in 1 char. example below.

 

yoming_0-1678872009953.pngyoming_0-1678872009953.png

 

3 REPLIES 3
yo-ming
Level II

Re: How to show curve of different columns in one chart?

This chart is from Excel, but I'd like to know how to get similar chart with JMP.

jthi
Super User

Re: How to show curve of different columns in one chart?

Easiest way is most likely to format your data like this

jthi_0-1678873739911.pngjthi_0-1678873739911.png

 

and then you can plot it

jthi_1-1678873748174.pngjthi_1-1678873748174.png

 

If your data is in this format

jthi_2-1678873815967.pngjthi_2-1678873815967.png

 

You still plot it by selecting all values from Graph Builder and then dropping them to X-axis

jthi_3-1678873840458.pngjthi_3-1678873840458.png

jthi_4-1678873850932.pngjthi_4-1678873850932.png

 

-Jarmo
yo-ming
Level II

Re: How to show curve of different columns in one chart?

thank you jthi, I'll transpose data to plot that.

Recommended Articles