Packages

case class Histogram(x: Option[Sequence], y: Option[Sequence], opacity: Option[Double], name: Option[String], autobinx: Option[Boolean], marker: Option[Marker], xbins: Option[Bins], histnorm: Option[HistNorm], showlegend: Option[Boolean], cumulative: Option[Cumulative], histfunc: Option[HistFunc]) extends Trace with Product with Serializable

Linear Supertypes
Trace, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Histogram
  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 Histogram(x: Option[Sequence], y: Option[Sequence], opacity: Option[Double], name: Option[String], autobinx: Option[Boolean], marker: Option[Marker], xbins: Option[Bins], histnorm: Option[HistNorm], showlegend: Option[Boolean], cumulative: Option[Cumulative], histfunc: Option[HistFunc])

Value Members

  1. val autobinx: Option[Boolean]
  2. val cumulative: Option[Cumulative]
  3. val histfunc: Option[HistFunc]
  4. val histnorm: Option[HistNorm]
  5. val marker: Option[Marker]
  6. val name: Option[String]
  7. val opacity: Option[Double]
  8. val showlegend: Option[Boolean]
  9. val x: Option[Sequence]
  10. val xbins: Option[Bins]
  11. val y: Option[Sequence]