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

Method Thumbnail

plotter/scatter.go:83–85  ·  view source on GitHub ↗

Thumbnail the thumbnail for the Scatter, implementing the plot.Thumbnailer interface.

(c *draw.Canvas)

Source from the content-addressed store, hash-verified

81// Thumbnail the thumbnail for the Scatter,
82// implementing the plot.Thumbnailer interface.
83func (pts *Scatter) Thumbnail(c *draw.Canvas) {
84 c.DrawGlyph(pts.GlyphStyle, c.Center())
85}

Callers

nothing calls this directly

Calls 2

CenterMethod · 0.80
DrawGlyphMethod · 0.65

Tested by

no test coverage detected