public void drawString(String string, Point2d start) {
   plotter2dAdapter.drawString(plotter2dAdapter.getMetersFrame(), string, start);
 }