cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Get the free JMP Student Edition for qualified students and instructors at degree granting institutions.
Choose Language Hide Translation Bar
View Original Published Thread

Legend Font size

geof
Level III

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.