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

tech.tablesaw.plotting.Plot Maven / Gradle / Ivy

package tech.tablesaw.plotting;

import java.util.List;

/**
 *
 */
public interface Plot {

    String title();

    String xTitle();

    List seriesList();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy