MCPcopy 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

114type 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

GlyphBoxesMethod · 0.65
binPointsFunction · 0.65
NewLabelsFunction · 0.65
NewYErrorBarsFunction · 0.65
NewXErrorBarsFunction · 0.65
RangeFunction · 0.65
CopyValuesFunction · 0.65
CopyXYsFunction · 0.65
CopyXYZsFunction · 0.65
LenMethod · 0.65
AddStackedAreaPlotsFunction · 0.65
NewErrorPointsFunction · 0.65

Implementers 3

quartPlotOutsideLabelsplotter/quartile.go
boxPlotOutsideLabelsplotter/boxplot.go
combineXYsplotutil/add.go

Calls

no outgoing calls

Tested by

no test coverage detected