/** Zoom in to the selection box */
 protected void zoomSelectedBounds() {
   dotPlot.zoomToSelection();
 }