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

Inherited from Trace

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped