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

Method HideAxes

plot.go:474–477  ·  view source on GitHub ↗

HideAxes hides the X and Y axes.

()

Source from the content-addressed store, hash-verified

472
473// HideAxes hides the X and Y axes.
474func (p *Plot) HideAxes() {
475 p.HideX()
476 p.HideY()
477}
478
479// NominalY is like NominalX, but for the Y axis.
480func (p *Plot) NominalY(names ...string) {

Callers 3

TestSankey_idempotentFunction · 0.80
ExampleReverse_paletteFunction · 0.80
TestIssue179Function · 0.80

Calls 2

HideXMethod · 0.95
HideYMethod · 0.95

Tested by 3

TestSankey_idempotentFunction · 0.64
ExampleReverse_paletteFunction · 0.64
TestIssue179Function · 0.64