Reduce font size for wrapped graph builder headings?
Hello all,I'm creating graphs using Graph Builder, and I'm using the Wrap zone to show a "matrix" of graphs. However, when I have a lot of levels the font size for each graphs header is too large. Is there any way to reduce it?For example:dt = open("$sample_data\S4 Temps.jmp");Graph Builder( Show Control Panel( 0 ), Variables( X( :outside temp ), Y( :Y ), Wrap( :Name( "room/office" ) ) ), ...