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

Method Max

plotter/contour.go:60–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 type minMaxer interface {
59 Min() float64
60 Max() float64
61 }
62 switch g := g.(type) {
63 case minMaxer:

Callers 15

RectangleMethod · 0.65
densityFunction · 0.65
sanitizeRangeMethod · 0.65
AlignFunction · 0.65
AddMethod · 0.65
ExampleScatter_colorFunction · 0.65
NewHeatMapFunction · 0.65
DataRangeMethod · 0.65
DataRangeMethod · 0.65
DataRangeMethod · 0.65
NewContourFunction · 0.65
binPointsFunction · 0.65

Implementers 2

luminancepalette/moreland/luminance.go
smoothDivergingpalette/moreland/smooth.go

Calls

no outgoing calls

Tested by 2

ExampleScatter_colorFunction · 0.52
Example_volcanoFunction · 0.52