Documentation
¶
Overview ¶
Package gonum contains a Plotter implementation using the gonum/plot package(https://godoc.org/gonum.org/v1/plot).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plotter ¶
Plotter wraps a gonum/plot.Plot to implement Plotter.
func (*Plotter) PlotLine ¶
func (g *Plotter) PlotLine(data map[string]plotter.NumericData, title, xLabel, yLabel string, includeLegend bool) error
PlotLine creates a line plot of the specified data.
func (*Plotter) PlotScatter ¶
func (g *Plotter) PlotScatter(data map[string]plotter.NumericData, title, xLabel, yLabel string, includeLegend bool) error
PlotScatter creates a scatter plot of the specified data.
Click to show internal directories.
Click to hide internal directories.