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

matplotlib.Colormap.kt Maven / Gradle / Ivy

package matplotlib

import python.PythonVariable

interface Colormap: PythonVariable {

    companion object {
        internal var colormapNumber = 0
            get() {
                field++
                return field
            }
        private set
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy