Class SampleData
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
Sample data used for testing
public static class SampleData
- Inheritance
-
SampleData
- Inherited Members
Fields
FirstHundredPrimes
The first 100 prime numbers
public static readonly double[] FirstHundredPrimes
Field Value
- double[]
Methods
DunningKrugerCurve(double)
public static double DunningKrugerCurve(double x)
Parameters
x
double
Returns
FemaleHeights(int)
public static double[] FemaleHeights(int count = 1234)
Parameters
count
int
Returns
- double[]
MaleHeights(int)
public static double[] MaleHeights(int count = 1234)
Parameters
count
int
Returns
- double[]
MonaLisa()
The Mona Lisa represented as as a 2D array (65 x 100) of grayscale values from 0 (dark) to 255 (bright)
public static double[,] MonaLisa()
Returns
- double[,]