Packages

case class Box(y: Option[Sequence], x: Option[Sequence], boxpoints: Option[BoxPoints], jitter: Option[Double], pointpos: Option[Double], name: Option[String], marker: Option[Marker], orientation: Option[Orientation], whiskerwidth: Option[Double], boxmean: Option[BoxMean], fillcolor: Option[OneOrSeq[Color]], line: Option[Line]) extends Trace with Product with Serializable

Linear Supertypes
Trace, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Box
  2. Trace
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Box(y: Option[Sequence], x: Option[Sequence], boxpoints: Option[BoxPoints], jitter: Option[Double], pointpos: Option[Double], name: Option[String], marker: Option[Marker], orientation: Option[Orientation], whiskerwidth: Option[Double], boxmean: Option[BoxMean], fillcolor: Option[OneOrSeq[Color]], line: Option[Line])

Value Members

  1. val boxmean: Option[BoxMean]
  2. val boxpoints: Option[BoxPoints]
  3. val fillcolor: Option[OneOrSeq[Color]]
  4. val jitter: Option[Double]
  5. val line: Option[Line]
  6. val marker: Option[Marker]
  7. val name: Option[String]
  8. val orientation: Option[Orientation]
  9. val pointpos: Option[Double]
  10. val whiskerwidth: Option[Double]
  11. val x: Option[Sequence]
  12. val y: Option[Sequence]