Example #1
0
  /**
   * The constructor with the data set
   *
   * @param d the data set
   */
  public BareGraph(GraphDataSet d) {
    super();
    super.setName(base + nameCounter++);

    setMin(0);
    setMax(1000000);
    setDataSet(d);
  }