Packages

final class Scatter extends Trace with Product with Serializable

Linear Supertypes
Trace, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Scatter
  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 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( ... ) @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[_]
    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 productIterator: Iterator[Any]
    Definition Classes
    Product
  31. def productPrefix: String
    Definition Classes
    Scatter → Product
  32. val showlegend: Option[Boolean]
  33. val stackgroup: Option[String]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. val text: Option[OneOrSeq[String]]
  36. val textfont: Option[TextFont]
  37. val textposition: Option[TextPosition]
  38. def toString(): String
    Definition Classes
    Scatter → AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. def withConnectgaps(connectgaps: Boolean): Scatter
  43. def withConnectgaps(connectgaps: Option[Boolean]): Scatter
  44. def withError_x(error_x: Error): Scatter
  45. def withError_x(error_x: Option[Error]): Scatter
  46. def withError_y(error_y: Error): Scatter
  47. def withError_y(error_y: Option[Error]): Scatter
  48. def withFill(fill: Fill): Scatter
  49. def withFill(fill: Option[Fill]): Scatter
  50. def withFillcolor(fillcolor: OneOrSeq[Color]): Scatter
  51. def withFillcolor(fillcolor: Option[OneOrSeq[Color]]): Scatter
  52. def withGroupnorm(groupnorm: GroupNorm): Scatter
  53. def withGroupnorm(groupnorm: Option[GroupNorm]): Scatter
  54. def withHoverinfo(hoverinfo: HoverInfo): Scatter
  55. def withHoverinfo(hoverinfo: Option[HoverInfo]): Scatter
  56. def withHoveron(hoveron: HoverOn): Scatter
  57. def withHoveron(hoveron: Option[HoverOn]): Scatter
  58. def withLine(line: Line): Scatter
  59. def withLine(line: Option[Line]): Scatter
  60. def withMarker(marker: Marker): Scatter
  61. def withMarker(marker: Option[Marker]): Scatter
  62. def withMode(mode: ScatterMode): Scatter
  63. def withMode(mode: Option[ScatterMode]): Scatter
  64. def withName(name: String): Scatter
  65. def withName(name: Option[String]): Scatter
  66. def withShowlegend(showlegend: Boolean): Scatter
  67. def withShowlegend(showlegend: Option[Boolean]): Scatter
  68. def withStackgroup(stackgroup: String): Scatter
  69. def withStackgroup(stackgroup: Option[String]): Scatter
  70. def withText(text: OneOrSeq[String]): Scatter
  71. def withText(text: Option[OneOrSeq[String]]): Scatter
  72. def withTextfont(textfont: TextFont): Scatter
  73. def withTextfont(textfont: Option[TextFont]): Scatter
  74. def withTextposition(textposition: TextPosition): Scatter
  75. def withTextposition(textposition: Option[TextPosition]): Scatter
  76. def withX(x: Sequence): Scatter
  77. def withX(x: Option[Sequence]): Scatter
  78. def withXaxis(xaxis: AxisReference): Scatter
  79. def withXaxis(xaxis: Option[AxisReference]): Scatter
  80. def withY(y: Sequence): Scatter
  81. def withY(y: Option[Sequence]): Scatter
  82. def withYaxis(yaxis: AxisReference): Scatter
  83. def withYaxis(yaxis: Option[AxisReference]): Scatter
  84. val x: Option[Sequence]
  85. val xaxis: Option[AxisReference]
  86. val y: Option[Sequence]
  87. val yaxis: Option[AxisReference]

Inherited from Trace

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped