cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
marcokunzelmann
Level III

How to overlay two contour plots?

Hello community,

short and hopefully an easy question. I want to overlay 2 contour plots, how can I do that in an simple way?

Please give me a detailed description, I'm totally new to jmp

Greetings!

11 REPLIES 11

Re: How to overlay two contour plots?

Is this example what you want to do?

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt << Graph Builder(
	Size( 534, 454 ),
	Show Control Panel( 0 ),
	Variables( X( :height ), Y( :weight ), Overlay( :sex ) ),
	Elements( Contour( X, Y, Legend( 5 ) ) )
);
PB
PB
Level I

Re: How to overlay two contour plots?

Hello, 

Can you please explain? I tried your method here, i.e. copy Y1 contour in Y2 contour image. But instead of superimposing both, Y2 got completely replaced by Y1. 

 

Is there a way that I can superimpose two or more contour plots in the same image for better visualization? 

Another question: Is there a way to highlight specific values of Y1 or Y2 in the contour plots? That would allow for a visual solution of system of equations. 

Thank you! 


@marcokunzelmann wrote:

Hello community,

 

short and hopefully an easy question. I want to overlay 2 contour plots, how can I do that in an simple way?

Please give me a detailed description, I'm totally new to jmp

 

 

Greetings!