Packages

object Scatter extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Scatter
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(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]): Scatter
  2. def apply(): Scatter
  3. def apply(y: Sequence): Scatter
  4. def apply(x: Sequence, y: Sequence): Scatter

Deprecated Value Members

  1. def apply(values: Sequence = null, secondValues: Sequence = null, text: OneOrSeq[String] = null, mode: ScatterMode = null, marker: Marker = null, line: Line = null, textposition: TextPosition = null, textfont: TextFont = null, name: String = null, connectgaps: Boolean = null, xaxis: AxisReference = null, yaxis: AxisReference = null, fill: Fill = null, error_x: Error = null, error_y: Error = null, showlegend: Boolean = null, fillcolor: OneOrSeq[Color] = null, hoverinfo: HoverInfo = null, hoveron: HoverOn = null, stackgroup: String = null, groupnorm: GroupNorm = null): Scatter
    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Use Scatter() and chain-call .with* methods on it instead