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

Struct verticalAxis

axis.go:351–353  ·  view source on GitHub ↗

A verticalAxis is drawn vertically up the left side of a plot.

Source from the content-addressed store, hash-verified

349
350// A verticalAxis is drawn vertically up the left side of a plot.
351type verticalAxis struct {
352 Axis
353}
354
355// size returns the width of the axis.
356func (a verticalAxis) size() (w vg.Length) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected