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

Struct sankeyFlowThumbnailer

plotter/sankey.go:442–445  ·  view source on GitHub ↗

sankeyFlowThumbnailer implements the Thumbnailer interface for Sankey flow groups.

Source from the content-addressed store, hash-verified

440// sankeyFlowThumbnailer implements the Thumbnailer interface
441// for Sankey flow groups.
442type sankeyFlowThumbnailer struct {
443 draw.LineStyle
444 color.Color
445}
446
447// Thumbnail fulfills the plot.Thumbnailer interface.
448func (t sankeyFlowThumbnailer) Thumbnail(c *draw.Canvas) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected