cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
0 Kudos

function to delete subplot titles (or any GraphBuilderGroupBox in general)

☐ cool new feature
☑ could help many users!

☐ removes a „bug“

☐ nice to have

☐ nobody needs it

 

 

If "Wrap" is used to split a plot into subplots, the titles of the subplots often consume more space than the plots themselves and users want to shrink or remove the titles:

https://community.jmp.com/t5/Discussions/remove-subplot-titles/m-p/554850#M76943
https://community.jmp.com/t5/Discussions/Reduce-font-size-for-wrapped-graph-builder-headings/m-p/679... 

 

There exists already a post with the wish to adjust the font settings via right click menu:
https://community.jmp.com/t5/JMP-Wish-List/Right-click-to-change-Group-font-and-font-size/idi-p/1166...


Could you please also add a feature to delete/collapse the titles and use the space for the plots.
- manual via right click

- via JSL by sending a message to the GraphBuilderGroupBoxes 


HolgerSp_0-1665492585163.png

 

more wishes submitted by  hogi_2-1702196401638.png

4 Comments
Status changed to: Acknowledged

@hogi - Thank you for your suggestion! We have captured your request and will take it under consideration.

hogi
Level XI

In the right click context menu, there is already an option to enable/disable the title.
would be great to have an option as well for the individual labels of the subplots:

hogi_0-1666806273999.png

 

hogi
Level XI

Following an Idea of @XanGregg, I found out that one can remove the titles of the subplots with the option "size(1)" of the Wrap command:

https://community.jmp.com/t5/Discussions/remove-subplot-titles/m-p/563271/highlight/true#M77627

 

dt = Open( "$SAMPLE_DATA/Airline Delays.jmp" );

dt << minimize window( 1 );

gb = Graph Builder(
	Show Control Panel( 0 ),
	Graph Spacing( 5 ),
	Variables(
		X( :Day of Month ),
		Y( :Month ),
		Group Y( :Distance ),
		Wrap( :Airline, Size( 1 ) ),
		Color( :Arrival Delay )
	),
	Elements( Heatmap( X, Y, Legend( 5 ) ) )
)
Status changed to: Not Planned For Now

Hi @hogi, thank you for the update! Since you found a decent workaround, I am going to mark this as "Not Planned for Now". Although we do not plan to deliver this request now, I will hold onto your idea of adding this functionality to the right click menu and update you if it becomes a priority.