Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plotter ¶
type Plotter struct {
PlotScatterFn func(data map[string]plotter.NumericData, title string, xLabel string, yLabel string, includeLegend bool) error
PlotLineFn func(data map[string]plotter.NumericData, title string, xLabel string, yLabel string, includeLegend bool) error
}
Plotter is a mock implementation of Plotter
Click to show internal directories.
Click to hide internal directories.