All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.lwhite1.tablesaw.api.plot.Line Maven / Gradle / Ivy

There is a newer version: 0.7.7.3
Show newest version
package com.github.lwhite1.tablesaw.api.plot;

import com.github.lwhite1.tablesaw.api.NumericColumn;
import com.github.lwhite1.tablesaw.plotting.xchart.XchartLine;

/**
 *
 */
public class Line {

  public static void show(String chart, NumericColumn x, NumericColumn y) {
    XchartLine.show(chart, x, y);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy