final class Histogram extends Trace with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Histogram
- Trace
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
- val autobinx: Option[Boolean]
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Histogram → Equals
- val cumulative: Option[Cumulative]
-
def
equals(obj: Any): Boolean
- Definition Classes
- Histogram → Equals → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Histogram → AnyRef → Any
- val histfunc: Option[HistFunc]
- val histnorm: Option[HistNorm]
- val marker: Option[Marker]
- val name: Option[String]
- val opacity: Option[Double]
-
def
productArity: Int
- Definition Classes
- Histogram → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Histogram → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
- val showlegend: Option[Boolean]
-
def
toString(): String
- Definition Classes
- Histogram → AnyRef → Any
- def withAutobinx(autobinx: Option[Boolean]): Histogram
- def withCumulative(cumulative: Option[Cumulative]): Histogram
- def withHistfunc(histfunc: Option[HistFunc]): Histogram
- def withHistnorm(histnorm: Option[HistNorm]): Histogram
- def withMarker(marker: Option[Marker]): Histogram
- def withName(name: Option[String]): Histogram
- def withOpacity(opacity: Option[Double]): Histogram
- def withShowlegend(showlegend: Option[Boolean]): Histogram
- def withX(x: Option[Sequence]): Histogram
- def withXbins(xbins: Option[Bins]): Histogram
- def withY(y: Option[Sequence]): Histogram
- val x: Option[Sequence]
- val xbins: Option[Bins]
- val y: Option[Sequence]