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

TypeAlias byLength

plotter/contour_test.go:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184type byLength []vg.Path
185
186func (p byLength) Len() int { return len(p) }
187func (p byLength) Less(i, j int) bool { return len(p[i]) < len(p[j]) }

Callers 1

TestContourPathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected