Packages

final class Scatter extends Trace with Product with Serializable

Linear Supertypes
Trace, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Scatter
  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 Scatter()
  2. new Scatter(x: Option[Sequence], y: Option[Sequence], text: Option[OneOrSeq[String]], mode: Option[ScatterMode], marker: Option[Marker], line: Option[Line], textposition: Option[TextPosition], textfont: Option[TextFont], name: Option[String], connectgaps: Option[Boolean], xaxis: Option[AxisReference], yaxis: Option[AxisReference], fill: Option[Fill], error_x: Option[Error], error_y: Option[Error], showlegend: Option[Boolean], fillcolor: Option[OneOrSeq[Color]], hoverinfo: Option[HoverInfo], hoveron: Option[HoverOn], stackgroup: Option[String], groupnorm: Option[GroupNorm])

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. def canEqual(obj: Any): Boolean
    Definition Classes
    Scatter → Equals
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val connectgaps: Option[Boolean]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(obj: Any): Boolean
    Definition Classes
    Scatter → Equals → AnyRef → Any
  10. val error_x: Option[Error]
  11. val error_y: Option[Error]
  12. val fill: Option[Fill]
  13. val fillcolor: Option[OneOrSeq[Color]]
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. val groupnorm: Option[GroupNorm]
  17. def hashCode(): Int
    Definition Classes
    Scatter → AnyRef → Any
  18. val hoverinfo: Option[HoverInfo]
  19. val hoveron: Option[HoverOn]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val line: Option[Line]
  22. val marker: Option[Marker]
  23. val mode: Option[ScatterMode]
  24. val name: Option[String]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def productArity: Int
    Definition Classes
    Scatter → Product
  29. def productElement(n: Int): Any
    Definition Classes
    Scatter → Product
  30. def productElementName(n: Int): String
    Definition Classes
    Scatter → Product
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. def productIterator: Iterator[Any]
    Definition Classes
    Product
  33. def productPrefix: String
    Definition Classes
    Scatter → Product
  34. val showlegend: Option[Boolean]
  35. val stackgroup: Option[String]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. val text: Option[OneOrSeq[String]]
  38. val textfont: Option[TextFont]
  39. val textposition: Option[TextPosition]
  40. def toString(): String
    Definition Classes
    Scatter → AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. def withConnectgaps(connectgaps: Boolean): Scatter
  45. def withConnectgaps(connectgaps: Option[Boolean]): Scatter
  46. def withError_x(error_x: Error): Scatter
  47. def withError_x(error_x: Option[Error]): Scatter
  48. def withError_y(error_y: Error): Scatter
  49. def withError_y(error_y: Option[Error]): Scatter
  50. def withFill(fill: Fill): Scatter
  51. def withFill(fill: Option[Fill]): Scatter
  52. def withFillcolor(fillcolor: OneOrSeq[Color]): Scatter
  53. def withFillcolor(fillcolor: Option[OneOrSeq[Color]]): Scatter
  54. def withGroupnorm(groupnorm: GroupNorm): Scatter
  55. def withGroupnorm(groupnorm: Option[GroupNorm]): Scatter
  56. def withHoverinfo(hoverinfo: HoverInfo): Scatter
  57. def withHoverinfo(hoverinfo: Option[HoverInfo]): Scatter
  58. def withHoveron(hoveron: HoverOn): Scatter
  59. def withHoveron(hoveron: Option[HoverOn]): Scatter
  60. def withLine(line: Line): Scatter
  61. def withLine(line: Option[Line]): Scatter
  62. def withMarker(marker: Marker): Scatter
  63. def withMarker(marker: Option[Marker]): Scatter
  64. def withMode(mode: ScatterMode): Scatter
  65. def withMode(mode: Option[ScatterMode]): Scatter
  66. def withName(name: String): Scatter
  67. def withName(name: Option[String]): Scatter
  68. def withShowlegend(showlegend: Boolean): Scatter
  69. def withShowlegend(showlegend: Option[Boolean]): Scatter
  70. def withStackgroup(stackgroup: String): Scatter
  71. def withStackgroup(stackgroup: Option[String]): Scatter
  72. def withText(text: OneOrSeq[String]): Scatter
  73. def withText(text: Option[OneOrSeq[String]]): Scatter
  74. def withTextfont(textfont: TextFont): Scatter
  75. def withTextfont(textfont: Option[TextFont]): Scatter
  76. def withTextposition(textposition: TextPosition): Scatter
  77. def withTextposition(textposition: Option[TextPosition]): Scatter
  78. def withX(x: Sequence): Scatter
  79. def withX(x: Option[Sequence]): Scatter
  80. def withXaxis(xaxis: AxisReference): Scatter
  81. def withXaxis(xaxis: Option[AxisReference]): Scatter
  82. def withY(y: Sequence): Scatter
  83. def withY(y: Option[Sequence]): Scatter
  84. def withYaxis(yaxis: AxisReference): Scatter
  85. def withYaxis(yaxis: Option[AxisReference]): Scatter
  86. val x: Option[Sequence]
  87. val xaxis: Option[AxisReference]
  88. val y: Option[Sequence]
  89. val yaxis: Option[AxisReference]

Inherited from Trace

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped