Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Rectangle
Method · 0.65
density
Function · 0.65
sanitizeRange
Method · 0.65
Align
Function · 0.65
Add
Method · 0.65
ExampleScatter_color
Function · 0.65
NewHeatMap
Function · 0.65
DataRange
Method · 0.65
DataRange
Method · 0.65
DataRange
Method · 0.65
NewContour
Function · 0.65
binPoints
Function · 0.65
Implementers
2
luminance
palette/moreland/luminance.go
smoothDiverging
palette/moreland/smooth.go
Calls
no outgoing calls
Tested by
2
ExampleScatter_color
Function · 0.52
Example_volcano
Function · 0.52