cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
%3CLINGO-SUB%20id%3D%22lingo-sub-249117%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3EComment%20puis-je%20agrandir%20la%20taille%20par%20d%C3%A9faut%20de%20l'image%26nbsp%3B%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-249117%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%3CP%3E*Si%20je%20pense%20que%20la%20taille%20de%20l'image%20par%20d%C3%A9faut%20est%20petite%20et%20que%20je%20veux%20l'agrandir%2C%20que%20dois-je%20faire%20%3F%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CPRE%3E%3CCODE%20class%3D%22%20language-jsl%22%3ENames%20Default%20To%20Here(%201%20)%3B%0Adt%20%3D%20Open(%20%22%24SAMPLE_DATA%2FBig%20Class.jmp%22%20)%3B%0ABivariate(%20Y(%20%3Aweight%20)%2C%20X(%20%3Aheight%20)%20)%3B%3C%2FCODE%3E%3C%2FPRE%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3E*%20Le%20script%20que%20j'utilise%20pour%20contr%C3%B4ler%20la%20taille%20est%20ci-dessous%2C%20mais%20la%20photo%20n'a%20pas%20chang%C3%A9%20apr%C3%A8s%20que%20j'ai%20ajout%C3%A9%20la%20taille%20(1000%2C%20800)%2C%20pourquoi%20%C3%A7a%20marche%20maintenant%26nbsp%3B%3F%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CPRE%3E%3CCODE%20class%3D%22%20language-jsl%22%3ENames%20Default%20To%20Here(%201%20)%3B%0A%0Adt%20%3D%20Open(%20%22%24SAMPLE_DATA%2FBig%20Class.jmp%22%20)%3B%0A%0ABivariate(%0A%20Size(%201000%2C%20800%20)%2C%20%0A%0A%20Y(%20%3Aweight%20)%2C%0A%20X(%20%3Aheight%20)%0A)%3B%3C%2FCODE%3E%3C%2FPRE%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-249408%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3ERe%20%3A%20Comment%20puis-je%20agrandir%20la%20taille%20par%20d%C3%A9faut%20de%20l'image%20%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-249408%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3EMerci!%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-249179%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3ERe%20%3A%20Comment%20puis-je%20agrandir%20la%20taille%20par%20d%C3%A9faut%20de%20l'image%20%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-249179%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%3CP%3EVous%20pouvez%20modifier%20la%20taille%20de%20toutes%20les%20valeurs%20par%20d%C3%A9faut%20de%20la%20fen%C3%AAtre%20graphique%20dans%20les%20pr%C3%A9f%C3%A9rences%20JMP%3C%2FP%3E%0A%3CP%3EFichier%3D%3D%26gt%3BPr%C3%A9f%C3%A9rences%3D%3D%26gt%3BGraphiques%3C%2FP%3E%0A%3CP%3ESi%20vous%20souhaitez%20modifier%20uniquement%20la%20fen%C3%AAtre%20du%20nuage%20de%20points%20dans%20le%20diagramme%20bivari%C3%A9%2C%20vous%20devez%20modifier%20la%20taille%20du%20cadre.%3C%2FP%3E%0A%3CPRE%3E%3CCODE%20class%3D%22%20language-jsl%22%3Enames%20default%20to%20here(1)%3B%0Adt%3Dopen(%22%24SAMPLE_DATA%2Fbig%20class.jmp%22)%3B%0Abiv%3DBivariate(%20Y(%20%3Aheight%20)%2C%20X(%20%3Aweight%20)%20)%3B%0Areport(biv)%5BFrameBox(1)%5D%20%26lt%3B%26lt%3B%20frame%20size(400%2C400)%3B%3C%2FCODE%3E%3C%2FPRE%3E%0A%3CP%3EVoir%20l'index%20de%20script%20pour%20des%20exemples%3C%2FP%3E%0A%3CP%3EAide%3D%26gt%3BIndex%20des%20scripts%3C%2FP%3E%3C%2FLINGO-BODY%3E
Choose Language Hide Translation Bar
Theresa
Level IV

How can i enlarge the default size of picture?

*If i think the default picture size is small and i want to enlarge it, what should i do ?

 

Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
Bivariate( Y( :weight ), X( :height ) );

 

 

*The script i use to control the size is below, but the pic has no change after i add size(1000, 800), Why it now work?

 

Names Default To Here( 1 );

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

Bivariate(
	Size( 1000, 800 ), 

	Y( :weight ),
	X( :height )
);

 

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: How can i enlarge the default size of picture?

You can change the size of all graphic window's defaults in JMP Preferences

     File==>Preferences==>Graphs

If you want to change just the scatterplot window in the Bivariate Plot you need to change the Frame size.

names default to here(1);
dt=open("$SAMPLE_DATA/big class.jmp");
biv=Bivariate( Y( :height ), X( :weight ) );
report(biv)[FrameBox(1)] << frame size(400,400);

See the Scripting Index for examples 

     Help=>Scripting Index

Jim

View solution in original post

2 REPLIES 2
txnelson
Super User

Re: How can i enlarge the default size of picture?

You can change the size of all graphic window's defaults in JMP Preferences

     File==>Preferences==>Graphs

If you want to change just the scatterplot window in the Bivariate Plot you need to change the Frame size.

names default to here(1);
dt=open("$SAMPLE_DATA/big class.jmp");
biv=Bivariate( Y( :height ), X( :weight ) );
report(biv)[FrameBox(1)] << frame size(400,400);

See the Scripting Index for examples 

     Help=>Scripting Index

Jim
Theresa
Level IV

Re: How can i enlarge the default size of picture?

Thank you!

Recommended Articles