- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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 ) ) ) );
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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!
- « Previous
-
- 1
- 2
- Next »