/** Creates an instance for the specified graph. */
 public MultipleCirclesLayout(Graph<V, E> g) {
   super(g);
   this.foldChange = Settings.getSettings().getDouble("preferences.correlation.foldChange", 2.0);
 }