Documentation ¶
Overview ¶
Package random plots histograms of random distributions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { // random params Dist randx.RandParams `display:"add-fields"` // number of samples NumSamples int // number of bins in the histogram NumBins int // range for histogram Range minmax.F64 // table for raw data Table *table.Table `display:"no-inline"` // histogram of data Histogram *table.Table `display:"no-inline"` // contains filtered or unexported fields }
Data contains the random distribution plotter data and options.
type Random ¶
Random is the random distribution plotter widget.
func NewRandom ¶
NewRandom returns a new Random with the given optional parent: Random is the random distribution plotter widget.
func (*Random) ConfigPlot ¶
func (rd *Random) ConfigPlot(plt *plotcore.PlotEditor, dt *table.Table) *plotcore.PlotEditor
func (*Random) ConfigTable ¶
func (*Random) MakeToolbar ¶
Click to show internal directories.
Click to hide internal directories.