Packages

object Box extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Box
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(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], showlegend: Option[Boolean]): Box
  2. def apply(): Box
  3. def apply(y: Sequence, x: Sequence): Box
  4. def apply(y: Sequence): Box

Deprecated Value Members

  1. def apply(y: Sequence = null, x: Sequence = null, boxpoints: BoxPoints = null, jitter: Double = null, pointpos: Double = null, name: String = null, marker: Marker = null, orientation: Orientation = null, whiskerwidth: Double = null, boxmean: BoxMean = null, fillcolor: OneOrSeq[Color] = null, line: Line = null, showlegend: Boolean = null): Box
    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Use Box() and chain-call .with* methods on it instead