cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

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

How do I edit a text that is auto-generated on the plot?

Specifically clicking a mean & std dev option, it generates the 2 numbers and puts it in the middle of my plot. 

These numbers are tiny like size 2. 

I would like to learn how to: 

1. go into the code script and manually edit text size and other features.

2. change the default preference if possible for larger text sizes. 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How do I edit a text that is auto-generated on the plot?

Another way to set the font is to right click and choose "Customize..." from the popup menu ...

John_Powell_JMP_0-1627390376137.png

... then click on "Means add ... Deviations",  then click on "Font..." and choose the size you would like to use. 

John_Powell_JMP_1-1627390626537.png

 

Unlike a preference change, this will only affect the current graph.

~John

 

 

View solution in original post

4 REPLIES 4
Craige_Hales
Super User

Re: How do I edit a text that is auto-generated on the plot?

I think you are using graph builder and adding a caption. Preferences has a caption font that controls it.

Changing the caption font.Changing the caption font.

Craige

Re: How do I edit a text that is auto-generated on the plot?

Another way to set the font is to right click and choose "Customize..." from the popup menu ...

John_Powell_JMP_0-1627390376137.png

... then click on "Means add ... Deviations",  then click on "Font..." and choose the size you would like to use. 

John_Powell_JMP_1-1627390626537.png

 

Unlike a preference change, this will only affect the current graph.

~John

 

 

Craige_Hales
Super User

Re: How do I edit a text that is auto-generated on the plot?

Much better!

Craige
Lcheng
Level II

Re: How do I edit a text that is auto-generated on the plot?

Thanks everyone!

Recommended Articles