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
Greenhorn
Level III

Graph Builder Plot with a table which summarizes statistics, column properties and customized data

hi jmp scripting experts,

 

I'd like to construct a graph using graph builder histogram plot and add a table underneath the graph. The table shall show some values like in the picture.

Is it possible? Do you have any suggestions how to start?

 

Greenhorn_0-1703173511021.pngGreenhorn_0-1703173511021.png

 

1 REPLY 1
jthi
Super User

Re: Graph Builder Plot with a table which summarizes statistics, column properties and customized data

Scripting Guide is good starting point Scripting Guide > Display Trees > Technical Details for Display Trees (Introduction to the JMP Scripting Language Course can also be helpful). You will most likely need: New Window() and V List Box()  to contain your plot and table. And for your table Table Box() should work (if you have that same data in same format in data table dt << get as report could also be an option).

 

 

-Jarmo

Recommended Articles