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

Method DataRange

plot.go:84–84  ·  view source on GitHub ↗

DataRange returns the range of X and Y values.

()

Source from the content-addressed store, hash-verified

82type DataRanger interface {
83 // DataRange returns the range of X and Y values.
84 DataRange() (xmin, xmax, ymin, ymax float64)
85}
86
87// orientation describes whether an axis is horizontal or vertical.

Callers 1

AddMethod · 0.65

Implementers 15

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
Contourplotter/contour.go
Scatterplotter/scatter.go

Calls

no outgoing calls

Tested by

no test coverage detected