org.das2.qds.math.Contour.ContourPlot
ContourPlot( QDataSet tds, QDataSet contourValues )
PERFORM_CONTOUR_RETURN_FORM4
return bundle of X,Y,Z[STEP] where STEP contains gaps indicating breaks.
PERFORM_CONTOUR_RETURN_FORM3
return bundle of X,Y,Z with DEPEND_0 equal to the step number, with a gap indicating a break.
performContour
performContour( ) → QDataSet
perform the contour using PERFORM_CONTOUR_RETURN_FORM3
Returns:
rank 2 bundle of [n,3] with DEPEND_0 as the contour number
See Also:
performContour(java.lang.Object)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
performContour( Object form ) → QDataSet