SharpPlot Tutorials > Style Examples > Coarse Altitude shading Coarse Altitude shading
No interpolation is done on the altitude colors, so a simple blocky chart is produced. This is much faster to render, and can be used to explore different model fits quickly.
sp.ContourPlotStyle = ContourPlotStyles.Coarse;
The density setting is used to determine the accuracy of the grid-fit as normal.
Send comments on this topic © Dyalog Ltd 2021
|