redraw method

void redraw()

Implementation

void redraw() {
  drawGrid();
  drawLabels();
  drawDataPoints();
}