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

plotly.element.Bins.scala Maven / Gradle / Ivy

The newest version!
package plotly.element

import dataclass.data

@data class Bins(
    start: Double,
    end: Double,
    size: Double
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy