commonMain.jetbrains.datalore.plot.base.geom.FreqpolyGeom.kt Maven / Gradle / Ivy
/*
* Copyright (c) 2020. JetBrains s.r.o.
* Use of this source code is governed by the MIT license that can be found in the LICENSE file.
*/
package jetbrains.datalore.plot.base.geom
class FreqpolyGeom : LineGeom() {
companion object {
// val RENDERS: List> = LineGeom.RENDERS
const val HANDLES_GROUPS =
LineGeom.HANDLES_GROUPS
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy