mock

package
v0.0.0-...-0fb5f28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2020 License: MIT Imports: 1 Imported by: 0

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

func (*Plotter) PlotLine

func (_m *Plotter) PlotLine(data map[string]plotter.NumericData, title string, xLabel string, yLabel string, includeLegend bool) error

PlotLine returns _m.PlotLineFn

func (*Plotter) PlotScatter

func (_m *Plotter) PlotScatter(data map[string]plotter.NumericData, title string, xLabel string, yLabel string, includeLegend bool) error

PlotScatter returns _m.PlotScatterFn

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL