public static final class Contour.ContourPlot
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PERFORM_CONTOUR_RETURN_FORM3
return bundle of X,Y,Z with DEPEND_0 equal to the step number, with a gap indicating a break.
|
static java.lang.String |
PERFORM_CONTOUR_RETURN_FORM4
return bundle of X,Y,Z[STEP] where STEP contains gaps indicating breaks.
|
Constructor and Description |
---|
ContourPlot(QDataSet tds,
QDataSet contourValues) |
Modifier and Type | Method and Description |
---|---|
QDataSet |
performContour()
perform the contour using PERFORM_CONTOUR_RETURN_FORM3
|
QDataSet |
performContour(java.lang.Object form)
returns a rank 2 bundle QDataSet of ds[:,3] with the contours.
|
public static final java.lang.String PERFORM_CONTOUR_RETURN_FORM4
public static final java.lang.String PERFORM_CONTOUR_RETURN_FORM3
public QDataSet performContour()
performContour(java.lang.Object)
public QDataSet performContour(java.lang.Object form)
form
- data form to return, see PERFORM_CONTOUR_RETURN_FORM3PERFORM_CONTOUR_RETURN_FORM3