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

Method Pop

vg/tee.go:92–96  ·  view source on GitHub ↗

Pop restores the context saved by the corresponding call to Push().

()

Source from the content-addressed store, hash-verified

90// Pop restores the context saved by the
91// corresponding call to Push().
92func (tee teeCanvas) Pop() {
93 for _, c := range tee.cs {
94 c.Pop()
95 }
96}
97
98// Stroke strokes the given path.
99func (tee teeCanvas) Stroke(p Path) {

Callers

nothing calls this directly

Calls 1

PopMethod · 0.65

Tested by

no test coverage detected