Identifying Titles of Graph Builder Page Titles
In the following graph, I want to be able to identify the page titles:
i.e. "sex = F" and "sex = M".
Looking at the display tree it would appear that the titles are associated with a display box of type GraphBuilderGroupBox:
I have the following script:
Open("$SAMPLE_DATA/Big Class.jmp");
gb = Graph Builder(
Size( 378, 714 ),
Show Control Panel( 0 ),
Show Legend( 0 ),
Variables( X( :hei
...
