XPlot


Scatter

Constructors

ConstructorDescription
new()
Signature: unit -> Scatter

Instance members

Instance memberDescription
connectgaps()
Signature: unit -> string

Toggle whether or not missing data points (i.e. '' or NaN) linked to 'x' and/or 'y', are added in by Plotly using linear interpolation.

connectgaps()
Signature: unit -> unit

Toggle whether or not missing data points (i.e. '' or NaN) linked to 'x' and/or 'y', are added in by Plotly using linear interpolation.

error_x()
Signature: unit -> ErrorX

Links a dictionary describing the horizontal error bars (i.e. along the x-axis) that can be drawn from the (x,y) coordinates of this scatter trace.

error_x()
Signature: unit -> unit

Links a dictionary describing the horizontal error bars (i.e. along the x-axis) that can be drawn from the (x,y) coordinates of this scatter trace.

error_y()
Signature: unit -> ErrorY

Links a dictionary describing the vertical error bars (i.e. along the y-axis) that can be drawn from the (x,y) coordinates of this scatter trace.

error_y()
Signature: unit -> unit

Links a dictionary describing the vertical error bars (i.e. along the y-axis) that can be drawn from the (x,y) coordinates of this scatter trace.

fill()
Signature: unit -> string

Use to make area-style charts. Determines which area to fill with a solid color.By default, the area will appear in a more-transparent shape of the line color (or of the marker color if 'mode' does not contains 'lines').

fill()
Signature: unit -> unit

Use to make area-style charts. Determines which area to fill with a solid color.By default, the area will appear in a more-transparent shape of the line color (or of the marker color if 'mode' does not contains 'lines').

fillcolor()
Signature: unit -> string

Sets the color that will appear in the specified fill area (set in 'fill'). Has no effect if 'fill' is set to 'none'.

fillcolor()
Signature: unit -> unit

Sets the color that will appear in the specified fill area (set in 'fill'). Has no effect if 'fill' is set to 'none'.

line()
Signature: unit -> Line

Links a dictionary containing line parameters for this scatter trace. Has an effect only if 'mode' contains 'lines'.

line()
Signature: unit -> unit

Links a dictionary containing line parameters for this scatter trace. Has an effect only if 'mode' contains 'lines'.

marker()
Signature: unit -> Marker

Links a dictionary containing marker style parameters for this scatter trace. Has an effect only if 'mode' contains 'markers'.

marker()
Signature: unit -> unit

Links a dictionary containing marker style parameters for this scatter trace. Has an effect only if 'mode' contains 'markers'.

mode()
Signature: unit -> string

Plotting mode for this scatter trace. If the mode includes 'text' then the 'text' will appear at the (x,y) points, otherwise it will appear on hover.

mode()
Signature: unit -> unit

Plotting mode for this scatter trace. If the mode includes 'text' then the 'text' will appear at the (x,y) points, otherwise it will appear on hover.

name()
Signature: unit -> string

The label associated with this trace. This name will appear in the legend, on hover and in the column header in the online spreadsheet.

name()
Signature: unit -> unit

The label associated with this trace. This name will appear in the legend, on hover and in the column header in the online spreadsheet.

opacity()
Signature: unit -> float

Sets the opacity, or transparency, of the entire object, also known as the alpha channel of colors. If the object's color is given in terms of 'rgba' color model, 'opacity' is redundant.

opacity()
Signature: unit -> unit

Sets the opacity, or transparency, of the entire object, also known as the alpha channel of colors. If the object's color is given in terms of 'rgba' color model, 'opacity' is redundant.

r()
Signature: unit -> seq<float>

For Polar charts only. Sets the radial coordinates of the points in this polar scatter trace about the origin.

r()
Signature: unit -> unit

For Polar charts only. Sets the radial coordinates of the points in this polar scatter trace about the origin.

ShouldSerializeconnectgaps()
Signature: unit -> bool
ShouldSerializeerror_x()
Signature: unit -> bool
ShouldSerializeerror_y()
Signature: unit -> bool
ShouldSerializefill()
Signature: unit -> bool
ShouldSerializefillcolor()
Signature: unit -> bool
ShouldSerializeline()
Signature: unit -> bool
ShouldSerializemarker()
Signature: unit -> bool
ShouldSerializemode()
Signature: unit -> bool
ShouldSerializename()
Signature: unit -> bool
ShouldSerializeopacity()
Signature: unit -> bool
ShouldSerializer()
Signature: unit -> bool
ShouldSerializeshowlegend()
Signature: unit -> bool
ShouldSerializestream()
Signature: unit -> bool
ShouldSerializet()
Signature: unit -> bool
ShouldSerializetext()
Signature: unit -> bool
ShouldSerializetextfont()
Signature: unit -> bool
ShouldSerializetextposition()
Signature: unit -> bool
ShouldSerializetype()
Signature: unit -> bool
ShouldSerializevisible()
Signature: unit -> bool
ShouldSerializex()
Signature: unit -> bool
ShouldSerializexaxis()
Signature: unit -> bool
ShouldSerializexsrc()
Signature: unit -> bool
ShouldSerializey()
Signature: unit -> bool
ShouldSerializeyaxis()
Signature: unit -> bool
ShouldSerializeysrc()
Signature: unit -> bool
showlegend()
Signature: unit -> string

Toggle whether or not this trace will be labeled in the legend.

showlegend()
Signature: unit -> unit

Toggle whether or not this trace will be labeled in the legend.

stream()
Signature: unit -> Stream

Links a dictionary that initializes this trace as a writable-stream, for use with the streaming API.

stream()
Signature: unit -> unit

Links a dictionary that initializes this trace as a writable-stream, for use with the streaming API.

t()
Signature: unit -> seq<obj>

For Polar charts only. Sets the angular coordinates of the points in this polar scatter trace. By default, the angular coordinates are in degrees (0 to 360) where the angles are measured clockwise about the right-hand side of the origin. To change this behavior, modify 'range' in 'angularaxis' or/and 'direction' in 'layout'. If 't' is linked to an array of strings, then the angular coordinates are 0, 360\N, 2*360/N, ... where N is the number of coordinates given labeled by the array of strings linked to 't'.

t()
Signature: unit -> unit

For Polar charts only. Sets the angular coordinates of the points in this polar scatter trace. By default, the angular coordinates are in degrees (0 to 360) where the angles are measured clockwise about the right-hand side of the origin. To change this behavior, modify 'range' in 'angularaxis' or/and 'direction' in 'layout'. If 't' is linked to an array of strings, then the angular coordinates are 0, 360\N, 2*360/N, ... where N is the number of coordinates given labeled by the array of strings linked to 't'.

text()
Signature: unit -> seq<string>

The text elements associated with each (x,y) pair in this scatter trace. If the scatter 'mode' does not include 'text' then elements linked to 'text' will appear on hover only. In contrast, if 'text' is included in 'mode', the elements in 'text' will be rendered on the plot at the locations specified in part by their corresponding (x,y) coordinate pair and the 'textposition' key.

text()
Signature: unit -> unit

The text elements associated with each (x,y) pair in this scatter trace. If the scatter 'mode' does not include 'text' then elements linked to 'text' will appear on hover only. In contrast, if 'text' is included in 'mode', the elements in 'text' will be rendered on the plot at the locations specified in part by their corresponding (x,y) coordinate pair and the 'textposition' key.

textfont()
Signature: unit -> Font

Links a dictionary describing the font style of this scatter trace's text elements. Has only an effect if 'mode' is set and includes 'text'.

textfont()
Signature: unit -> unit

Links a dictionary describing the font style of this scatter trace's text elements. Has only an effect if 'mode' is set and includes 'text'.

textposition()
Signature: unit -> string

Sets the position of the text elements in the 'text' key with respect to the data points. By default, the text elements are plotted directly at the (x,y) coordinates.

textposition()
Signature: unit -> unit

Sets the position of the text elements in the 'text' key with respect to the data points. By default, the text elements are plotted directly at the (x,y) coordinates.

type()
Signature: unit -> string

Plotly identifier for this data's trace type.

type()
Signature: unit -> unit

Plotly identifier for this data's trace type.

visible()
Signature: unit -> string

Toggles whether or not this object will be visible on the rendered figure.

visible()
Signature: unit -> unit

Toggles whether or not this object will be visible on the rendered figure.

x()
Signature: unit -> obj

Sets the x coordinates of the points of this scatter trace. If 'x' is linked to an array of strings, then the x coordinates are integers, 0, 1, 2, 3, ..., labeled on the x-axis by the array of strings linked to 'x'.

x()
Signature: unit -> unit

Sets the x coordinates of the points of this scatter trace. If 'x' is linked to an array of strings, then the x coordinates are integers, 0, 1, 2, 3, ..., labeled on the x-axis by the array of strings linked to 'x'.

xaxis()
Signature: unit -> string

This key determines which x-axis the x-coordinates of this trace will reference in the figure. Values 'x1' and 'x' reference to 'xaxis' in 'layout', 'x2' references to 'xaxis2' in 'layout', and so on. Note that 'x1' will always refer to 'xaxis' or 'xaxis1' in 'layout', they are the same.

xaxis()
Signature: unit -> unit

This key determines which x-axis the x-coordinates of this trace will reference in the figure. Values 'x1' and 'x' reference to 'xaxis' in 'layout', 'x2' references to 'xaxis2' in 'layout', and so on. Note that 'x1' will always refer to 'xaxis' or 'xaxis1' in 'layout', they are the same.

xsrc()
Signature: unit -> string

Sets the x coordinates of the points of this scatter trace. If 'x' is linked to an array of strings, then the x coordinates are integers, 0, 1, 2, 3, ..., labeled on the x-axis by the array of strings linked to 'x'.

xsrc()
Signature: unit -> unit

Sets the x coordinates of the points of this scatter trace. If 'x' is linked to an array of strings, then the x coordinates are integers, 0, 1, 2, 3, ..., labeled on the x-axis by the array of strings linked to 'x'.

y()
Signature: unit -> obj

Sets the y coordinates of the points of this scatter trace. If 'y' is linked to an array of strings, then the y coordinates are integers, 0, 1, 2, 3, ..., labeled on the y-axis by the array of strings linked to 'y'.

y()
Signature: unit -> unit

Sets the y coordinates of the points of this scatter trace. If 'y' is linked to an array of strings, then the y coordinates are integers, 0, 1, 2, 3, ..., labeled on the y-axis by the array of strings linked to 'y'.

yaxis()
Signature: unit -> string

This key determines which y-axis the y-coordinates of this trace will reference in the figure. Values 'y1' and 'y' reference to 'yaxis' in 'layout', 'y2' references to 'yaxis2' in 'layout', and so on. Note that 'y1' will always refer to 'yaxis' or 'yaxis1' in 'layout', they are the same.

yaxis()
Signature: unit -> unit

This key determines which y-axis the y-coordinates of this trace will reference in the figure. Values 'y1' and 'y' reference to 'yaxis' in 'layout', 'y2' references to 'yaxis2' in 'layout', and so on. Note that 'y1' will always refer to 'yaxis' or 'yaxis1' in 'layout', they are the same.

ysrc()
Signature: unit -> string

Sets the y coordinates of the points of this scatter trace. If 'y' is linked to an array of strings, then the y coordinates are integers, 0, 1, 2, 3, ..., labeled on the y-axis by the array of strings linked to 'y'.

ysrc()
Signature: unit -> unit

Sets the y coordinates of the points of this scatter trace. If 'y' is linked to an array of strings, then the y coordinates are integers, 0, 1, 2, 3, ..., labeled on the y-axis by the array of strings linked to 'y'.

Fork me on GitHub