zoomOut method

void zoomOut()

Decreases the magnification of the plot area.

Implementation

void zoomOut() {
  _zoomInAndOut(-0.1);
}