Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gonum/plot
/ Len
Method
Len
plotter/plotter.go:116–116 ·
view source on GitHub ↗
Len returns the number of x, y pairs.
()
Source
from the content-addressed store, hash-verified
114
type
XYer
interface
{
115
// Len returns the number of x, y pairs.
116
Len() int
117
118
// XY returns an x, y pair.
119
XY(int) (x, y float64)
Callers
13
GlyphBoxes
Method · 0.65
binPoints
Function · 0.65
NewLabels
Function · 0.65
NewYErrorBars
Function · 0.65
NewXErrorBars
Function · 0.65
Range
Function · 0.65
CopyValues
Function · 0.65
CopyXYs
Function · 0.65
CopyXYZs
Function · 0.65
Len
Method · 0.65
AddStackedAreaPlots
Function · 0.65
NewErrorPoints
Function · 0.65
Implementers
3
quartPlotOutsideLabels
plotter/quartile.go
boxPlotOutsideLabels
plotter/boxplot.go
combineXYs
plotutil/add.go
Calls
no outgoing calls
Tested by
no test coverage detected