cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

Beginner

Hi,

i want to create an array for two data columns

like 

a = [ .........]

b = [......]

i also want to get the mean of both arrays and display in bivariate plot. 

i a beginner to jsl and scripting as whole. thank you

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Beginner

Perform the actions interactively in JMP and let JMP script it

  1. Open JMP
  2. Create new empty table
  3. Create your columns interactively
  4. Use Tabulate/Summary/Distribution/... to calculate means
  5. Use Fit Y by X to create plot (or graph builder)
  6. Try out red triangles in different locations to see where you can get and what type of scripts
  7. If you have JMP16+ check out log (if enhanced log is enabled it has recorded your steps, bivariate plot will be recorded after it is closed)

jthi_0-1689696061627.png

 

There is a lot of material regarding JMP scripting. Below are few suggestions

-Jarmo

View solution in original post

1 REPLY 1
jthi
Super User

Re: Beginner

Perform the actions interactively in JMP and let JMP script it

  1. Open JMP
  2. Create new empty table
  3. Create your columns interactively
  4. Use Tabulate/Summary/Distribution/... to calculate means
  5. Use Fit Y by X to create plot (or graph builder)
  6. Try out red triangles in different locations to see where you can get and what type of scripts
  7. If you have JMP16+ check out log (if enhanced log is enabled it has recorded your steps, bivariate plot will be recorded after it is closed)

jthi_0-1689696061627.png

 

There is a lot of material regarding JMP scripting. Below are few suggestions

-Jarmo

Recommended Articles