tech.tablesaw.plotting.Plot Maven / Gradle / Ivy
package tech.tablesaw.plotting;
import java.util.List;
/**
*
*/
public interface Plot {
String title();
String xTitle();
List seriesList();
}
package tech.tablesaw.plotting;
import java.util.List;
/**
*
*/
public interface Plot {
String title();
String xTitle();
List seriesList();
}