autobinx()
Signature: unit -> bool
|
Toggle whether or not the x-axis bin parameters are picked automatically by Plotly. Once 'autobinx' is set to FALSE, the x-axis bins parameters can be declared in 'xbins' object.
|
autobinx()
Signature: unit -> unit
|
Toggle whether or not the x-axis bin parameters are picked automatically by Plotly. Once 'autobinx' is set to FALSE, the x-axis bins parameters can be declared in 'xbins' object.
|
autobiny()
Signature: unit -> string
|
Toggle whether or not the y-axis bin parameters are picked automatically by Plotly. Once 'autobiny' is set to FALSE, the y-axis bins parameters can be declared in 'ybins' object.
|
autobiny()
Signature: unit -> unit
|
Toggle whether or not the y-axis bin parameters are picked automatically by Plotly. Once 'autobiny' is set to FALSE, the y-axis bins parameters can be declared in 'ybins' object.
|
error_x()
Signature: unit -> ErrorX
|
Links a dictionary describing the horizontal error bars (i.e. along the x-axis) that can be drawn from bar tops.
|
error_x()
Signature: unit -> unit
|
Links a dictionary describing the horizontal error bars (i.e. along the x-axis) that can be drawn from bar tops.
|
error_y()
Signature: unit -> ErrorY
|
Links a dictionary describing the vertical error bars (i.e. along the y-axis) that can be drawn from bar tops.
|
error_y()
Signature: unit -> unit
|
Links a dictionary describing the vertical error bars (i.e. along the y-axis) that can be drawn from bar tops.
|
histfunc()
Signature: unit -> string
|
Sets the binning function used for this histogram trace. The default value is 'count' where the histogram values are computed by counting the number of values lying inside each bin. With 'histfunc' set to 'sum', 'avg', 'min' or 'max', the histogram values are computed using the sum, the average, the minimum or the 'maximum' of the values lying inside each bin respectively.
|
histfunc()
Signature: unit -> unit
|
Sets the binning function used for this histogram trace. The default value is 'count' where the histogram values are computed by counting the number of values lying inside each bin. With 'histfunc' set to 'sum', 'avg', 'min' or 'max', the histogram values are computed using the sum, the average, the minimum or the 'maximum' of the values lying inside each bin respectively.
|
histnorm()
Signature: unit -> string
|
Sets the type of normalization for this histogram trace. By default ('histnorm' set to '') the height of each bar displays the frequency of occurrence, i.e., the number of times this value was found in the corresponding bin. If set to 'percent', the height of each bar displays the percentage of total occurrences found within the corresponding bin. If set to 'probability', the height of each bar displays the probability that an event will fall into the corresponding bin. If set to 'density', the height of each bar is equal to the number of occurrences in a bin divided by the size of the bin interval such that summing the area of all bins will yield the total number of occurrences. If set to 'probability density', the height of each bar is equal to the number of probability that an event will fall into the corresponding bin divided by the size of the bin interval such that summing the area of all bins will yield 1.
|
histnorm()
Signature: unit -> unit
|
Sets the type of normalization for this histogram trace. By default ('histnorm' set to '') the height of each bar displays the frequency of occurrence, i.e., the number of times this value was found in the corresponding bin. If set to 'percent', the height of each bar displays the percentage of total occurrences found within the corresponding bin. If set to 'probability', the height of each bar displays the probability that an event will fall into the corresponding bin. If set to 'density', the height of each bar is equal to the number of occurrences in a bin divided by the size of the bin interval such that summing the area of all bins will yield the total number of occurrences. If set to 'probability density', the height of each bar is equal to the number of probability that an event will fall into the corresponding bin divided by the size of the bin interval such that summing the area of all bins will yield 1.
|
marker()
Signature: unit -> Marker
|
Links a dictionary containing marker style parameters for this bar trace, for example, the bars' fill color, border width and border color.
|
marker()
Signature: unit -> unit
|
Links a dictionary containing marker style parameters for this bar trace, for example, the bars' fill color, border width and border color.
|
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.
|
nbinsx()
Signature: unit -> float
|
Specifies the number of x-axis bins. No need to set 'autobinx' to FALSE for 'nbinsx' to apply.
|
nbinsx()
Signature: unit -> unit
|
Specifies the number of x-axis bins. No need to set 'autobinx' to FALSE for 'nbinsx' to apply.
|
nbinsy()
Signature: unit -> float
|
Specifies the number of y-axis bins. No need to set 'autobiny' to FALSE for 'nbinsy' to apply.
|
nbinsy()
Signature: unit -> unit
|
Specifies the number of y-axis bins. No need to set 'autobiny' to FALSE for 'nbinsy' to apply.
|
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.
|
orientation()
Signature: unit -> string
|
Sets the orientation of the bars. If set to 'v', the length of each bar will run vertically. If set to 'h', the length of each bar will run horizontally
|
orientation()
Signature: unit -> unit
|
Sets the orientation of the bars. If set to 'v', the length of each bar will run vertically. If set to 'h', the length of each bar will run horizontally
|
ShouldSerializeautobinx()
Signature: unit -> bool
|
|
ShouldSerializeautobiny()
Signature: unit -> bool
|
|
ShouldSerializeerror_x()
Signature: unit -> bool
|
|
ShouldSerializeerror_y()
Signature: unit -> bool
|
|
ShouldSerializehistfunc()
Signature: unit -> bool
|
|
ShouldSerializehistnorm()
Signature: unit -> bool
|
|
ShouldSerializemarker()
Signature: unit -> bool
|
|
ShouldSerializename()
Signature: unit -> bool
|
|
ShouldSerializenbinsx()
Signature: unit -> bool
|
|
ShouldSerializenbinsy()
Signature: unit -> bool
|
|
ShouldSerializeopacity()
Signature: unit -> bool
|
|
ShouldSerializeorientation()
Signature: unit -> bool
|
|
ShouldSerializeshowlegend()
Signature: unit -> bool
|
|
ShouldSerializestream()
Signature: unit -> bool
|
|
ShouldSerializetext()
Signature: unit -> bool
|
|
ShouldSerializetype()
Signature: unit -> bool
|
|
ShouldSerializevisible()
Signature: unit -> bool
|
|
ShouldSerializex()
Signature: unit -> bool
|
|
ShouldSerializexaxis()
Signature: unit -> bool
|
|
ShouldSerializexbins()
Signature: unit -> bool
|
|
ShouldSerializexsrc()
Signature: unit -> bool
|
|
ShouldSerializey()
Signature: unit -> bool
|
|
ShouldSerializeyaxis()
Signature: unit -> bool
|
|
ShouldSerializeybins()
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.
|
text()
Signature: unit -> seq<string>
|
The text elements associated with each bar in this trace. The entries in 'text' will appear on hover only, in a text box located at the top of each bar.
|
text()
Signature: unit -> unit
|
The text elements associated with each bar in this trace. The entries in 'text' will appear on hover only, in a text box located at the top of each bar.
|
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 data sample to be binned (done by Plotly) on the x-axis and plotted as vertical bars.
|
x()
Signature: unit -> unit
|
Sets the data sample to be binned (done by Plotly) on the x-axis and plotted as vertical bars.
|
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.
|
xbins()
Signature: unit -> XBins
|
Links a dictionary defining the parameters of x-axis bins of this trace, for example, the bin width and the bins' starting and ending value. Has an effect only if 'autobinx' is set to FALSE.
|
xbins()
Signature: unit -> unit
|
Links a dictionary defining the parameters of x-axis bins of this trace, for example, the bin width and the bins' starting and ending value. Has an effect only if 'autobinx' is set to FALSE.
|
xsrc()
Signature: unit -> string
|
Sets the data sample to be binned (done by Plotly) on the x-axis and plotted as vertical bars.
|
xsrc()
Signature: unit -> unit
|
Sets the data sample to be binned (done by Plotly) on the x-axis and plotted as vertical bars.
|
y()
Signature: unit -> obj
|
Sets the data sample to be binned (done by Plotly) on the y-axis and plotted as horizontal bars.
|
y()
Signature: unit -> unit
|
Sets the data sample to be binned (done by Plotly) on the y-axis and plotted as horizontal bars.
|
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.
|
ybins()
Signature: unit -> YBins
|
Links a dictionary defining the parameters of y-axis bins of this trace, for example, the bin width and the bins' starting and ending value. Has an effect only if 'autobiny' is set to FALSE.
|
ybins()
Signature: unit -> unit
|
Links a dictionary defining the parameters of y-axis bins of this trace, for example, the bin width and the bins' starting and ending value. Has an effect only if 'autobiny' is set to FALSE.
|
ysrc()
Signature: unit -> string
|
Sets the data sample to be binned (done by Plotly) on the y-axis and plotted as horizontal bars.
|
ysrc()
Signature: unit -> unit
|
Sets the data sample to be binned (done by Plotly) on the y-axis and plotted as horizontal bars.
|