SharpPlot Tutorials > Style Examples > Logarithmic plot Logarithmic plot
This style is a quick way to get engineering graph paper.
sp.ScatterPlotStyle = ScatterPlotStyles.Logarithmic|ScatterPlotStyles.GridLines|ScatterPlotStyles.ModelFit|ScatterPlotStyles.AnnotateModel;
sp.EquationStyle = EquationStyles.Middle;
sp.EquationFormat = "Exponent = C1";
This example shows how the daily movements of stock prices typically follow a power-law, rather than being distributed in a well-behaved ‘bell curve’ distribution.
See also ...SharpPlot.BubbleChartStyle Property | SharpPlot.ScatterPlotStyle Property
Send comments on this topic © Dyalog Ltd 2021
|