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

Function maxInt

axis.go:572–574  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

570}
571
572func maxInt(a, b int) int {
573 return max(a, b)
574}
575
576// LogTicks is suitable for the Tick.Marker field of an Axis,
577// it returns tick marks suitable for a log-scale axis.

Callers 1

TicksMethod · 0.85

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected