cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Buzuddha
Level II

Use JSL to remove grey frame around plot area

I am trying to make my graphs look "open", so I would prefer to have only the frame of the plot area be the left-Y and bottom-X axes. The right and top I would like without border (frame). 

 

How do I tell the graph builder not to draw the grey border or to draw it white? Same goes for axes? How do I tell script black axes instead of grey?

 

Many thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
David_Burnham
Super User (Alumni)

Re: Use JSL to remove grey frame around plot area

The grey frame is actually the background colour for the entire window.  You can change it here:

 

File>Preferences.  Select Styles.  Window Background Color.

 

To change the axis colour choose the option Frame Color.

 

If you want the frame colour to be for just the axes without surrounding the entire graph deselect the option Frame Border.

 

-Dave

View solution in original post

2 REPLIES 2
David_Burnham
Super User (Alumni)

Re: Use JSL to remove grey frame around plot area

The grey frame is actually the background colour for the entire window.  You can change it here:

 

File>Preferences.  Select Styles.  Window Background Color.

 

To change the axis colour choose the option Frame Color.

 

If you want the frame colour to be for just the axes without surrounding the entire graph deselect the option Frame Border.

 

-Dave
Buzuddha
Level II

Re: Use JSL to remove grey frame around plot area

Thanks!

Recommended Articles