
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