cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to interactively organize and restructure data for analysis. Register for May 29 webinar, 2pm 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.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