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

Method Normalize

axis.go:30–30  ·  view source on GitHub ↗

Normalize transforms a value x in the data coordinate system to the normalized coordinate system.

(min, max, x float64)

Source from the content-addressed store, hash-verified

28 // Normalize transforms a value x in the data coordinate system to
29 // the normalized coordinate system.
30 Normalize(min, max, x float64) float64
31}
32
33// An Axis represents either a horizontal or vertical

Callers 4

NormalizeMethod · 0.65
NormMethod · 0.65
TestSingletonHistogramFunction · 0.65
ExampleHistogramFunction · 0.65

Implementers 4

LogScaleaxis.go
Histogramplotter/histogram.go

Calls

no outgoing calls

Tested by 2

TestSingletonHistogramFunction · 0.52
ExampleHistogramFunction · 0.52