Name | Type | Description | Possible Values | Default Value |
addPoints | boolean | Whether to add points around the surface. | true,false | false |
contoursBy | double | The distance between the contours. | Any double > 0. | missing |
contoursFrom | double | The level at which the first contour should be plotted. | Any double. | missing (causes default scaling) |
contoursTo | double | The level at which the last contour should be plotted. | Any double > contoursFrom. | missing |
contourType | String | The type of contours to be plotted. | "Lines", "Regions" | "Regions" |
gridSize | int | The number of values along each dimension of the matrix which defines the surface. | 2+ | 21 |
xMaximum | double | The maximum value of X in the grid matrix. | Any double > xMinimum. | 1.0 |
xMinimum | double | The minimum value of X in the grid matrix. | Any double. | 0.0 |
xVariableName | String | The name of the column with data values to be plotted (if any). | Any string. | "X" |
yMaximum | double | The maximum value of Y in the grid matrix. | Any double > yMinimum. | 1.0 |
yMinimum | double | The minimum value of Y in the grid matrix. | Any double. | 0.0 |
yVariableName | String | The name of the column with data values to be plotted (if any). | Any string. | "Y" |