Y returns the coordinate for the row at the index r. It will panic if r is out of bounds for the grid.
(r int)
| 32 | // Y returns the coordinate for the row at the index r. |
| 33 | // It will panic if r is out of bounds for the grid. |
| 34 | Y(r int) float64 |
| 35 | } |
| 36 | |
| 37 | // HeatMap implements the Plotter interface, drawing |
no outgoing calls