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])

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

Inherited from Trace

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped