1. Translation moves the co-ordinate system (grid or graph) by given value
  2. pushMatrix() is used to save the current co-ordinate system
  3. popMatrix() is used to go back to the previous co-ordinate system
  4. translate(60, 80);
  5. So how can we use it?