Packages

final class Histogram extends Trace with Product with Serializable

Linear Supertypes
Trace, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Histogram
  2. Trace
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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(classOf[java.lang.CloneNotSupportedException]) @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[_ <: AnyRef]
    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 productElementName(n: Int): String
    Definition Classes
    Histogram → Product
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. def productIterator: Iterator[Any]
    Definition Classes
    Product
  29. def productPrefix: String
    Definition Classes
    Histogram → Product
  30. val showlegend: Option[Boolean]
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    Histogram → AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. def withAutobinx(autobinx: Boolean): Histogram
  37. def withAutobinx(autobinx: Option[Boolean]): Histogram
  38. def withCumulative(cumulative: Cumulative): Histogram
  39. def withCumulative(cumulative: Option[Cumulative]): Histogram
  40. def withHistfunc(histfunc: HistFunc): Histogram
  41. def withHistfunc(histfunc: Option[HistFunc]): Histogram
  42. def withHistnorm(histnorm: HistNorm): Histogram
  43. def withHistnorm(histnorm: Option[HistNorm]): Histogram
  44. def withHovertemplate(hovertemplate: OneOrSeq[String]): Histogram
  45. def withHovertemplate(hovertemplate: Option[OneOrSeq[String]]): Histogram
  46. def withMarker(marker: Marker): Histogram
  47. def withMarker(marker: Option[Marker]): Histogram
  48. def withName(name: String): Histogram
  49. def withName(name: Option[String]): Histogram
  50. def withOpacity(opacity: Double): Histogram
  51. def withOpacity(opacity: Option[Double]): Histogram
  52. def withShowlegend(showlegend: Boolean): Histogram
  53. def withShowlegend(showlegend: Option[Boolean]): Histogram
  54. def withX(x: Sequence): Histogram
  55. def withX(x: Option[Sequence]): Histogram
  56. def withXbins(xbins: Bins): Histogram
  57. def withXbins(xbins: Option[Bins]): Histogram
  58. def withY(y: Sequence): Histogram
  59. def withY(y: Option[Sequence]): Histogram
  60. val x: Option[Sequence]
  61. val xbins: Option[Bins]
  62. val y: Option[Sequence]

Inherited from Trace

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped