Extract Data Points (context menu of Contour plot) / Click the button in Mini Toolbar
Extract data points from contour plot.
Minimum Origin Version Required: 2016 SR0
1. xyzgrid rows:=10 cols:=10; // With contour graph window active
2. xyzgrid rows:=40 cols:=40 xmin:= -100 xmax:=-80 ymin:=30 ymax:= 40 type:=mat; // With contour graph window active
Please refer to the page for additional option switches when accessing the x-function from script
Input
int
Option list:
XYZRange
XYRange
double
Output
MatrixObject
This X-Function is used to extract data from XYZ contour/XYZ worksheet data.
The values for the specified extracted data points are computed by triangulation and line interpolation as described in algorithm section. Note that contour values outside input data range will be set as missing values.
Keywords:gridding