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