ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Update the existing plot with new data
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing.Plotting
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
public void Update( BaseArray Z = null, Colormap colormap = null, Tuple<float, float> minMaxDataValues = null )
Parameters
- Z (Optional)
- Type: ILNumericsBaseArray
data - colormap (Optional)
- Type: ILNumerics.Drawing.PlottingColormap
Colormap used for coloring the tiles - minMaxDataValues (Optional)
- Type: SystemTupleSingle, Single
data value range provided as tuple, specifies the data range for coloring
Remarks
[ILNumerics Visualization Engine]
See Also