ErrorBarExtent

viz.dsl.vegaLite.ErrorBarExtent

The extent of the band. Available options include:

  • "ci": Extend the band to the confidence interval of the mean.
  • "stderr": The size of band are set to the value of standard error, extending from the mean.
  • "stdev": The size of band are set to the value of standard deviation, extending from the mean.
  • "iqr": Extend the band to the q1 and q3.

Default value: "stderr".

The extent of the rule. Available options include:

  • "ci": Extend the rule to the confidence interval of the mean.
  • "stderr": The size of rule are set to the value of standard error, extending from the mean.
  • "stdev": The size of rule are set to the value of standard deviation, extending from the mean.
  • "iqr": Extend the rule to the q1 and q3.

Default value: "stderr".

Attributes

Source
vega-lite.scala
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case case ci extends ErrorBarExtent

Attributes

Source
vega-lite.scala
case case iqr extends ErrorBarExtent

Attributes

Source
vega-lite.scala
case case stderr extends ErrorBarExtent

Attributes

Source
vega-lite.scala
case case stdev extends ErrorBarExtent

Attributes

Source
vega-lite.scala