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

Method IsMinor

axis.go:682–684  ·  view source on GitHub ↗

IsMinor returns true if this is a minor tick mark.

()

Source from the content-addressed store, hash-verified

680
681// IsMinor returns true if this is a minor tick mark.
682func (t Tick) IsMinor() bool {
683 return t.Label == ""
684}
685
686// lengthOffset returns an offset that should be added to the
687// tick mark's line to accout for its length. I.e., the start of

Callers 8

lengthOffsetMethod · 0.95
drawMethod · 0.80
GlyphBoxesMethod · 0.80
drawMethod · 0.80
GlyphBoxesMethod · 0.80
tickLabelHeightFunction · 0.80
tickLabelWidthFunction · 0.80
PlotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected