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

Interface XYer

plotter/plotter.go:114–120  ·  view source on GitHub ↗

XYer wraps the Len and XY methods.

Source from the content-addressed store, hash-verified

112
113// XYer wraps the Len and XY methods.
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)
120}
121
122// XYRange returns the minimum and maximum
123// x and y values.

Callers 14

GlyphBoxesMethod · 0.65
binPointsFunction · 0.65
NewLabelsFunction · 0.65
NewYErrorBarsFunction · 0.65
NewXErrorBarsFunction · 0.65
RangeFunction · 0.65
CopyValuesFunction · 0.65
CopyXYsFunction · 0.65
GlyphBoxesMethod · 0.65
binPointsFunction · 0.65
CopyXYsFunction · 0.65
ValueMethod · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected