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

Struct GlyphBoxes

plotter/glyphbox.go:18–20  ·  view source on GitHub ↗

GlyphBoxes implements the Plotter interface, drawing all of the glyph boxes of the plot. This is intended for debugging.

Source from the content-addressed store, hash-verified

16// all of the glyph boxes of the plot. This is intended for
17// debugging.
18type GlyphBoxes struct {
19 draw.LineStyle
20}
21
22func NewGlyphBoxes() *GlyphBoxes {
23 g := new(GlyphBoxes)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected