ILNumerics Ultimate VS

ContourPlot Constructor (InArraySingle, ListContourLevel, Colormap, Boolean)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create contour plot, manual level definition; individual contour level configuration

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public ContourPlot(
	InArray<float> Z,
	List<ContourLevel> levels,
	Colormap colormap = null,
	bool create3D = false
)

Parameters

Z
Type: ILNumericsInArraySingle
data matrix
levels
Type: System.Collections.GenericListContourLevel
Collection of individual contour levels
colormap (Optional)
Type: ILNumerics.Drawing.PlottingColormap
[optional] if set, the colormap used for mapping Z values to colors in the colormap
create3D (Optional)
Type: SystemBoolean
[optional] determine, if the contour lines are created with with Z coordinates of the level value. Default: false, create levels at Z=0.
Remarks

This constructor creates a new contour plot object with individual contour level specification. levels - if not null - is expected to contain ContourLevel objects with the configuration and data value for all contour lines to be created. No levels will be aquired automatically.

[ILNumerics Visualization Engine]

See Also

Reference