cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Wish List

We want to hear your ideas for improving JMP software.

  1. Search: Please search for an existing idea first before submitting a new idea.
  2. Submit: Post your new idea using the Suggest an Idea button. Please submit one actionable idea per post rather than a single post with multiple ideas.
  3. Kudo & Comment Kudo ideas you like, and comment to add to an idea.
  4. Subscribe: Follow the status of ideas you like. Refer to status definitions to understand where an idea is in its lifecycle. (You are automatically subscribed to ideas you've submitted or commented on.)

We consider several factors when looking for what ideas to add to JMP. This includes what will have the greatest benefit to our customers based on scope, needs and current resources. Product ideas help us decide what features to work on next. Additionally, we often look to ideas for inspiration on how to add value to developments already in our pipeline or enhancements to new or existing features.

Choose Language Hide Translation Bar

Control Box Plot design in preferences

Dear all,

we use Box Plots a lot, and the new features in JMP 16 (notched ...) are great,

but it would be quite helpful to be able to control these features already in preference settings.

 

So I would vote for including features like 

Box Style( "Solid" ), Notched( 1 ), Fences( 1 ), Name( "5 Number Summary" )(1)

in preferences to not need to specify them in each plot again.

 

See script and screenshot for illustration.

Thanks,

boxplot_styled.PNG

 

Names Default To Here( 1 );
// styled Box Plot with notch and colos

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dlg = Column Dialog(
	xCols = Col List( "X, Factors", Min Col( 1 ), Max Col( 1 ), Modeling Type( "Categorical" ) ),
	yCols = Col List( "Y, Response", Min Col( 1 ), Max Col( 1 ), Modeling Type( "Continuous" ) )
);

gb = Graph Builder(
	Show Control Panel( 0 ),
	Variables( X( dlg["xCols"][1] ), Y( dlg["yCols"][1] ), Color( dlg["xCols"][1] ) ),
	Elements( Box Plot( X, Y, Legend( 3 ), Box Style( "Solid" ), Notched( 1 ), Fences( 1 ), Name( "5 Number Summary" )(1) ) )
);
4 Comments
DZEMKE
Level I

Very good idea. I would like to see it go into the preferences.

AlexM
Level I

Good proposal , voted

Status changed to: Acknowledged

Hi @Georg, thank you for your suggestion! We have captured your request and will take it under consideration.

ivo
Level II

good idea. would like to see it in preferences