Plot draws the data to the Plot Paint
(pt *Plot)
| 9 | type Plotter interface { |
| 10 | // Plot draws the data to the Plot Paint |
| 11 | Plot(pt *Plot) |
| 12 | |
| 13 | // returns the data for this plot as X,Y points, |
| 14 | // including corresponding pixel data. |
no outgoing calls
no test coverage detected