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(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: Option[Boolean]): Scatter
  43. def withError_x(error_x: Option[Error]): Scatter
  44. def withError_y(error_y: Option[Error]): Scatter
  45. def withFill(fill: Option[Fill]): Scatter
  46. def withFillcolor(fillcolor: Option[OneOrSeq[Color]]): Scatter
  47. def withGroupnorm(groupnorm: Option[GroupNorm]): Scatter
  48. def withHoverinfo(hoverinfo: Option[HoverInfo]): Scatter
  49. def withHoveron(hoveron: Option[HoverOn]): Scatter
  50. def withLine(line: Option[Line]): Scatter
  51. def withMarker(marker: Option[Marker]): Scatter
  52. def withMode(mode: Option[ScatterMode]): Scatter
  53. def withName(name: Option[String]): Scatter
  54. def withShowlegend(showlegend: Option[Boolean]): Scatter
  55. def withStackgroup(stackgroup: Option[String]): Scatter
  56. def withText(text: Option[OneOrSeq[String]]): Scatter
  57. def withTextfont(textfont: Option[TextFont]): Scatter
  58. def withTextposition(textposition: Option[TextPosition]): Scatter
  59. def withX(x: Option[Sequence]): Scatter
  60. def withXaxis(xaxis: Option[AxisReference]): Scatter
  61. def withY(y: Option[Sequence]): Scatter
  62. def withYaxis(yaxis: Option[AxisReference]): Scatter
  63. val x: Option[Sequence]
  64. val xaxis: Option[AxisReference]
  65. val y: Option[Sequence]
  66. 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