final class Scatter extends Trace with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Scatter
- Trace
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Scatter → Equals
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val connectgaps: Option[Boolean]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- Scatter → Equals → AnyRef → Any
- val error_x: Option[Error]
- val error_y: Option[Error]
- val fill: Option[Fill]
- val fillcolor: Option[OneOrSeq[Color]]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val groupnorm: Option[GroupNorm]
-
def
hashCode(): Int
- Definition Classes
- Scatter → AnyRef → Any
- val hoverinfo: Option[HoverInfo]
- val hoveron: Option[HoverOn]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val line: Option[Line]
- val marker: Option[Marker]
- val mode: Option[ScatterMode]
- val name: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
productArity: Int
- Definition Classes
- Scatter → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Scatter → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Scatter → Product
- val showlegend: Option[Boolean]
- val stackgroup: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val text: Option[OneOrSeq[String]]
- val textfont: Option[TextFont]
- val textposition: Option[TextPosition]
-
def
toString(): String
- Definition Classes
- Scatter → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withConnectgaps(connectgaps: Option[Boolean]): Scatter
- def withError_x(error_x: Option[Error]): Scatter
- def withError_y(error_y: Option[Error]): Scatter
- def withFill(fill: Option[Fill]): Scatter
- def withFillcolor(fillcolor: Option[OneOrSeq[Color]]): Scatter
- def withGroupnorm(groupnorm: Option[GroupNorm]): Scatter
- def withHoverinfo(hoverinfo: Option[HoverInfo]): Scatter
- def withHoveron(hoveron: Option[HoverOn]): Scatter
- def withLine(line: Option[Line]): Scatter
- def withMarker(marker: Option[Marker]): Scatter
- def withMode(mode: Option[ScatterMode]): Scatter
- def withName(name: Option[String]): Scatter
- def withShowlegend(showlegend: Option[Boolean]): Scatter
- def withStackgroup(stackgroup: Option[String]): Scatter
- def withText(text: Option[OneOrSeq[String]]): Scatter
- def withTextfont(textfont: Option[TextFont]): Scatter
- def withTextposition(textposition: Option[TextPosition]): Scatter
- def withX(x: Option[Sequence]): Scatter
- def withXaxis(xaxis: Option[AxisReference]): Scatter
- def withY(y: Option[Sequence]): Scatter
- def withYaxis(yaxis: Option[AxisReference]): Scatter
- val x: Option[Sequence]
- val xaxis: Option[AxisReference]
- val y: Option[Sequence]
- val yaxis: Option[AxisReference]