ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Create contour plot, automatic level definition; allows configuration of all contour lines at once
[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, Nullable<Color> labelColor = null, Nullable<float> lineColor = null, Nullable<DashStyle> lineStyle = null, Nullable<int> lineWidth = null, bool showLabels = true, Colormap colormap = null, bool create3D = false, Object tag = null )
Parameters
- Z
- Type: ILNumericsInArraySingle
data matrix - labelColor (Optional)
- Type: SystemNullableColor
[optional] if set, the color for contour labels. Otherwise: take ContourLevel.Default setting - lineColor (Optional)
- Type: SystemNullableSingle
[optional] if set, the color map value for the contour lines color. Otherwise: determine colors automatically - lineStyle (Optional)
- Type: SystemNullableDashStyle
[optional] if set, the dash style for contour lines. Otherwise: take ContourLevel.Default setting - lineWidth (Optional)
- Type: SystemNullableInt32
[optional] if set, sets the width for all contour lines. Otherwise: take ContourLevel.Default setting - showLabels (Optional)
- Type: SystemBoolean
[optional] determine visibility of contour labels. Default: true - 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 at Z=0. - tag (Optional)
- Type: SystemObject
Remarks
[ILNumerics Visualization Engine]
See Also