Reference > Style examples > Log Scales on both Axes

Log Scales on both Axes

This scatterplot style is a quick way to get engineering graph paper.


sp.ScatterPlotStyle = 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.


Send comments on this topic
© Dyalog Ltd 2013