MCPcopy Index your code
hub / github.com/gonum/plot / Plotter

Interface Plotter

plot.go:76–79  ·  view source on GitHub ↗

Plotter is an interface that wraps the Plot method. Some standard implementations of Plotter can be found in the gonum.org/v1/plot/plotter package, documented here: https://godoc.org/gonum.org/v1/plot/plotter

Source from the content-addressed store, hash-verified

74// package, documented here:
75// https://godoc.org/gonum.org/v1/plot/plotter
76type Plotter interface {
77 // Plot draws the data to a draw.Canvas.
78 Plot(draw.Canvas, *Plot)
79}
80
81// DataRanger wraps the DataRange method.
82type DataRanger interface {

Callers 1

DrawMethod · 0.65

Implementers 15

Gridplotter/grid.go
GlyphBoxesplotter/glyphbox.go
HeatMapplotter/heat.go
Lineplotter/line.go
QuartPlotplotter/quartile.go
horizQuartPlotplotter/quartile.go
BoxPlotplotter/boxplot.go
horizBoxPlotplotter/boxplot.go
Imageplotter/image.go
Sankeyplotter/sankey.go
BarChartplotter/barchart.go
Polygonplotter/polygon.go

Calls

no outgoing calls

Tested by

no test coverage detected