A horizontalAxis draws horizontally across the bottom of a plot.
| 229 | // A horizontalAxis draws horizontally across the bottom |
| 230 | // of a plot. |
| 231 | type horizontalAxis struct { |
| 232 | Axis |
| 233 | } |
| 234 | |
| 235 | // size returns the height of the axis. |
| 236 | func (a horizontalAxis) size() (h vg.Length) { |
nothing calls this directly
no outgoing calls
no test coverage detected