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!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

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

Legend Font size

Hi,

With the Graph Builder (or any other way) , is it possible to define the Font size of the legend ?

Below the size of the graph is "Size( 454, 472 ) ", but if I reduce to size to (200,200) the legend is still as big as it is for ( 454, 472) ! Is it possible also to define the size of the legends?

Thanks

open("$sample_data\Big class.jmp");

Graph Builder(

Size( 454, 472 ),

Show Control Panel( 0 ),

Variables( X( :age ), Y( :weight ), Y( :height ), Overlay( :name ) ),

Elements( Position( 1, 1 ), Points( X, Y, Legend( 3 ), Jitter( 1 ) ) ),

Elements( Position( 1, 2 ), Points( X, Y, Legend( 4 ), Jitter( 1 ) ) )

);

1 ACCEPTED SOLUTION

Accepted Solutions
bmao1
Level II

Re: Legend Font size

Files > Preferences > Fonts > Text, and apply. Changes other fonts at the same time, but worked for my purposes.

View solution in original post

1 REPLY 1
bmao1
Level II

Re: Legend Font size

Files > Preferences > Fonts > Text, and apply. Changes other fonts at the same time, but worked for my purposes.

Recommended Articles