Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
184
type
byLength []vg.Path
185
186
func
(p byLength) Len() int {
return
len(p) }
187
func
(p byLength) Less(i, j int) bool {
return
len(p[i]) < len(p[j]) }
Callers
1
TestContourPaths
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected