fitScreen1 method

Matrix4 fitScreen1()

Resets all zooming and dragging and makes the chart fit exactly it's bounds.

Implementation

Matrix4 fitScreen1() {
  Matrix4 save = Matrix4.identity();
  fitScreen2(save);
  return save;
}