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.png
This chart is from Excel, but I'd like to know how to get similar chart with JMP.
Easiest way is most likely to format your data like this
jthi_0-1678873739911.png
and then you can plot it
jthi_1-1678873748174.png
If your data is in this format
jthi_2-1678873815967.png
You still plot it by selecting all values from Graph Builder and then dropping them to X-axis
jthi_3-1678873840458.png
jthi_4-1678873850932.png
thank you jthi, I'll transpose data to plot that.