plotly.graph_objects.histogram2dcontour package¶
-
class
plotly.graph_objects.histogram2dcontour.
ColorBar
(arg=None, bgcolor=None, bordercolor=None, borderwidth=None, dtick=None, exponentformat=None, labelalias=None, len=None, lenmode=None, minexponent=None, nticks=None, orientation=None, outlinecolor=None, outlinewidth=None, separatethousands=None, showexponent=None, showticklabels=None, showtickprefix=None, showticksuffix=None, thickness=None, thicknessmode=None, tick0=None, tickangle=None, tickcolor=None, tickfont=None, tickformat=None, tickformatstops=None, tickformatstopdefaults=None, ticklabeloverflow=None, ticklabelposition=None, ticklabelstep=None, ticklen=None, tickmode=None, tickprefix=None, ticks=None, ticksuffix=None, ticktext=None, ticktextsrc=None, tickvals=None, tickvalssrc=None, tickwidth=None, title=None, x=None, xanchor=None, xpad=None, xref=None, y=None, yanchor=None, ypad=None, yref=None, **kwargs)¶ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
bgcolor
¶ Sets the color of padded area.
- The âbgcolorâ property is a color and may be specified as:
A hex string (e.g. â#ff0000â)
An rgb/rgba string (e.g. ârgb(255,0,0)â)
An hsl/hsla string (e.g. âhsl(0,100%,50%)â)
An hsv/hsva string (e.g. âhsv(0,100%,100%)â)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
- Returns
- Return type
-
property
bordercolor
¶ Sets the axis line color.
- The âbordercolorâ property is a color and may be specified as:
A hex string (e.g. â#ff0000â)
An rgb/rgba string (e.g. ârgb(255,0,0)â)
An hsl/hsla string (e.g. âhsl(0,100%,50%)â)
An hsv/hsva string (e.g. âhsv(0,100%,100%)â)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
- Returns
- Return type
-
property
borderwidth
¶ Sets the width (in px) or the border enclosing this color bar.
- The âborderwidthâ property is a number and may be specified as:
An int or float in the interval [0, inf]
- Returns
- Return type
int|float
-
property
dtick
¶ Sets the step in-between ticks on this axis. Use with
tick0
. Must be a positive number, or special strings available to âlogâ and âdateâ axes. If the axistype
is âlogâ, then ticks are set every 10^(n*dtick) where n is the tick number. For example, to set a tick mark at 1, 10, 100, 1000, ⊠set dtick to 1. To set tick marks at 1, 100, 10000, ⊠set dtick to 2. To set tick marks at 1, 5, 25, 125, 625, 3125, ⊠set dtick to log_10(5), or 0.69897000433. âlogâ has several special values; âL<f>â, wheref
is a positive number, gives ticks linearly spaced in value (but not position). For exampletick0
= 0.1,dtick
= âL0.5â will put ticks at 0.1, 0.6, 1.1, 1.6 etc. To show powers of 10 plus small digits between, use âD1â (all digits) or âD2â (only 2 and 5).tick0
is ignored for âD1â and âD2â. If the axistype
is âdateâ, then you must convert the time to milliseconds. For example, to set the interval between ticks to one day, setdtick
to 86400000.0. âdateâ also has special values âM<n>â gives ticks spaced by a number of months.n
must be a positive integer. To set ticks on the 15th of every third month, settick0
to â2000-01-15â anddtick
to âM3â. To set ticks every 4 years, setdtick
to âM48âThe âdtickâ property accepts values of any type
- Returns
- Return type
Any
-
property
exponentformat
¶ Determines a formatting rule for the tick exponents. For example, consider the number 1,000,000,000. If ânoneâ, it appears as 1,000,000,000. If âeâ, 1e+9. If âEâ, 1E+9. If âpowerâ, 1x10^9 (with 9 in a super script). If âSIâ, 1G. If âBâ, 1B.
- The âexponentformatâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[ânoneâ, âeâ, âEâ, âpowerâ, âSIâ, âBâ]
- Returns
- Return type
Any
-
property
labelalias
¶ Replacement text for specific tick or hover labels. For example using {US: âUSAâ, CA: âCanadaâ} changes US to USA and CA to Canada. The labels we would have shown must match the keys exactly, after adding any tickprefix or ticksuffix. For negative numbers the minus sign symbol used (U+2212) is wider than the regular ascii dash. That means you need to use â1 instead of -1. labelalias can be used with any axis type, and both keys (if needed) and values (if desired) can include html- like tags or MathJax.
The âlabelaliasâ property accepts values of any type
- Returns
- Return type
Any
-
property
len
¶ Sets the length of the color bar This measure excludes the padding of both ends. That is, the color bar length is this length minus the padding on both ends.
- The âlenâ property is a number and may be specified as:
An int or float in the interval [0, inf]
- Returns
- Return type
int|float
-
property
lenmode
¶ Determines whether this color barâs length (i.e. the measure in the color variation direction) is set in units of plot âfractionâ or in *pixels. Use
len
to set the value.- The âlenmodeâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âfractionâ, âpixelsâ]
- Returns
- Return type
Any
-
property
minexponent
¶ Hide SI prefix for 10^n if |n| is below this number. This only has an effect when
tickformat
is âSIâ or âBâ.- The âminexponentâ property is a number and may be specified as:
An int or float in the interval [0, inf]
- Returns
- Return type
int|float
-
property
nticks
¶ Specifies the maximum number of ticks for the particular axis. The actual number of ticks will be chosen automatically to be less than or equal to
nticks
. Has an effect only iftickmode
is set to âautoâ.- The ânticksâ property is a integer and may be specified as:
An int (or float that will be cast to an int) in the interval [0, 9223372036854775807]
- Returns
- Return type
-
property
orientation
¶ Sets the orientation of the colorbar.
- The âorientationâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âhâ, âvâ]
- Returns
- Return type
Any
-
property
outlinecolor
¶ Sets the axis line color.
- The âoutlinecolorâ property is a color and may be specified as:
A hex string (e.g. â#ff0000â)
An rgb/rgba string (e.g. ârgb(255,0,0)â)
An hsl/hsla string (e.g. âhsl(0,100%,50%)â)
An hsv/hsva string (e.g. âhsv(0,100%,100%)â)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
- Returns
- Return type
-
property
outlinewidth
¶ Sets the width (in px) of the axis line.
- The âoutlinewidthâ property is a number and may be specified as:
An int or float in the interval [0, inf]
- Returns
- Return type
int|float
-
property
separatethousands
¶ If âtrueâ, even 4-digit integers are separated
The âseparatethousandsâ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
showexponent
¶ If âallâ, all exponents are shown besides their significands. If âfirstâ, only the exponent of the first tick is shown. If âlastâ, only the exponent of the last tick is shown. If ânoneâ, no exponents appear.
- The âshowexponentâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âallâ, âfirstâ, âlastâ, ânoneâ]
- Returns
- Return type
Any
-
property
showticklabels
¶ Determines whether or not the tick labels are drawn.
The âshowticklabelsâ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
showtickprefix
¶ If âallâ, all tick labels are displayed with a prefix. If âfirstâ, only the first tick is displayed with a prefix. If âlastâ, only the last tick is displayed with a suffix. If ânoneâ, tick prefixes are hidden.
- The âshowtickprefixâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âallâ, âfirstâ, âlastâ, ânoneâ]
- Returns
- Return type
Any
-
property
showticksuffix
¶ Same as
showtickprefix
but for tick suffixes.- The âshowticksuffixâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âallâ, âfirstâ, âlastâ, ânoneâ]
- Returns
- Return type
Any
-
property
thickness
¶ Sets the thickness of the color bar This measure excludes the size of the padding, ticks and labels.
- The âthicknessâ property is a number and may be specified as:
An int or float in the interval [0, inf]
- Returns
- Return type
int|float
-
property
thicknessmode
¶ Determines whether this color barâs thickness (i.e. the measure in the constant color direction) is set in units of plot âfractionâ or in âpixelsâ. Use
thickness
to set the value.- The âthicknessmodeâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âfractionâ, âpixelsâ]
- Returns
- Return type
Any
-
property
tick0
¶ Sets the placement of the first tick on this axis. Use with
dtick
. If the axistype
is âlogâ, then you must take the log of your starting tick (e.g. to set the starting tick to 100, set thetick0
to 2) except whendtick`=*L<f>* (see `dtick
for more info). If the axistype
is âdateâ, it should be a date string, like date data. If the axistype
is âcategoryâ, it should be a number, using the scale where each category is assigned a serial number from zero in the order it appears.The âtick0â property accepts values of any type
- Returns
- Return type
Any
-
property
tickangle
¶ Sets the angle of the tick labels with respect to the horizontal. For example, a
tickangle
of -90 draws the tick labels vertically.The âtickangleâ property is a angle (in degrees) that may be specified as a number between -180 and 180. Numeric values outside this range are converted to the equivalent value (e.g. 270 is converted to -90).
- Returns
- Return type
int|float
-
property
tickcolor
¶ Sets the tick color.
- The âtickcolorâ property is a color and may be specified as:
A hex string (e.g. â#ff0000â)
An rgb/rgba string (e.g. ârgb(255,0,0)â)
An hsl/hsla string (e.g. âhsl(0,100%,50%)â)
An hsv/hsva string (e.g. âhsv(0,100%,100%)â)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
- Returns
- Return type
-
property
tickfont
¶ Sets the color barâs tick label font
The âtickfontâ property is an instance of Tickfont that may be specified as:
An instance of
plotly.graph_objects.histogram2dcontour.colorbar.Tickfont
A dict of string/value properties that will be passed to the Tickfont constructor
- Returns
- Return type
-
property
tickformat
¶ Sets the tick label formatting rule using d3 formatting mini- languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates see: https://github.com/d3/d3-time- format/tree/v2.2.3#locale_format. We add two items to d3âs date formatter: â%hâ for half of the year as a decimal number as well as â%{n}fâ for fractional seconds with n digits. For example, 2016-10-13 09:15:23.456 with tickformat â%H~%M~%S.%2fâ would display â09~15~23.46â
- The âtickformatâ property is a string and must be specified as:
A string
A number that will be converted to a string
- Returns
- Return type
-
property
tickformatstopdefaults
¶ When used in a template (as layout.template.data.histogram2dcon tour.colorbar.tickformatstopdefaults), sets the default property values to use for elements of histogram2dcontour.colorbar.tickformatstops
The âtickformatstopdefaultsâ property is an instance of Tickformatstop that may be specified as:
An instance of
plotly.graph_objects.histogram2dcontour.colorbar.Tickformatstop
A dict of string/value properties that will be passed to the Tickformatstop constructor
- Returns
- Return type
plotly.graph_objects.histogram2dcontour.colorbar.Tickformatstop
-
property
tickformatstops
¶ The âtickformatstopsâ property is a tuple of instances of Tickformatstop that may be specified as:
A list or tuple of instances of plotly.graph_objects.histogram2dcontour.colorbar.Tickformatstop
A list or tuple of dicts of string/value properties that will be passed to the Tickformatstop constructor
- Returns
- Return type
tuple[plotly.graph_objects.histogram2dcontour.colorbar.Tickformatstop]
-
property
ticklabeloverflow
¶ Determines how we handle tick labels that would overflow either the graph div or the domain of the axis. The default value for inside tick labels is hide past domain. In other cases the default is hide past div.
- The âticklabeloverflowâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âallowâ, âhide past divâ, âhide past domainâ]
- Returns
- Return type
Any
-
property
ticklabelposition
¶ Determines where tick labels are drawn relative to the ticks. Left and right options are used when
orientation
is âhâ, top and bottom whenorientation
is âvâ.- The âticklabelpositionâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âoutsideâ, âinsideâ, âoutside topâ, âinside topâ, âoutside leftâ, âinside leftâ, âoutside rightâ, âinside rightâ, âoutside bottomâ, âinside bottomâ]
- Returns
- Return type
Any
-
property
ticklabelstep
¶ Sets the spacing between tick labels as compared to the spacing between ticks. A value of 1 (default) means each tick gets a label. A value of 2 means shows every 2nd label. A larger value n means only every nth tick is labeled.
tick0
determines which labels are shown. Not implemented for axes withtype
âlogâ or âmulticategoryâ, or whentickmode
is âarrayâ.- The âticklabelstepâ property is a integer and may be specified as:
An int (or float that will be cast to an int) in the interval [1, 9223372036854775807]
- Returns
- Return type
-
property
ticklen
¶ Sets the tick length (in px).
- The âticklenâ property is a number and may be specified as:
An int or float in the interval [0, inf]
- Returns
- Return type
int|float
-
property
tickmode
¶ Sets the tick mode for this axis. If âautoâ, the number of ticks is set via
nticks
. If âlinearâ, the placement of the ticks is determined by a starting positiontick0
and a tick stepdtick
(âlinearâ is the default value iftick0
anddtick
are provided). If âarrayâ, the placement of the ticks is set viatickvals
and the tick text isticktext
. (âarrayâ is the default value iftickvals
is provided).- The âtickmodeâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âautoâ, âlinearâ, âarrayâ]
- Returns
- Return type
Any
-
property
tickprefix
¶ Sets a tick label prefix.
- The âtickprefixâ property is a string and must be specified as:
A string
A number that will be converted to a string
- Returns
- Return type
-
property
ticks
¶ Determines whether ticks are drawn or not. If ââ, this axisâ ticks are not drawn. If âoutsideâ (âinsideâ), this axisâ are drawn outside (inside) the axis lines.
- The âticksâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âoutsideâ, âinsideâ, ââ]
- Returns
- Return type
Any
-
property
ticksuffix
¶ Sets a tick label suffix.
- The âticksuffixâ property is a string and must be specified as:
A string
A number that will be converted to a string
- Returns
- Return type
-
property
ticktext
¶ Sets the text displayed at the ticks position via
tickvals
. Only has an effect iftickmode
is set to âarrayâ. Used withtickvals
.The âticktextâ property is an array that may be specified as a tuple, list, numpy array, or pandas Series
- Returns
- Return type
numpy.ndarray
-
property
ticktextsrc
¶ Sets the source reference on Chart Studio Cloud for
ticktext
.The âticktextsrcâ property must be specified as a string or as a plotly.grid_objs.Column object
- Returns
- Return type
-
property
tickvals
¶ Sets the values at which ticks on this axis appear. Only has an effect if
tickmode
is set to âarrayâ. Used withticktext
.The âtickvalsâ property is an array that may be specified as a tuple, list, numpy array, or pandas Series
- Returns
- Return type
numpy.ndarray
-
property
tickvalssrc
¶ Sets the source reference on Chart Studio Cloud for
tickvals
.The âtickvalssrcâ property must be specified as a string or as a plotly.grid_objs.Column object
- Returns
- Return type
-
property
tickwidth
¶ Sets the tick width (in px).
- The âtickwidthâ property is a number and may be specified as:
An int or float in the interval [0, inf]
- Returns
- Return type
int|float
-
property
title
¶ The âtitleâ property is an instance of Title that may be specified as:
An instance of
plotly.graph_objects.histogram2dcontour.colorbar.Title
A dict of string/value properties that will be passed to the Title constructor
- Returns
- Return type
-
property
x
¶ Sets the x position with respect to
xref
of the color bar (in plot fraction). Whenxref
is âpaperâ, defaults to 1.02 whenorientation
is âvâ and 0.5 whenorientation
is âhâ. Whenxref
is âcontainerâ, defaults to 1 whenorientation
is âvâ and 0.5 whenorientation
is âhâ. Must be between 0 and 1 ifxref
is âcontainerâ and between â-2â and 3 ifxref
is âpaperâ.- The âxâ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
xanchor
¶ Sets this color barâs horizontal position anchor. This anchor binds the
x
position to the âleftâ, âcenterâ or ârightâ of the color bar. Defaults to âleftâ whenorientation
is âvâ and âcenterâ whenorientation
is âhâ.- The âxanchorâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âleftâ, âcenterâ, ârightâ]
- Returns
- Return type
Any
-
property
xpad
¶ Sets the amount of padding (in px) along the x direction.
- The âxpadâ property is a number and may be specified as:
An int or float in the interval [0, inf]
- Returns
- Return type
int|float
-
property
xref
¶ Sets the container
x
refers to. âcontainerâ spans the entirewidth
of the plot. âpaperâ refers to the width of the plotting area only.- The âxrefâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âcontainerâ, âpaperâ]
- Returns
- Return type
Any
-
property
y
¶ Sets the y position with respect to
yref
of the color bar (in plot fraction). Whenyref
is âpaperâ, defaults to 0.5 whenorientation
is âvâ and 1.02 whenorientation
is âhâ. Whenyref
is âcontainerâ, defaults to 0.5 whenorientation
is âvâ and 1 whenorientation
is âhâ. Must be between 0 and 1 ifyref
is âcontainerâ and between â-2â and 3 ifyref
is âpaperâ.- The âyâ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
yanchor
¶ Sets this color barâs vertical position anchor This anchor binds the
y
position to the âtopâ, âmiddleâ or âbottomâ of the color bar. Defaults to âmiddleâ whenorientation
is âvâ and âbottomâ whenorientation
is âhâ.- The âyanchorâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âtopâ, âmiddleâ, âbottomâ]
- Returns
- Return type
Any
-
property
ypad
¶ Sets the amount of padding (in px) along the y direction.
- The âypadâ property is a number and may be specified as:
An int or float in the interval [0, inf]
- Returns
- Return type
int|float
-
property
yref
¶ Sets the container
y
refers to. âcontainerâ spans the entireheight
of the plot. âpaperâ refers to the height of the plotting area only.- The âyrefâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âcontainerâ, âpaperâ]
- Returns
- Return type
Any
-
property
-
class
plotly.graph_objects.histogram2dcontour.
Contours
(arg=None, coloring=None, end=None, labelfont=None, labelformat=None, operation=None, showlabels=None, showlines=None, size=None, start=None, type=None, value=None, **kwargs)¶ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
coloring
¶ Determines the coloring method showing the contour values. If âfillâ, coloring is done evenly between each contour level If âheatmapâ, a heatmap gradient coloring is applied between each contour level. If âlinesâ, coloring is done on the contour lines. If ânoneâ, no coloring is applied on this trace.
- The âcoloringâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âfillâ, âheatmapâ, âlinesâ, ânoneâ]
- Returns
- Return type
Any
-
property
end
¶ Sets the end contour level value. Must be more than
contours.start
- The âendâ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
labelfont
¶ Sets the font used for labeling the contour levels. The default color comes from the lines, if shown. The default family and size come from
layout.font
.The âlabelfontâ property is an instance of Labelfont that may be specified as:
An instance of
plotly.graph_objects.histogram2dcontour.contours.Labelfont
A dict of string/value properties that will be passed to the Labelfont constructor
- Returns
- Return type
-
property
labelformat
¶ Sets the contour label formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.
- The âlabelformatâ property is a string and must be specified as:
A string
A number that will be converted to a string
- Returns
- Return type
-
property
operation
¶ Sets the constraint operation. â=â keeps regions equal to
value
â<â and â<=â keep regions less thanvalue
â>â and â>=â keep regions greater thanvalue
â[]â, â()â, â[)â, and â(]â keep regions insidevalue[0]
tovalue[1]
â][â, â)(â, â](â, â)[â keep regions outsidevalue[0]
to value[1]` Open vs. closed intervals make no difference to constraint display, but all versions are allowed for consistency with filter transforms.- The âoperationâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[â=â, â<â, â>=â, â>â, â<=â, â[]â, â()â, â[)â, â(]â, â][â, â)(â, â](â, â)[â]
- Returns
- Return type
Any
-
property
showlabels
¶ Determines whether to label the contour lines with their values.
The âshowlabelsâ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
showlines
¶ Determines whether or not the contour lines are drawn. Has an effect only if
contours.coloring
is set to âfillâ.The âshowlinesâ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
size
¶ Sets the step between each contour level. Must be positive.
- The âsizeâ property is a number and may be specified as:
An int or float in the interval [0, inf]
- Returns
- Return type
int|float
-
property
start
¶ Sets the starting contour level value. Must be less than
contours.end
- The âstartâ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
type
¶ If
levels
, the data is represented as a contour plot with multiple levels displayed. Ifconstraint
, the data is represented as constraints with the invalid region shaded as specified by theoperation
andvalue
parameters.- The âtypeâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âlevelsâ, âconstraintâ]
- Returns
- Return type
Any
-
property
value
¶ Sets the value or values of the constraint boundary. When
operation
is set to one of the comparison values (=,<,>=,>,<=
) âvalueâ is expected to be a number. Whenoperation
is set to one of the interval values ([],(),[),(],][,)(,](,)[
) âvalueâ is expected to be an array of two numbers where the first is the lower bound and the second is the upper bound.The âvalueâ property accepts values of any type
- Returns
- Return type
Any
-
property
-
class
plotly.graph_objects.histogram2dcontour.
Hoverlabel
(arg=None, align=None, alignsrc=None, bgcolor=None, bgcolorsrc=None, bordercolor=None, bordercolorsrc=None, font=None, namelength=None, namelengthsrc=None, showarrow=None, **kwargs)¶ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
align
¶ Sets the horizontal alignment of the text content within hover label box. Has an effect only if the hover label text spans more two or more lines
- The âalignâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[âleftâ, ârightâ, âautoâ]
A tuple, list, or one-dimensional numpy array of the above
- Returns
- Return type
Any|numpy.ndarray
-
property
alignsrc
¶ Sets the source reference on Chart Studio Cloud for
align
.The âalignsrcâ property must be specified as a string or as a plotly.grid_objs.Column object
- Returns
- Return type
-
property
bgcolor
¶ Sets the background color of the hover labels for this trace
- The âbgcolorâ property is a color and may be specified as:
A hex string (e.g. â#ff0000â)
An rgb/rgba string (e.g. ârgb(255,0,0)â)
An hsl/hsla string (e.g. âhsl(0,100%,50%)â)
An hsv/hsva string (e.g. âhsv(0,100%,100%)â)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
A list or array of any of the above
- Returns
- Return type
str|numpy.ndarray
-
property
bgcolorsrc
¶ Sets the source reference on Chart Studio Cloud for
bgcolor
.The âbgcolorsrcâ property must be specified as a string or as a plotly.grid_objs.Column object
- Returns
- Return type
-
property
bordercolor
¶ Sets the border color of the hover labels for this trace.
- The âbordercolorâ property is a color and may be specified as:
A hex string (e.g. â#ff0000â)
An rgb/rgba string (e.g. ârgb(255,0,0)â)
An hsl/hsla string (e.g. âhsl(0,100%,50%)â)
An hsv/hsva string (e.g. âhsv(0,100%,100%)â)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
A list or array of any of the above
- Returns
- Return type
str|numpy.ndarray
-
property
bordercolorsrc
¶ Sets the source reference on Chart Studio Cloud for
bordercolor
.The âbordercolorsrcâ property must be specified as a string or as a plotly.grid_objs.Column object
- Returns
- Return type
-
property
font
¶ Sets the font used in hover labels.
The âfontâ property is an instance of Font that may be specified as:
An instance of
plotly.graph_objects.histogram2dcontour.hoverlabel.Font
A dict of string/value properties that will be passed to the Font constructor
- Returns
- Return type
-
property
namelength
¶ Sets the default length (in number of characters) of the trace name in the hover labels for all traces. -1 shows the whole name regardless of length. 0-3 shows the first 0-3 characters, and an integer >3 will show the whole name if it is less than that many characters, but if it is longer, will truncate to
namelength - 3
characters and add an ellipsis.- The ânamelengthâ property is a integer and may be specified as:
An int (or float that will be cast to an int) in the interval [-1, 9223372036854775807]
A tuple, list, or one-dimensional numpy array of the above
- Returns
- Return type
int|numpy.ndarray
-
property
namelengthsrc
¶ Sets the source reference on Chart Studio Cloud for
namelength
.The ânamelengthsrcâ property must be specified as a string or as a plotly.grid_objs.Column object
- Returns
- Return type
-
property
-
class
plotly.graph_objects.histogram2dcontour.
Legendgrouptitle
(arg=None, font=None, text=None, **kwargs)¶ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
font
¶ Sets this legend groupâs title font.
The âfontâ property is an instance of Font that may be specified as:
An instance of
plotly.graph_objects.histogram2dcontour.legendgrouptitle.Font
A dict of string/value properties that will be passed to the Font constructor
- Returns
- Return type
plotly.graph_objects.histogram2dcontour.legendgrouptitle.Font
-
property
-
class
plotly.graph_objects.histogram2dcontour.
Line
(arg=None, color=None, dash=None, smoothing=None, width=None, **kwargs)¶ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
color
¶ Sets the color of the contour level. Has no effect if
contours.coloring
is set to âlinesâ.- The âcolorâ property is a color and may be specified as:
A hex string (e.g. â#ff0000â)
An rgb/rgba string (e.g. ârgb(255,0,0)â)
An hsl/hsla string (e.g. âhsl(0,100%,50%)â)
An hsv/hsva string (e.g. âhsv(0,100%,100%)â)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
- Returns
- Return type
-
property
dash
¶ Sets the dash style of lines. Set to a dash type string (âsolidâ, âdotâ, âdashâ, âlongdashâ, âdashdotâ, or âlongdashdotâ) or a dash length list in px (eg â5px,10px,2px,2pxâ).
- The âdashâ property is an enumeration that may be specified as:
- One of the following dash styles:
[âsolidâ, âdotâ, âdashâ, âlongdashâ, âdashdotâ, âlongdashdotâ]
- A string containing a dash length list in pixels or percentages
(e.g. â5px 10px 2px 2pxâ, â5, 10, 2, 2â, â10% 20% 40%â, etc.)
- Returns
- Return type
-
property
smoothing
¶ Sets the amount of smoothing for the contour lines, where 0 corresponds to no smoothing.
- The âsmoothingâ property is a number and may be specified as:
An int or float in the interval [0, 1.3]
- Returns
- Return type
int|float
-
property
width
¶ Sets the contour line width in (in px)
- The âwidthâ property is a number and may be specified as:
An int or float in the interval [0, inf]
- Returns
- Return type
int|float
-
property
-
class
plotly.graph_objects.histogram2dcontour.
Marker
(arg=None, color=None, colorsrc=None, **kwargs)¶ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
color
¶ Sets the aggregation data.
The âcolorâ property is an array that may be specified as a tuple, list, numpy array, or pandas Series
- Returns
- Return type
numpy.ndarray
-
property
-
class
plotly.graph_objects.histogram2dcontour.
Stream
(arg=None, maxpoints=None, token=None, **kwargs)¶ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
maxpoints
¶ Sets the maximum number of points to keep on the plots from an incoming stream. If
maxpoints
is set to 50, only the newest 50 points will be displayed on the plot.- The âmaxpointsâ property is a number and may be specified as:
An int or float in the interval [0, 10000]
- Returns
- Return type
int|float
-
property
token
¶ The stream id number links a data trace on a plot with a stream. See https://chart-studio.plotly.com/settings for more details.
- The âtokenâ property is a string and must be specified as:
A non-empty string
- Returns
- Return type
-
property
-
class
plotly.graph_objects.histogram2dcontour.
Textfont
(arg=None, color=None, family=None, lineposition=None, shadow=None, size=None, style=None, textcase=None, variant=None, weight=None, **kwargs)¶ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
color
¶ - The âcolorâ property is a color and may be specified as:
A hex string (e.g. â#ff0000â)
An rgb/rgba string (e.g. ârgb(255,0,0)â)
An hsl/hsla string (e.g. âhsl(0,100%,50%)â)
An hsv/hsva string (e.g. âhsv(0,100%,100%)â)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
- Returns
- Return type
-
property
family
¶ HTML font family - the typeface that will be applied by the web browser. The web browser can only apply a font if it is available on the system where it runs. Provide multiple font families, separated by commas, to indicate the order in which to apply fonts if they arenât available.
- The âfamilyâ property is a string and must be specified as:
A non-empty string
- Returns
- Return type
-
property
lineposition
¶ Sets the kind of decoration line(s) with text, such as an âunderâ, âoverâ or âthroughâ as well as combinations e.g. âunder+overâ, etc.
The âlinepositionâ property is a flaglist and may be specified as a string containing:
Any combination of [âunderâ, âoverâ, âthroughâ] joined with â+â characters (e.g. âunder+overâ) OR exactly one of [ânoneâ] (e.g. ânoneâ)
- Returns
- Return type
Any
-
property
shadow
¶ Sets the shape and color of the shadow behind text. âautoâ places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.
- The âshadowâ property is a string and must be specified as:
A string
A number that will be converted to a string
- Returns
- Return type
-
property
size
¶ - The âsizeâ property is a number and may be specified as:
An int or float in the interval [1, inf]
- Returns
- Return type
int|float
-
property
style
¶ Sets whether a font should be styled with a normal or italic face from its family.
- The âstyleâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[ânormalâ, âitalicâ]
- Returns
- Return type
Any
-
property
textcase
¶ Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
- The âtextcaseâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[ânormalâ, âword capsâ, âupperâ, âlowerâ]
- Returns
- Return type
Any
-
property
variant
¶ Sets the variant of the font.
- The âvariantâ property is an enumeration that may be specified as:
- One of the following enumeration values:
[ânormalâ, âsmall-capsâ, âall-small-capsâ, âall-petite-capsâ, âpetite-capsâ, âunicaseâ]
- Returns
- Return type
Any
-
property
-
class
plotly.graph_objects.histogram2dcontour.
XBins
(arg=None, end=None, size=None, start=None, **kwargs)¶ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
end
¶ Sets the end value for the x axis bins. The last bin may not end exactly at this value, we increment the bin edge by
size
fromstart
until we reach or exceedend
. Defaults to the maximum data value. Likestart
, for dates use a date string, and for category dataend
is based on the category serial numbers.The âendâ property accepts values of any type
- Returns
- Return type
Any
-
property
size
¶ If
nbinsx
is 0 or omitted, we choose a nice round bin size such that the number of bins is about the same as the typical number of samples in each bin. Ifnbinsx
is provided, we choose a nice round bin size giving no more than that many bins. For date data, use milliseconds or âM<n>â for months, as inaxis.dtick
. For category data, the number of categories to bin together (always defaults to 1).The âsizeâ property accepts values of any type
- Returns
- Return type
Any
- Type
Sets the size of each x axis bin. Default behavior
-
property
start
¶ Sets the starting value for the x axis bins. Defaults to the minimum data value, shifted down if necessary to make nice round values and to remove ambiguous bin edges. For example, if most of the data is integers we shift the bin edges 0.5 down, so a
size
of 5 would have a defaultstart
of -0.5, so it is clear that 0-4 are in the first bin, 5-9 in the second, but continuous data gets a start of 0 and bins [0,5), [5,10) etc. Dates behave similarly, andstart
should be a date string. For category data,start
is based on the category serial numbers, and defaults to -0.5.The âstartâ property accepts values of any type
- Returns
- Return type
Any
-
property
-
class
plotly.graph_objects.histogram2dcontour.
YBins
(arg=None, end=None, size=None, start=None, **kwargs)¶ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
end
¶ Sets the end value for the y axis bins. The last bin may not end exactly at this value, we increment the bin edge by
size
fromstart
until we reach or exceedend
. Defaults to the maximum data value. Likestart
, for dates use a date string, and for category dataend
is based on the category serial numbers.The âendâ property accepts values of any type
- Returns
- Return type
Any
-
property
size
¶ If
nbinsy
is 0 or omitted, we choose a nice round bin size such that the number of bins is about the same as the typical number of samples in each bin. Ifnbinsy
is provided, we choose a nice round bin size giving no more than that many bins. For date data, use milliseconds or âM<n>â for months, as inaxis.dtick
. For category data, the number of categories to bin together (always defaults to 1).The âsizeâ property accepts values of any type
- Returns
- Return type
Any
- Type
Sets the size of each y axis bin. Default behavior
-
property
start
¶ Sets the starting value for the y axis bins. Defaults to the minimum data value, shifted down if necessary to make nice round values and to remove ambiguous bin edges. For example, if most of the data is integers we shift the bin edges 0.5 down, so a
size
of 5 would have a defaultstart
of -0.5, so it is clear that 0-4 are in the first bin, 5-9 in the second, but continuous data gets a start of 0 and bins [0,5), [5,10) etc. Dates behave similarly, andstart
should be a date string. For category data,start
is based on the category serial numbers, and defaults to -0.5.The âstartâ property accepts values of any type
- Returns
- Return type
Any
-
property