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

Method DataRange

plotter/labels.go:88–90  ·  view source on GitHub ↗

DataRange returns the minimum and maximum X and Y values

()

Source from the content-addressed store, hash-verified

86
87// DataRange returns the minimum and maximum X and Y values
88func (l *Labels) DataRange() (xmin, xmax, ymin, ymax float64) {
89 return XYRange(l)
90}
91
92// GlyphBoxes returns a slice of GlyphBoxes,
93// one for each of the labels, implementing the

Callers

nothing calls this directly

Calls 1

XYRangeFunction · 0.85

Tested by

no test coverage detected