Packages

final case class 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]) 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. val connectgaps: Option[Boolean]
  2. val error_x: Option[Error]
  3. val error_y: Option[Error]
  4. val fill: Option[Fill]
  5. val fillcolor: Option[OneOrSeq[Color]]
  6. val groupnorm: Option[GroupNorm]
  7. val hoverinfo: Option[HoverInfo]
  8. val hoveron: Option[HoverOn]
  9. val line: Option[Line]
  10. val marker: Option[Marker]
  11. val mode: Option[ScatterMode]
  12. val name: Option[String]
  13. val showlegend: Option[Boolean]
  14. val stackgroup: Option[String]
  15. val text: Option[OneOrSeq[String]]
  16. val textfont: Option[TextFont]
  17. val textposition: Option[TextPosition]
  18. val x: Option[Sequence]
  19. val xaxis: Option[AxisReference]
  20. val y: Option[Sequence]
  21. val yaxis: Option[AxisReference]