DensityPlotOptions
New in version 5.0
DensityPlotOptions ( meshStroke ; meshColor )
| Argument | Type | Range | Default | Note |
|---|---|---|---|---|
| meshStroke | num[] | 0..1000 | 1 | Dimension:[pt] |
| meshColor | rgba | 0..255 | #aaaf |
Examples
DensityPlotOptions(0.25 5 5;#666)
DensityPlotOptions(0.25;white)
Description
For examples, please refer to DensityPlot() .