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

Struct CrossGlyph

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

CrossGlyph is a glyph that draws a big X.

Source from the content-addressed store, hash-verified

268
269// CrossGlyph is a glyph that draws a big X.
270type CrossGlyph struct{}
271
272// DrawGlyph implements the Glyph interface.
273func (CrossGlyph) DrawGlyph(c *Canvas, sty GlyphStyle, pt vg.Point) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected