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

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

package tech.tablesaw.plotting;

/**
 * TODO This is not very general, what about differing line types
 */
public enum MarkerType {

    LINE,
    POINT,

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy