A verticalAxis is drawn vertically up the left side of a plot.
| 349 | |
| 350 | // A verticalAxis is drawn vertically up the left side of a plot. |
| 351 | type verticalAxis struct { |
| 352 | Axis |
| 353 | } |
| 354 | |
| 355 | // size returns the width of the axis. |
| 356 | func (a verticalAxis) size() (w vg.Length) { |
nothing calls this directly
no outgoing calls
no test coverage detected