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

Method SetLineWidth

vg/vg.go:27–27  ·  view source on GitHub ↗

SetLineWidth sets the width of stroked paths. If the width is not positive then stroked lines are not drawn. The initial line width is 1 point.

(Length)

Source from the content-addressed store, hash-verified

25 //
26 // The initial line width is 1 point.
27 SetLineWidth(Length)
28
29 // SetLineDash sets the dash pattern for lines.
30 // The pattern slice specifies the lengths of

Callers 5

InitializeFunction · 0.65
SetLineWidthMethod · 0.65
SetLineWidthMethod · 0.65
SetLineWidthMethod · 0.65
ApplyToMethod · 0.65

Implementers 7

teeCanvasvg/tee.go
Canvasvg/vgeps/vgeps.go
Canvasvg/vgtex/canvas.go
Canvasvg/vgimg/vgimg.go
Canvasvg/vgpdf/vgpdf.go
Canvasvg/recorder/recorder.go
Canvasvg/vgsvg/vgsvg.go

Calls

no outgoing calls

Tested by

no test coverage detected