MCPcopy Create free account
hub / github.com/gonum/plot / ApplyTo

Method ApplyTo

vg/recorder/recorder.go:165–167  ·  view source on GitHub ↗

ApplyTo applies the action to the given vg.Canvas.

(c vg.Canvas)

Source from the content-addressed store, hash-verified

163
164// ApplyTo applies the action to the given vg.Canvas.
165func (a *SetLineDash) ApplyTo(c vg.Canvas) {
166 c.SetLineDash(a.Dashes, a.Offsets)
167}
168
169func (a *SetLineDash) callerLocation() *callerLocation {
170 return &a.l

Callers

nothing calls this directly

Calls 1

SetLineDashMethod · 0.65

Tested by

no test coverage detected