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

Method Move

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

Move moves the current location of the path to the given point.

(pt Point)

Source from the content-addressed store, hash-verified

109// Move moves the current location of the path to
110// the given point.
111func (p *Path) Move(pt Point) {
112 *p = append(*p, PathComp{Type: MoveComp, Pos: pt})
113}
114
115// Line draws a line from the current point to the
116// given point.

Callers 15

ExampleField_colorsFunction · 0.95
plotVectorizedMethod · 0.95
PlotMethod · 0.95
naivePlotMethod · 0.95
pathMethod · 0.95
drawVectorFunction · 0.95
PlotMethod · 0.80
PathMethod · 0.80
DrawGlyphMethod · 0.80
DrawGlyphMethod · 0.80
DrawGlyphMethod · 0.80
DrawGlyphMethod · 0.80

Calls

no outgoing calls

Tested by 1

ExampleField_colorsFunction · 0.76