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

Method ApplyTo

vg/recorder/recorder.go:317–319  ·  view source on GitHub ↗

ApplyTo applies the action to the given vg.Canvas.

(c vg.Canvas)

Source from the content-addressed store, hash-verified

315
316// ApplyTo applies the action to the given vg.Canvas.
317func (a *Pop) ApplyTo(c vg.Canvas) {
318 c.Pop()
319}
320
321func (a *Pop) callerLocation() *callerLocation {
322 return &a.l

Callers

nothing calls this directly

Calls 1

PopMethod · 0.65

Tested by

no test coverage detected