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

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

The newest version!
package plotly
package layout

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

object TraceOrder {
  case object Reversed extends TraceOrder("reversed")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy