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])
  3. 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], hovertemplate: Option[OneOrSeq[String]])

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. val hovertemplate: Option[OneOrSeq[String]]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val marker: Option[Marker]
  19. val name: Option[String]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val opacity: Option[Double]
  24. def productArity: Int
    Definition Classes
    Histogram → Product
  25. def productElement(n: Int): Any
    Definition Classes
    Histogram → Product
  26. def productIterator: Iterator[Any]
    Definition Classes
    Product
  27. def productPrefix: String
    Definition Classes
    Histogram → Product
  28. val showlegend: Option[Boolean]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    Histogram → AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. def withAutobinx(autobinx: Boolean): Histogram
  35. def withAutobinx(autobinx: Option[Boolean]): Histogram
  36. def withCumulative(cumulative: Cumulative): Histogram
  37. def withCumulative(cumulative: Option[Cumulative]): Histogram
  38. def withHistfunc(histfunc: HistFunc): Histogram
  39. def withHistfunc(histfunc: Option[HistFunc]): Histogram
  40. def withHistnorm(histnorm: HistNorm): Histogram
  41. def withHistnorm(histnorm: Option[HistNorm]): Histogram
  42. def withHovertemplate(hovertemplate: OneOrSeq[String]): Histogram
  43. def withHovertemplate(hovertemplate: Option[OneOrSeq[String]]): Histogram
  44. def withMarker(marker: Marker): Histogram
  45. def withMarker(marker: Option[Marker]): Histogram
  46. def withName(name: String): Histogram
  47. def withName(name: Option[String]): Histogram
  48. def withOpacity(opacity: Double): Histogram
  49. def withOpacity(opacity: Option[Double]): Histogram
  50. def withShowlegend(showlegend: Boolean): Histogram
  51. def withShowlegend(showlegend: Option[Boolean]): Histogram
  52. def withX(x: Sequence): Histogram
  53. def withX(x: Option[Sequence]): Histogram
  54. def withXbins(xbins: Bins): Histogram
  55. def withXbins(xbins: Option[Bins]): Histogram
  56. def withY(y: Sequence): Histogram
  57. def withY(y: Option[Sequence]): Histogram
  58. val x: Option[Sequence]
  59. val xbins: Option[Bins]
  60. 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