cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • 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!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

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

Setting the size of graphs

Is there a way to set a default size for graphs?  I like my Predicted Vs Actual graphs to have a pixel size of 325 x 325.  Instead of going in after the fact, I would like to set these as a default size.  But I can find nowhere in the Platform Defaults to change this setting.  Is this possible, or does JMP not have a way to specify the size of graphical output.

 

Thx!

2 REPLIES 2
SDF1
Super User

Re: Setting the size of graphs

Hi @Newbie_1 ,

 

  I know you can set the default size for the height: File > Preferences > Graphs. In the panel "Graphs", you can set the graph height in pixels. I don't see how to set the width, though.

 

  However, you can always script it up. If you reference your graph as gb or something, you can send it the command gb << Set Graph Size (x, y), where x and y are the pixel sizes of the graph. See for example the Scripting Index help on Graph Size.

 

Hope this helps!,

DS

Newbie_1
Level II

Re: Setting the size of graphs

Thanks.  This didn't really help, but I appreciate the suggestion.

Recommended Articles