cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

Discussions

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

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 III

Re: Setting the size of graphs

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

Recommended Articles