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

Method Y

plotter/heat.go:34–34  ·  view source on GitHub ↗

Y returns the coordinate for the row at the index r. It will panic if r is out of bounds for the grid.

(r int)

Source from the content-addressed store, hash-verified

32 // Y returns the coordinate for the row at the index r.
33 // It will panic if r is out of bounds for the grid.
34 Y(r int) float64
35}
36
37// HeatMap implements the Plotter interface, drawing

Callers 13

drawMethod · 0.65
DrawGlyphBoxesMethod · 0.65
topMostFunction · 0.65
bottomMostFunction · 0.65
TransformsMethod · 0.65
PlotMethod · 0.65
plotVectorizedMethod · 0.65
DataRangeMethod · 0.65
GlyphBoxesMethod · 0.65
DataRangeMethod · 0.65
GlyphBoxesMethod · 0.65

Implementers 4

unitGridplotter/contour_example_test.go
offsetUnitGridplotter/heat_test.go
deciGridplotter/volcano_example_test.go
offsetUnitGridpalette/moreland/example_test.go

Calls

no outgoing calls

Tested by 1