MCPcopy
hub / github.com/gonum/plot / PlusGlyph

Struct PlusGlyph

vg/draw/canvas.go:253–253  ·  view source on GitHub ↗

PlusGlyph is a glyph that draws a plus sign

Source from the content-addressed store, hash-verified

251
252// PlusGlyph is a glyph that draws a plus sign
253type PlusGlyph struct{}
254
255// DrawGlyph implements the Glyph interface.
256func (PlusGlyph) DrawGlyph(c *Canvas, sty GlyphStyle, pt vg.Point) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected