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
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