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

Struct exampleThumbnailer

legend_example_test.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type exampleThumbnailer struct {
18 color.Color
19}
20
21// Thumbnail fulfills the plot.Thumbnailer interface.
22func (et exampleThumbnailer) Thumbnail(c *draw.Canvas) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected