public int compareTo(final Plottable arg0) {
   final Plottable other = (Plottable) arg0;
   return this.getName().compareTo(other.getName());
 }