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

Struct horizontalAxis

axis.go:231–233  ·  view source on GitHub ↗

A horizontalAxis draws horizontally across the bottom of a plot.

Source from the content-addressed store, hash-verified

229// A horizontalAxis draws horizontally across the bottom
230// of a plot.
231type horizontalAxis struct {
232 Axis
233}
234
235// size returns the height of the axis.
236func (a horizontalAxis) size() (h vg.Length) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected