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

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

package tech.tablesaw.plotting;

/**
 *
 */
public interface Series {

    float[] getX();

    float[] getY();

    float[] getColors();

    float[] getSizes();

    float[] getShapes();

    MarkerType markerType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy