XPlot


Histogram2dcontour

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Histogram2dcontour

CompiledName: .ctor

Instance members

Instance memberDescription
x.autobinx()
Signature: unit -> bool

Determines whether or not the x axis bin attributes are picked by an algorithm.

CompiledName: set_autobinx

x.autobinx()
Signature: unit -> unit

Determines whether or not the x axis bin attributes are picked by an algorithm.

CompiledName: get_autobinx

x.autobiny()
Signature: unit -> bool

Determines whether or not the y axis bin attributes are picked by an algorithm.

CompiledName: set_autobiny

x.autobiny()
Signature: unit -> unit

Determines whether or not the y axis bin attributes are picked by an algorithm.

CompiledName: get_autobiny

x.autocolorscale()
Signature: unit -> bool

Determines whether or not the colorscale is picked using the sign of the input z values.

CompiledName: set_autocolorscale

x.autocolorscale()
Signature: unit -> unit

Determines whether or not the colorscale is picked using the sign of the input z values.

CompiledName: get_autocolorscale

x.autocontour()
Signature: unit -> bool

Determines whether of not the contour level attributes at picked by an algorithm. If true, the number of contour levels can be set in ncontours. If false, set the contour level attributes in contours.

CompiledName: set_autocontour

x.autocontour()
Signature: unit -> unit

Determines whether of not the contour level attributes at picked by an algorithm. If true, the number of contour levels can be set in ncontours. If false, set the contour level attributes in contours.

CompiledName: get_autocontour

x.colorbar()
Signature: unit -> Colorbar

CompiledName: set_colorbar

x.colorbar()
Signature: unit -> unit

CompiledName: get_colorbar

x.colorscale()
Signature: unit -> obj

Sets the colorscale.

CompiledName: set_colorscale

x.colorscale()
Signature: unit -> unit

Sets the colorscale.

CompiledName: get_colorscale

x.connectgaps()
Signature: unit -> bool

Determines whether or not gaps (i.e. {nan} or missing values) in the z data are filled in.

CompiledName: set_connectgaps

x.connectgaps()
Signature: unit -> unit

Determines whether or not gaps (i.e. {nan} or missing values) in the z data are filled in.

CompiledName: get_connectgaps

x.contours()
Signature: unit -> Contours

CompiledName: set_contours

x.contours()
Signature: unit -> unit

CompiledName: get_contours

x.dx()
Signature: unit -> float

Sets the x coordinate step. See x0 for more info.

CompiledName: set_dx

x.dx()
Signature: unit -> unit

Sets the x coordinate step. See x0 for more info.

CompiledName: get_dx

x.dy()
Signature: unit -> float

Sets the y coordinate step. See y0 for more info.

CompiledName: set_dy

x.dy()
Signature: unit -> unit

Sets the y coordinate step. See y0 for more info.

CompiledName: get_dy

x.histfunc()
Signature: unit -> obj

Specifies the binning function used for this histogram trace. If count, the histogram values are computed by counting the number of values lying inside each bin. If sum, avg, min, max, the histogram values are computed using the sum, the average, the minimum or the maximum of the values lying inside each bin respectively.

CompiledName: set_histfunc

x.histfunc()
Signature: unit -> unit

Specifies the binning function used for this histogram trace. If count, the histogram values are computed by counting the number of values lying inside each bin. If sum, avg, min, max, the histogram values are computed using the sum, the average, the minimum or the maximum of the values lying inside each bin respectively.

CompiledName: get_histfunc

x.histnorm()
Signature: unit -> obj

Specifies the type of normalization used for this histogram trace. If , the span of each bar corresponds to the number of occurrences (i.e. the number of data points lying inside the bins). If percent, the span of each bar corresponds to the percentage of occurrences with respect to the total number of sample points (here, the sum of all bin area equals 100%). If density, the span of each bar corresponds to the number of occurrences in a bin divided by the size of the bin interval (here, the sum of all bin area equals the total number of sample points). If probability density, the span of each bar corresponds to the probability that an event will fall into the corresponding bin (here, the sum of all bin area equals 1).

CompiledName: set_histnorm

x.histnorm()
Signature: unit -> unit

Specifies the type of normalization used for this histogram trace. If , the span of each bar corresponds to the number of occurrences (i.e. the number of data points lying inside the bins). If percent, the span of each bar corresponds to the percentage of occurrences with respect to the total number of sample points (here, the sum of all bin area equals 100%). If density, the span of each bar corresponds to the number of occurrences in a bin divided by the size of the bin interval (here, the sum of all bin area equals the total number of sample points). If probability density, the span of each bar corresponds to the probability that an event will fall into the corresponding bin (here, the sum of all bin area equals 1).

CompiledName: get_histnorm

x.hoverinfo()
Signature: unit -> string

Determines which trace information appear on hover.

CompiledName: set_hoverinfo

x.hoverinfo()
Signature: unit -> unit

Determines which trace information appear on hover.

CompiledName: get_hoverinfo

x.legendgroup()
Signature: unit -> string

Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items.

CompiledName: set_legendgroup

x.legendgroup()
Signature: unit -> unit

Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items.

CompiledName: get_legendgroup

x.line()
Signature: unit -> Line

CompiledName: set_line

x.line()
Signature: unit -> unit

CompiledName: get_line

x.marker()
Signature: unit -> Marker

CompiledName: set_marker

x.marker()
Signature: unit -> unit

CompiledName: get_marker

x.nbinsx()
Signature: unit -> int

Sets the number of x axis bins.

CompiledName: set_nbinsx

x.nbinsx()
Signature: unit -> unit

Sets the number of x axis bins.

CompiledName: get_nbinsx

x.nbinsy()
Signature: unit -> int

Sets the number of y axis bins.

CompiledName: set_nbinsy

x.nbinsy()
Signature: unit -> unit

Sets the number of y axis bins.

CompiledName: get_nbinsy

x.ncontours()
Signature: unit -> int

Sets the number of contour levels.

CompiledName: set_ncontours

x.ncontours()
Signature: unit -> unit

Sets the number of contour levels.

CompiledName: get_ncontours

x.opacity()
Signature: unit -> float

Sets the opacity of the trace.

CompiledName: set_opacity

x.opacity()
Signature: unit -> unit

Sets the opacity of the trace.

CompiledName: get_opacity

x.orientation()
Signature: unit -> obj

Sets the orientation of the bars. With v (h), the value of the each bar spans along the vertical (horizontal).

CompiledName: set_orientation

x.orientation()
Signature: unit -> unit

Sets the orientation of the bars. With v (h), the value of the each bar spans along the vertical (horizontal).

CompiledName: get_orientation

x.reversescale()
Signature: unit -> bool

Reverses the colorscale.

CompiledName: set_reversescale

x.reversescale()
Signature: unit -> unit

Reverses the colorscale.

CompiledName: get_reversescale

x.ShouldSerializeautobinx()
Signature: unit -> bool
x.ShouldSerializeautobiny()
Signature: unit -> bool
x.ShouldSerializeautocolorscale()
Signature: unit -> bool
x.ShouldSerializeautocontour()
Signature: unit -> bool
x.ShouldSerializecolorbar()
Signature: unit -> bool
x.ShouldSerializecolorscale()
Signature: unit -> bool
x.ShouldSerializeconnectgaps()
Signature: unit -> bool
x.ShouldSerializecontours()
Signature: unit -> bool
x.ShouldSerializedx()
Signature: unit -> bool
x.ShouldSerializedy()
Signature: unit -> bool
x.ShouldSerializehistfunc()
Signature: unit -> bool
x.ShouldSerializehistnorm()
Signature: unit -> bool
x.ShouldSerializehoverinfo()
Signature: unit -> bool
x.ShouldSerializelegendgroup()
Signature: unit -> bool
x.ShouldSerializeline()
Signature: unit -> bool
x.ShouldSerializemarker()
Signature: unit -> bool
x.ShouldSerializenbinsx()
Signature: unit -> bool
x.ShouldSerializenbinsy()
Signature: unit -> bool
x.ShouldSerializencontours()
Signature: unit -> bool
x.ShouldSerializeopacity()
Signature: unit -> bool
x.ShouldSerializeorientation()
Signature: unit -> bool
x.ShouldSerializereversescale()
Signature: unit -> bool
x.ShouldSerializeshowlegend()
Signature: unit -> bool
x.ShouldSerializeshowscale()
Signature: unit -> bool
x.ShouldSerializestream()
Signature: unit -> bool
x.ShouldSerializetext()
Signature: unit -> bool
x.ShouldSerializetextsrc()
Signature: unit -> bool
x.ShouldSerializetranspose()
Signature: unit -> bool
x.ShouldSerializetype()
Signature: unit -> bool
x.ShouldSerializeuid()
Signature: unit -> bool
x.ShouldSerializevisible()
Signature: unit -> bool
x.ShouldSerializex()
Signature: unit -> bool
x.ShouldSerializex0()
Signature: unit -> bool
x.ShouldSerializexaxis()
Signature: unit -> bool
x.ShouldSerializexbins()
Signature: unit -> bool
x.ShouldSerializexsrc()
Signature: unit -> bool
x.ShouldSerializextype()
Signature: unit -> bool
x.ShouldSerializey()
Signature: unit -> bool
x.ShouldSerializey0()
Signature: unit -> bool
x.ShouldSerializeyaxis()
Signature: unit -> bool
x.ShouldSerializeybins()
Signature: unit -> bool
x.ShouldSerializeysrc()
Signature: unit -> bool
x.ShouldSerializeytype()
Signature: unit -> bool
x.ShouldSerializez()
Signature: unit -> bool
x.ShouldSerializezauto()
Signature: unit -> bool
x.ShouldSerializezmax()
Signature: unit -> bool
x.ShouldSerializezmin()
Signature: unit -> bool
x.ShouldSerializezsmooth()
Signature: unit -> bool
x.ShouldSerializezsrc()
Signature: unit -> bool
x.showlegend()
Signature: unit -> bool

Determines whether or not an item corresponding to this trace is shown in the legend.

CompiledName: set_showlegend

x.showlegend()
Signature: unit -> unit

Determines whether or not an item corresponding to this trace is shown in the legend.

CompiledName: get_showlegend

x.showscale()
Signature: unit -> bool

Determines whether or not a colorbar is displayed for this trace.

CompiledName: set_showscale

x.showscale()
Signature: unit -> unit

Determines whether or not a colorbar is displayed for this trace.

CompiledName: get_showscale

x.stream()
Signature: unit -> Stream

CompiledName: set_stream

x.stream()
Signature: unit -> unit

CompiledName: get_stream

x.text()
Signature: unit -> obj

Sets the text elements associated with each z value.

CompiledName: set_text

x.text()
Signature: unit -> unit

Sets the text elements associated with each z value.

CompiledName: get_text

x.textsrc()
Signature: unit -> string

Sets the source reference on plot.ly for text .

CompiledName: set_textsrc

x.textsrc()
Signature: unit -> unit

Sets the source reference on plot.ly for text .

CompiledName: get_textsrc

x.transpose()
Signature: unit -> bool

Transposes the z data.

CompiledName: set_transpose

x.transpose()
Signature: unit -> unit

Transposes the z data.

CompiledName: get_transpose

x.type()
Signature: unit -> string

CompiledName: set_type

x.type()
Signature: unit -> unit

CompiledName: get_type

x.uid()
Signature: unit -> string

Sets the trace name. The trace name appear as the legend item and on hover.

CompiledName: set_uid

x.uid()
Signature: unit -> unit

Sets the trace name. The trace name appear as the legend item and on hover.

CompiledName: get_uid

x.visible()
Signature: unit -> obj

Determines whether or not this trace is visible. If legendonly, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).

CompiledName: set_visible

x.visible()
Signature: unit -> unit

Determines whether or not this trace is visible. If legendonly, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).

CompiledName: get_visible

x.x()
Signature: unit -> obj

Sets the sample data to be binned on the x axis.

CompiledName: set_x

x.x()
Signature: unit -> unit

Sets the sample data to be binned on the x axis.

CompiledName: get_x

x.x0()
Signature: unit -> obj

Alternate to x. Builds a linear space of x coordinates. Use with dx where x0 is the starting coordinate and dx the step.

CompiledName: set_x0

x.x0()
Signature: unit -> unit

Alternate to x. Builds a linear space of x coordinates. Use with dx where x0 is the starting coordinate and dx the step.

CompiledName: get_x0

x.xaxis()
Signature: unit -> string

Sets a reference between this trace's x coordinates and a 2D cartesian x axis. If x (the default value), the x coordinates refer to layout.xaxis. If x2, the x coordinates refer to layout.xaxis2, and so on.

CompiledName: set_xaxis

x.xaxis()
Signature: unit -> unit

Sets a reference between this trace's x coordinates and a 2D cartesian x axis. If x (the default value), the x coordinates refer to layout.xaxis. If x2, the x coordinates refer to layout.xaxis2, and so on.

CompiledName: get_xaxis

x.xbins()
Signature: unit -> Xbins

CompiledName: set_xbins

x.xbins()
Signature: unit -> unit

CompiledName: get_xbins

x.xsrc()
Signature: unit -> string

Sets the source reference on plot.ly for x .

CompiledName: set_xsrc

x.xsrc()
Signature: unit -> unit

Sets the source reference on plot.ly for x .

CompiledName: get_xsrc

x.xtype()
Signature: unit -> obj

If array, the heatmap's x coordinates are given by x (the default behavior when x is provided). If scaled, the heatmap's x coordinates are given by x0 and dx (the default behavior when x is not provided).

CompiledName: set_xtype

x.xtype()
Signature: unit -> unit

If array, the heatmap's x coordinates are given by x (the default behavior when x is provided). If scaled, the heatmap's x coordinates are given by x0 and dx (the default behavior when x is not provided).

CompiledName: get_xtype

x.y()
Signature: unit -> obj

Sets the sample data to be binned on the y axis.

CompiledName: set_y

x.y()
Signature: unit -> unit

Sets the sample data to be binned on the y axis.

CompiledName: get_y

x.y0()
Signature: unit -> obj

Alternate to y. Builds a linear space of y coordinates. Use with dy where y0 is the starting coordinate and dy the step.

CompiledName: set_y0

x.y0()
Signature: unit -> unit

Alternate to y. Builds a linear space of y coordinates. Use with dy where y0 is the starting coordinate and dy the step.

CompiledName: get_y0

x.yaxis()
Signature: unit -> string

Sets a reference between this trace's y coordinates and a 2D cartesian y axis. If y (the default value), the y coordinates refer to layout.yaxis. If y2, the y coordinates refer to layout.xaxis2, and so on.

CompiledName: set_yaxis

x.yaxis()
Signature: unit -> unit

Sets a reference between this trace's y coordinates and a 2D cartesian y axis. If y (the default value), the y coordinates refer to layout.yaxis. If y2, the y coordinates refer to layout.xaxis2, and so on.

CompiledName: get_yaxis

x.ybins()
Signature: unit -> Ybins

CompiledName: set_ybins

x.ybins()
Signature: unit -> unit

CompiledName: get_ybins

x.ysrc()
Signature: unit -> string

Sets the source reference on plot.ly for y .

CompiledName: set_ysrc

x.ysrc()
Signature: unit -> unit

Sets the source reference on plot.ly for y .

CompiledName: get_ysrc

x.ytype()
Signature: unit -> obj

If array, the heatmap's y coordinates are given by y (the default behavior when y is provided) If scaled, the heatmap's y coordinates are given by y0 and dy (the default behavior when y is not provided)

CompiledName: set_ytype

x.ytype()
Signature: unit -> unit

If array, the heatmap's y coordinates are given by y (the default behavior when y is provided) If scaled, the heatmap's y coordinates are given by y0 and dy (the default behavior when y is not provided)

CompiledName: get_ytype

x.z()
Signature: unit -> obj

Sets the aggregation data.

CompiledName: set_z

x.z()
Signature: unit -> unit

Sets the aggregation data.

CompiledName: get_z

x.zauto()
Signature: unit -> bool

Determines the whether or not the color domain is computed with respect to the input data.

CompiledName: set_zauto

x.zauto()
Signature: unit -> unit

Determines the whether or not the color domain is computed with respect to the input data.

CompiledName: get_zauto

x.zmax()
Signature: unit -> float

Sets the upper bound of color domain.

CompiledName: set_zmax

x.zmax()
Signature: unit -> unit

Sets the upper bound of color domain.

CompiledName: get_zmax

x.zmin()
Signature: unit -> float

Sets the lower bound of color domain.

CompiledName: set_zmin

x.zmin()
Signature: unit -> unit

Sets the lower bound of color domain.

CompiledName: get_zmin

x.zsmooth()
Signature: unit -> obj

Picks a smoothing algorithm use to smooth z data.

CompiledName: set_zsmooth

x.zsmooth()
Signature: unit -> unit

Picks a smoothing algorithm use to smooth z data.

CompiledName: get_zsmooth

x.zsrc()
Signature: unit -> string

Sets the source reference on plot.ly for z .

CompiledName: set_zsrc

x.zsrc()
Signature: unit -> unit

Sets the source reference on plot.ly for z .

CompiledName: get_zsrc

Fork me on GitHub