- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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