ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
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.
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: ILNumerics.InArray<Single>
data matrix - levels
- Type: System.Collections.Generic.List<ContourLevel>
Collection of individual contour levels - colormap (Optional)
- Type: ILNumerics.Drawing.Plotting.Colormap
[optional] if set, the colormap used for mapping Z values to colors in the colormap - create3D (Optional)
- Type: System.Boolean
[optional] determine, if the contour lines are created with with Z coordinates of the level value. Default: false, create levels at Z=0.
Remarks
[ILNumerics Visualization Engine]
See Also