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

plotly.layout.Pattern.scala Maven / Gradle / Ivy

The newest version!
package plotly.layout

sealed abstract class Pattern(val label: String) extends Product with Serializable

object Pattern {
  case object Independent extends Pattern("independent")
  case object Coupled     extends Pattern("coupled")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy