Packages

final class Histogram 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()
  2. 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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val autobinx: Option[Boolean]
  6. def canEqual(obj: Any): Boolean
    Definition Classes
    Histogram → Equals
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val cumulative: Option[Cumulative]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    Histogram → Equals → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    Histogram → AnyRef → Any
  14. val histfunc: Option[HistFunc]
  15. val histnorm: Option[HistNorm]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val marker: Option[Marker]
  18. val name: Option[String]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val opacity: Option[Double]
  23. def productArity: Int
    Definition Classes
    Histogram → Product
  24. def productElement(n: Int): Any
    Definition Classes
    Histogram → Product
  25. def productIterator: Iterator[Any]
    Definition Classes
    Product
  26. def productPrefix: String
    Definition Classes
    Histogram → Product
  27. val showlegend: Option[Boolean]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    Histogram → AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. def withAutobinx(autobinx: Boolean): Histogram
  34. def withAutobinx(autobinx: Option[Boolean]): Histogram
  35. def withCumulative(cumulative: Cumulative): Histogram
  36. def withCumulative(cumulative: Option[Cumulative]): Histogram
  37. def withHistfunc(histfunc: HistFunc): Histogram
  38. def withHistfunc(histfunc: Option[HistFunc]): Histogram
  39. def withHistnorm(histnorm: HistNorm): Histogram
  40. def withHistnorm(histnorm: Option[HistNorm]): Histogram
  41. def withMarker(marker: Marker): Histogram
  42. def withMarker(marker: Option[Marker]): Histogram
  43. def withName(name: String): Histogram
  44. def withName(name: Option[String]): Histogram
  45. def withOpacity(opacity: Double): Histogram
  46. def withOpacity(opacity: Option[Double]): Histogram
  47. def withShowlegend(showlegend: Boolean): Histogram
  48. def withShowlegend(showlegend: Option[Boolean]): Histogram
  49. def withX(x: Sequence): Histogram
  50. def withX(x: Option[Sequence]): Histogram
  51. def withXbins(xbins: Bins): Histogram
  52. def withXbins(xbins: Option[Bins]): Histogram
  53. def withY(y: Sequence): Histogram
  54. def withY(y: Option[Sequence]): Histogram
  55. val x: Option[Sequence]
  56. val xbins: Option[Bins]
  57. val y: Option[Sequence]

Inherited from Trace

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped