cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Stokes
Level IV

Extract data from contour plot

Hi, JMP/JSP expert,

I am trying to extract the fitted data from 2-D contour plot.

The way I did is choose "save" --> Generate grid --> input x, y data count -->OK.

Below is the JSL,

dt = Current Data Table();
obj = dt << Contour Plot( X( :X, :Y ), Y( :height ), by( :sample ) );
obj << Generate Grid( 200, 240 );

 

 

In this method, the data I got is always a rectangle shape from the x,y input. 
However, the real contour map is a circular shape.

 

Is there a way to extract the data for the same circular shape that created by contour plot?
Thank you

1 REPLY 1
Phil_Kay
Staff

Re: Extract data from contour plot

Hi @Stokes ,

I am sure that there is a solution for this but I think that you might need to provide some more information to get the best help. Can you describe the data, why the contour plot is a circle, and why you need to extract the fitted data from the contour plot? What will you do with the fitted data?

Thanks,
Phil

Recommended Articles