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

Struct teeCanvas

vg/tee.go:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type teeCanvas struct {
23 cs []Canvas
24}
25
26// SetLineWidth sets the width of stroked paths.
27// If the width is not positive then stroked lines

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected