DataRange returns the minimum and maximum X and Y values
()
| 86 | |
| 87 | // DataRange returns the minimum and maximum X and Y values |
| 88 | func (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 |