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

Method SetLineWidth

vg/tee.go:29–33  ·  view source on GitHub ↗

SetLineWidth sets the width of stroked paths. If the width is not positive then stroked lines are not drawn.

(w Length)

Source from the content-addressed store, hash-verified

27// If the width is not positive then stroked lines
28// are not drawn.
29func (tee teeCanvas) SetLineWidth(w Length) {
30 for _, c := range tee.cs {
31 c.SetLineWidth(w)
32 }
33}
34
35// SetLineDash sets the dash pattern for lines.
36// The pattern slice specifies the lengths of

Callers

nothing calls this directly

Calls 1

SetLineWidthMethod · 0.65

Tested by

no test coverage detected