Plotly FigureWidget Overview in Python
Introduction to the Plotly FigureWidget
Plotly Studio: Transform any dataset into an interactive data application in minutes with AI. Try Plotly Studio now.
The Plotly FigureWidget allows you to add Plotly charts as interactive widgets in Jupyter and other compatible notebooks. To use the FigureWidget, you'll need to install anywidget:
%%bash
pip install anywidget
Collecting anywidget Downloading anywidget-0.9.21-py3-none-any.whl.metadata (8.9 kB) Collecting ipywidgets>=7.6.0 (from anywidget) Downloading ipywidgets-8.1.8-py3-none-any.whl.metadata (2.4 kB) Collecting psygnal>=0.8.1 (from anywidget) Downloading psygnal-0.14.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (6.0 kB) Requirement already satisfied: typing-extensions>=4.2.0 in /home/circleci/.pyenv/versions/3.9.25/lib/python3.9/site-packages (from anywidget) (4.15.0) Collecting comm>=0.1.3 (from ipywidgets>=7.6.0->anywidget) Downloading comm-0.2.3-py3-none-any.whl.metadata (3.7 kB) Collecting ipython>=6.1.0 (from ipywidgets>=7.6.0->anywidget) Downloading ipython-8.18.1-py3-none-any.whl.metadata (6.0 kB) Collecting traitlets>=4.3.1 (from ipywidgets>=7.6.0->anywidget) Downloading traitlets-5.14.3-py3-none-any.whl.metadata (10 kB) Collecting widgetsnbextension~=4.0.14 (from ipywidgets>=7.6.0->anywidget) Downloading widgetsnbextension-4.0.15-py3-none-any.whl.metadata (1.6 kB) Collecting jupyterlab_widgets~=3.0.15 (from ipywidgets>=7.6.0->anywidget) Downloading jupyterlab_widgets-3.0.16-py3-none-any.whl.metadata (20 kB) Collecting decorator (from ipython>=6.1.0->ipywidgets>=7.6.0->anywidget) Downloading decorator-5.2.1-py3-none-any.whl.metadata (3.9 kB) Collecting jedi>=0.16 (from ipython>=6.1.0->ipywidgets>=7.6.0->anywidget) Downloading jedi-0.19.2-py2.py3-none-any.whl.metadata (22 kB) Collecting matplotlib-inline (from ipython>=6.1.0->ipywidgets>=7.6.0->anywidget) Downloading matplotlib_inline-0.2.1-py3-none-any.whl.metadata (2.3 kB) Collecting prompt-toolkit<3.1.0,>=3.0.41 (from ipython>=6.1.0->ipywidgets>=7.6.0->anywidget) Downloading prompt_toolkit-3.0.52-py3-none-any.whl.metadata (6.4 kB) Collecting pygments>=2.4.0 (from ipython>=6.1.0->ipywidgets>=7.6.0->anywidget) Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) Collecting stack-data (from ipython>=6.1.0->ipywidgets>=7.6.0->anywidget) Downloading stack_data-0.6.3-py3-none-any.whl.metadata (18 kB) Collecting exceptiongroup (from ipython>=6.1.0->ipywidgets>=7.6.0->anywidget) Downloading exceptiongroup-1.3.1-py3-none-any.whl.metadata (6.7 kB) Collecting pexpect>4.3 (from ipython>=6.1.0->ipywidgets>=7.6.0->anywidget) Downloading pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB) Collecting wcwidth (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=6.1.0->ipywidgets>=7.6.0->anywidget) Downloading wcwidth-0.6.0-py3-none-any.whl.metadata (30 kB) Collecting parso<0.9.0,>=0.8.4 (from jedi>=0.16->ipython>=6.1.0->ipywidgets>=7.6.0->anywidget) Downloading parso-0.8.6-py2.py3-none-any.whl.metadata (8.4 kB) Collecting ptyprocess>=0.5 (from pexpect>4.3->ipython>=6.1.0->ipywidgets>=7.6.0->anywidget) Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB) Collecting executing>=1.2.0 (from stack-data->ipython>=6.1.0->ipywidgets>=7.6.0->anywidget) Downloading executing-2.2.1-py2.py3-none-any.whl.metadata (8.9 kB) Collecting asttokens>=2.1.0 (from stack-data->ipython>=6.1.0->ipywidgets>=7.6.0->anywidget) Downloading asttokens-3.0.1-py3-none-any.whl.metadata (4.9 kB) Collecting pure-eval (from stack-data->ipython>=6.1.0->ipywidgets>=7.6.0->anywidget) Downloading pure_eval-0.2.3-py3-none-any.whl.metadata (6.3 kB) Downloading anywidget-0.9.21-py3-none-any.whl (231 kB) Downloading ipywidgets-8.1.8-py3-none-any.whl (139 kB) Downloading jupyterlab_widgets-3.0.16-py3-none-any.whl (914 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 914.9/914.9 kB 165.8 MB/s 0:00:00 Downloading widgetsnbextension-4.0.15-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 131.3 MB/s 0:00:00 Downloading comm-0.2.3-py3-none-any.whl (7.3 kB) Downloading ipython-8.18.1-py3-none-any.whl (808 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 808.2/808.2 kB 109.4 MB/s 0:00:00 Downloading prompt_toolkit-3.0.52-py3-none-any.whl (391 kB) Downloading jedi-0.19.2-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 227.6 MB/s 0:00:00 Downloading parso-0.8.6-py2.py3-none-any.whl (106 kB) Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB) Downloading psygnal-0.14.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (859 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 859.8/859.8 kB 148.1 MB/s 0:00:00 Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 212.8 MB/s 0:00:00 Downloading traitlets-5.14.3-py3-none-any.whl (85 kB) Downloading decorator-5.2.1-py3-none-any.whl (9.2 kB) Downloading exceptiongroup-1.3.1-py3-none-any.whl (16 kB) Downloading matplotlib_inline-0.2.1-py3-none-any.whl (9.5 kB) Downloading stack_data-0.6.3-py3-none-any.whl (24 kB) Downloading asttokens-3.0.1-py3-none-any.whl (27 kB) Downloading executing-2.2.1-py2.py3-none-any.whl (28 kB) Downloading pure_eval-0.2.3-py3-none-any.whl (11 kB) Downloading wcwidth-0.6.0-py3-none-any.whl (94 kB) Installing collected packages: pure-eval, ptyprocess, widgetsnbextension, wcwidth, traitlets, pygments, psygnal, pexpect, parso, jupyterlab_widgets, executing, exceptiongroup, decorator, comm, asttokens, stack-data, prompt-toolkit, matplotlib-inline, jedi, ipython, ipywidgets, anywidget ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22/22 [anywidget] Successfully installed anywidget-0.9.21 asttokens-3.0.1 comm-0.2.3 decorator-5.2.1 exceptiongroup-1.3.1 executing-2.2.1 ipython-8.18.1 ipywidgets-8.1.8 jedi-0.19.2 jupyterlab_widgets-3.0.16 matplotlib-inline-0.2.1 parso-0.8.6 pexpect-4.9.0 prompt-toolkit-3.0.52 psygnal-0.14.2 ptyprocess-0.7.0 pure-eval-0.2.3 pygments-2.19.2 stack-data-0.6.3 traitlets-5.14.3 wcwidth-0.6.0 widgetsnbextension-4.0.15
[notice] A new release of pip is available: 25.3 -> 26.0.1 [notice] To update, run: pip install --upgrade pip
Create a Simple FigureWidget¶
Create an empty FigureWidget and then view it.
import plotly.graph_objects as go
f = go.FigureWidget()
f

Add traces or update the layout and then watch the output above update in real time.
f.add_scatter(y=[2, 1, 4, 3]);
f.add_bar(y=[1, 4, 3, 2]);
f.layout.title = 'Hello FigureWidget'

Update the Data and the Layout¶
# update scatter data
scatter = f.data[0]
scatter.y = [3, 1, 4, 3]
# update bar data
bar = f.data[1]
bar.y = [5, 3, 2, 8]
f.layout.title.text = 'This is a new title'
Construct a FigureWidget from a Figure graph object¶
A standard Figure object can be passed to the FigureWidget constructor.
import plotly.graph_objects as go
trace = go.Heatmap(z=[[1, 20, 30, 50, 1], [20, 1, 60, 80, 30], [30, 60, 1, -10, 20]],
x=['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
y=['Morning', 'Afternoon', 'Evening'])
data=[trace]
layout = go.Layout(title=dict(text='Activity Heatmap'))
figure = go.Figure(data=data, layout=layout)
f2 = go.FigureWidget(figure)
f2
Reference¶
See these Jupyter notebooks for even more FigureWidget examples.
help(go.FigureWidget)
Help on class FigureWidget in module plotly.graph_objs._figurewidget:
class FigureWidget(plotly.basewidget.BaseFigureWidget)
| FigureWidget(data=None, layout=None, frames=None, skip_invalid=False, **kwargs)
|
| Method resolution order:
| FigureWidget
| plotly.basewidget.BaseFigureWidget
| plotly.basedatatypes.BaseFigure
| anywidget.widget.AnyWidget
| ipywidgets.widgets.domwidget.DOMWidget
| ipywidgets.widgets.widget.Widget
| ipywidgets.widgets.widget.LoggingHasTraits
| traitlets.traitlets.HasTraits
| traitlets.traitlets.HasDescriptors
| builtins.object
|
| Methods defined here:
|
| __init__(self, data=None, layout=None, frames=None, skip_invalid=False, **kwargs)
| Create a new :class:FigureWidget instance
|
| Parameters
| ----------
| data
| The 'data' property is a tuple of trace instances
| that may be specified as:
| - A list or tuple of trace instances
| (e.g. [Scatter(...), Bar(...)])
| - A single trace instance
| (e.g. Scatter(...), Bar(...), etc.)
| - A list or tuple of dicts of string/value properties where:
| - The 'type' property specifies the trace type
| One of: ['bar', 'barpolar', 'box', 'candlestick',
| 'carpet', 'choropleth', 'choroplethmap',
| 'choroplethmapbox', 'cone', 'contour',
| 'contourcarpet', 'densitymap',
| 'densitymapbox', 'funnel', 'funnelarea',
| 'heatmap', 'histogram', 'histogram2d',
| 'histogram2dcontour', 'icicle', 'image',
| 'indicator', 'isosurface', 'mesh3d', 'ohlc',
| 'parcats', 'parcoords', 'pie', 'sankey',
| 'scatter', 'scatter3d', 'scattercarpet',
| 'scattergeo', 'scattergl', 'scattermap',
| 'scattermapbox', 'scatterpolar',
| 'scatterpolargl', 'scattersmith',
| 'scatterternary', 'splom', 'streamtube',
| 'sunburst', 'surface', 'table', 'treemap',
| 'violin', 'volume', 'waterfall']
|
| - All remaining properties are passed to the constructor of
| the specified trace type
|
| (e.g. [{'type': 'scatter', ...}, {'type': 'bar, ...}])
|
| layout
| The 'layout' property is an instance of Layout
| that may be specified as:
| - An instance of :class:`plotly.graph_objs.Layout`
| - A dict of string/value properties that will be passed
| to the Layout constructor
|
| frames
| The 'frames' property is a tuple of instances of
| Frame that may be specified as:
| - A list or tuple of instances of plotly.graph_objs.Frame
| - A list or tuple of dicts of string/value properties that
| will be passed to the Frame constructor
|
| skip_invalid: bool
| If True, invalid properties in the figure specification will be
| skipped silently. If False (default) invalid properties in the
| figure specification will result in a ValueError
|
| Raises
| ------
| ValueError
| if a property in the specification of data, layout, or frames
| is invalid AND skip_invalid is False
|
| add_annotation(self, arg=None, align=None, arrowcolor=None, arrowhead=None, arrowside=None, arrowsize=None, arrowwidth=None, ax=None, axref=None, ay=None, ayref=None, bgcolor=None, bordercolor=None, borderpad=None, borderwidth=None, captureevents=None, clicktoshow=None, font=None, height=None, hoverlabel=None, hovertext=None, name=None, opacity=None, showarrow=None, standoff=None, startarrowhead=None, startarrowsize=None, startstandoff=None, templateitemname=None, text=None, textangle=None, valign=None, visible=None, width=None, x=None, xanchor=None, xclick=None, xref=None, xshift=None, y=None, yanchor=None, yclick=None, yref=None, yshift=None, row=None, col=None, secondary_y=None, exclude_empty_subplots=None, **kwargs) -> 'FigureWidget'
| Create and add a new annotation to the figure's layout
|
| Parameters
| ----------
| arg
| instance of Annotation or dict with compatible
| properties
| align
| Sets the horizontal alignment of the `text` within the
| box. Has an effect only if `text` spans two or more
| lines (i.e. `text` contains one or more <br> HTML tags)
| or if an explicit width is set to override the text
| width.
| arrowcolor
| Sets the color of the annotation arrow.
| arrowhead
| Sets the end annotation arrow head style.
| arrowside
| Sets the annotation arrow head position.
| arrowsize
| Sets the size of the end annotation arrow head,
| relative to `arrowwidth`. A value of 1 (default) gives
| a head about 3x as wide as the line.
| arrowwidth
| Sets the width (in px) of annotation arrow line.
| ax
| Sets the x component of the arrow tail about the arrow
| head. If `axref` is `pixel`, a positive (negative)
| component corresponds to an arrow pointing from right
| to left (left to right). If `axref` is not `pixel` and
| is exactly the same as `xref`, this is an absolute
| value on that axis, like `x`, specified in the same
| coordinates as `xref`.
| axref
| Indicates in what coordinates the tail of the
| annotation (ax,ay) is specified. If set to a x axis id
| (e.g. "x" or "x2"), the `x` position refers to a x
| coordinate. If set to "paper", the `x` position refers
| to the distance from the left of the plotting area in
| normalized coordinates where 0 (1) corresponds to the
| left (right). If set to a x axis ID followed by
| "domain" (separated by a space), the position behaves
| like for "paper", but refers to the distance in
| fractions of the domain length from the left of the
| domain of that axis: e.g., *x2 domain* refers to the
| domain of the second x axis and a x position of 0.5
| refers to the point between the left and the right of
| the domain of the second x axis. In order for absolute
| positioning of the arrow to work, "axref" must be
| exactly the same as "xref", otherwise "axref" will
| revert to "pixel" (explained next). For relative
| positioning, "axref" can be set to "pixel", in which
| case the "ax" value is specified in pixels relative to
| "x". Absolute positioning is useful for trendline
| annotations which should continue to indicate the
| correct trend when zoomed. Relative positioning is
| useful for specifying the text offset for an annotated
| point.
| ay
| Sets the y component of the arrow tail about the arrow
| head. If `ayref` is `pixel`, a positive (negative)
| component corresponds to an arrow pointing from bottom
| to top (top to bottom). If `ayref` is not `pixel` and
| is exactly the same as `yref`, this is an absolute
| value on that axis, like `y`, specified in the same
| coordinates as `yref`.
| ayref
| Indicates in what coordinates the tail of the
| annotation (ax,ay) is specified. If set to a y axis id
| (e.g. "y" or "y2"), the `y` position refers to a y
| coordinate. If set to "paper", the `y` position refers
| to the distance from the bottom of the plotting area in
| normalized coordinates where 0 (1) corresponds to the
| bottom (top). If set to a y axis ID followed by
| "domain" (separated by a space), the position behaves
| like for "paper", but refers to the distance in
| fractions of the domain length from the bottom of the
| domain of that axis: e.g., *y2 domain* refers to the
| domain of the second y axis and a y position of 0.5
| refers to the point between the bottom and the top of
| the domain of the second y axis. In order for absolute
| positioning of the arrow to work, "ayref" must be
| exactly the same as "yref", otherwise "ayref" will
| revert to "pixel" (explained next). For relative
| positioning, "ayref" can be set to "pixel", in which
| case the "ay" value is specified in pixels relative to
| "y". Absolute positioning is useful for trendline
| annotations which should continue to indicate the
| correct trend when zoomed. Relative positioning is
| useful for specifying the text offset for an annotated
| point.
| bgcolor
| Sets the background color of the annotation.
| bordercolor
| Sets the color of the border enclosing the annotation
| `text`.
| borderpad
| Sets the padding (in px) between the `text` and the
| enclosing border.
| borderwidth
| Sets the width (in px) of the border enclosing the
| annotation `text`.
| captureevents
| Determines whether the annotation text box captures
| mouse move and click events, or allows those events to
| pass through to data points in the plot that may be
| behind the annotation. By default `captureevents` is
| False unless `hovertext` is provided. If you use the
| event `plotly_clickannotation` without `hovertext` you
| must explicitly enable `captureevents`.
| clicktoshow
| Makes this annotation respond to clicks on the plot. If
| you click a data point that exactly matches the `x` and
| `y` values of this annotation, and it is hidden
| (visible: false), it will appear. In "onoff" mode, you
| must click the same point again to make it disappear,
| so if you click multiple points, you can show multiple
| annotations. In "onout" mode, a click anywhere else in
| the plot (on another data point or not) will hide this
| annotation. If you need to show/hide this annotation in
| response to different `x` or `y` values, you can set
| `xclick` and/or `yclick`. This is useful for example to
| label the side of a bar. To label markers though,
| `standoff` is preferred over `xclick` and `yclick`.
| font
| Sets the annotation text font.
| height
| Sets an explicit height for the text box. null
| (default) lets the text set the box height. Taller text
| will be clipped.
| hoverlabel
| :class:`plotly.graph_objects.layout.annotation.Hoverlab
| el` instance or dict with compatible properties
| hovertext
| Sets text to appear when hovering over this annotation.
| If omitted or blank, no hover label will appear.
| name
| When used in a template, named items are created in the
| output figure in addition to any items the figure
| already has in this array. You can modify these items
| in the output figure by making your own item with
| `templateitemname` matching this `name` alongside your
| modifications (including `visible: false` or `enabled:
| false` to hide it). Has no effect outside of a
| template.
| opacity
| Sets the opacity of the annotation (text + arrow).
| showarrow
| Determines whether or not the annotation is drawn with
| an arrow. If True, `text` is placed near the arrow's
| tail. If False, `text` lines up with the `x` and `y`
| provided.
| standoff
| Sets a distance, in pixels, to move the end arrowhead
| away from the position it is pointing at, for example
| to point at the edge of a marker independent of zoom.
| Note that this shortens the arrow from the `ax` / `ay`
| vector, in contrast to `xshift` / `yshift` which moves
| everything by this amount.
| startarrowhead
| Sets the start annotation arrow head style.
| startarrowsize
| Sets the size of the start annotation arrow head,
| relative to `arrowwidth`. A value of 1 (default) gives
| a head about 3x as wide as the line.
| startstandoff
| Sets a distance, in pixels, to move the start arrowhead
| away from the position it is pointing at, for example
| to point at the edge of a marker independent of zoom.
| Note that this shortens the arrow from the `ax` / `ay`
| vector, in contrast to `xshift` / `yshift` which moves
| everything by this amount.
| templateitemname
| Used to refer to a named item in this array in the
| template. Named items from the template will be created
| even without a matching item in the input figure, but
| you can modify one by making an item with
| `templateitemname` matching its `name`, alongside your
| modifications (including `visible: false` or `enabled:
| false` to hide it). If there is no template or no
| matching item, this item will be hidden unless you
| explicitly show it with `visible: true`.
| text
| Sets the text associated with this annotation. Plotly
| uses a subset of HTML tags to do things like newline
| (`<br>`), bold (`<b></b>`), italics (`<i></i>`),
| hyperlinks (`<a href="/?originalUrl=https%3A%2F%2Fplot.ly%2F%26%2339%3B...%26%2339%3B%26gt%3B%26lt%3B%2Fa%26gt%3B%2560).%2520Tags%2520%2560%26lt%3Bem%26gt%3B%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bsup%26gt%3B%2560%2C%2520%2560%26lt%3Bsub%26gt%3B%2560%2C%2520%2560%26lt%3Bs%26gt%3B%2560%2C%2520%2560%26lt%3Bu%26gt%3B%2560%2C%2520and%2520%2560%26lt%3Bspan%26gt%3B%2560%2520are%2520also%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520supported.%2520%7C%2520%2520%2520%2520%2520%2520textangle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520angle%2520at%2520which%2520the%2520%2560text%2560%2520is%2520drawn%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520respect%2520to%2520the%2520horizontal.%2520%7C%2520%2520%2520%2520%2520%2520valign%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520vertical%2520alignment%2520of%2520the%2520%2560text%2560%2520within%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520box.%2520Has%2520an%2520effect%2520only%2520if%2520an%2520explicit%2520height%2520is%2520set%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520override%2520the%2520text%2520height.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520annotation%2520is%2520visible.%2520%7C%2520%2520%2520%2520%2520%2520width%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520an%2520explicit%2520width%2520for%2520the%2520text%2520box.%2520null%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520lets%2520the%2520text%2520set%2520the%2520box%2520width.%2520Wider%2520text%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520clipped.%2520There%2520is%2520no%2520automatic%2520wrapping%3B%2520use%2520%26lt%3Bbr%26gt%3B%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520start%2520a%2520new%2520line.%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520annotation%26%2339%3Bs%2520x%2520position.%2520If%2520the%2520axis%2520%2560type%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blog%26%2334%3B%2C%2520then%2520you%2520must%2520take%2520the%2520log%2520of%2520your%2520desired%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520range.%2520If%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B%2C%2520it%2520should%2520be%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520strings%2C%2520like%2520date%2520data%2C%2520though%2520Date%2520objects%2520and%2520unix%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520milliseconds%2520will%2520be%2520accepted%2520and%2520converted%2520to%2520strings.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bcategory%26%2334%3B%2C%2520it%2520should%2520be%2520numbers%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520the%2520scale%2520where%2520each%2520category%2520is%2520assigned%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520serial%2520number%2520from%2520zero%2520in%2520the%2520order%2520it%2520appears.%2520%7C%2520%2520%2520%2520%2520%2520xanchor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520box%26%2339%3Bs%2520horizontal%2520position%2520anchor%2520This%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520anchor%2520binds%2520the%2520%2560x%2560%2520position%2520to%2520the%2520%26%2334%3Bleft%26%2334%3B%2C%2520%26%2334%3Bcenter%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520%26%2334%3Bright%26%2334%3B%2520of%2520the%2520annotation.%2520For%2520example%2C%2520if%2520%2560x%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520set%2520to%25201%2C%2520%2560xref%2560%2520to%2520%26%2334%3Bpaper%26%2334%3B%2520and%2520%2560xanchor%2560%2520to%2520%26%2334%3Bright%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520then%2520the%2520right-most%2520portion%2520of%2520the%2520annotation%2520lines%2520up%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520the%2520right-most%2520edge%2520of%2520the%2520plotting%2520area.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bauto%26%2334%3B%2C%2520the%2520anchor%2520is%2520equivalent%2520to%2520%26%2334%3Bcenter%26%2334%3B%2520for%2520data-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520annotations%2520or%2520if%2520there%2520is%2520an%2520arrow%2C%2520whereas%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520paper-referenced%2520with%2520no%2520arrow%2C%2520the%2520anchor%2520picked%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520closest%2520side.%2520%7C%2520%2520%2520%2520%2520%2520xclick%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Toggle%2520this%2520annotation%2520when%2520clicking%2520a%2520data%2520point%2520whose%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560%2520value%2520is%2520%2560xclick%2560%2520rather%2520than%2520the%2520annotation%26%2339%3Bs%2520%2560x%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value.%2520%7C%2520%2520%2520%2520%2520%2520xref%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520annotation%26%2339%3Bs%2520x%2520coordinate%2520axis.%2520If%2520set%2520to%2520a%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis%2520id%2520(e.g.%2520%26%2334%3Bx%26%2334%3B%2520or%2520%26%2334%3Bx2%26%2334%3B)%2C%2520the%2520%2560x%2560%2520position%2520refers%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520x%2520coordinate.%2520If%2520set%2520to%2520%26%2334%3Bpaper%26%2334%3B%2C%2520the%2520%2560x%2560%2520position%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refers%2520to%2520the%2520distance%2520from%2520the%2520left%2520of%2520the%2520plotting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520area%2520in%2520normalized%2520coordinates%2520where%25200%2520(1)%2520corresponds%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520left%2520(right).%2520If%2520set%2520to%2520a%2520x%2520axis%2520ID%2520followed%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bdomain%26%2334%3B%2520(separated%2520by%2520a%2520space)%2C%2520the%2520position%2520behaves%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520like%2520for%2520%26%2334%3Bpaper%26%2334%3B%2C%2520but%2520refers%2520to%2520the%2520distance%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fractions%2520of%2520the%2520domain%2520length%2520from%2520the%2520left%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520that%2520axis%3A%2520e.g.%2C%2520*x2%2520domain*%2520refers%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520the%2520second%2520x%2520%2520axis%2520and%2520a%2520x%2520position%2520of%25200.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refers%2520to%2520the%2520point%2520between%2520the%2520left%2520and%2520the%2520right%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520domain%2520of%2520the%2520second%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xshift%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Shifts%2520the%2520position%2520of%2520the%2520whole%2520annotation%2520and%2520arrow%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520right%2520(positive)%2520or%2520left%2520(negative)%2520by%2520this%2520many%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520pixels.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520annotation%26%2339%3Bs%2520y%2520position.%2520If%2520the%2520axis%2520%2560type%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blog%26%2334%3B%2C%2520then%2520you%2520must%2520take%2520the%2520log%2520of%2520your%2520desired%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520range.%2520If%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B%2C%2520it%2520should%2520be%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520strings%2C%2520like%2520date%2520data%2C%2520though%2520Date%2520objects%2520and%2520unix%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520milliseconds%2520will%2520be%2520accepted%2520and%2520converted%2520to%2520strings.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bcategory%26%2334%3B%2C%2520it%2520should%2520be%2520numbers%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520the%2520scale%2520where%2520each%2520category%2520is%2520assigned%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520serial%2520number%2520from%2520zero%2520in%2520the%2520order%2520it%2520appears.%2520%7C%2520%2520%2520%2520%2520%2520yanchor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520box%26%2339%3Bs%2520vertical%2520position%2520anchor%2520This%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520anchor%2520binds%2520the%2520%2560y%2560%2520position%2520to%2520the%2520%26%2334%3Btop%26%2334%3B%2C%2520%26%2334%3Bmiddle%26%2334%3B%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bbottom%26%2334%3B%2520of%2520the%2520annotation.%2520For%2520example%2C%2520if%2520%2560y%2560%2520is%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%25201%2C%2520%2560yref%2560%2520to%2520%26%2334%3Bpaper%26%2334%3B%2520and%2520%2560yanchor%2560%2520to%2520%26%2334%3Btop%26%2334%3B%2520then%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520top-most%2520portion%2520of%2520the%2520annotation%2520lines%2520up%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520top-most%2520edge%2520of%2520the%2520plotting%2520area.%2520If%2520%26%2334%3Bauto%26%2334%3B%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520anchor%2520is%2520equivalent%2520to%2520%26%2334%3Bmiddle%26%2334%3B%2520for%2520data-referenced%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520annotations%2520or%2520if%2520there%2520is%2520an%2520arrow%2C%2520whereas%2520for%2520paper-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520with%2520no%2520arrow%2C%2520the%2520anchor%2520picked%2520corresponds%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520closest%2520side.%2520%7C%2520%2520%2520%2520%2520%2520yclick%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Toggle%2520this%2520annotation%2520when%2520clicking%2520a%2520data%2520point%2520whose%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560%2520value%2520is%2520%2560yclick%2560%2520rather%2520than%2520the%2520annotation%26%2339%3Bs%2520%2560y%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value.%2520%7C%2520%2520%2520%2520%2520%2520yref%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520annotation%26%2339%3Bs%2520y%2520coordinate%2520axis.%2520If%2520set%2520to%2520a%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis%2520id%2520(e.g.%2520%26%2334%3By%26%2334%3B%2520or%2520%26%2334%3By2%26%2334%3B)%2C%2520the%2520%2560y%2560%2520position%2520refers%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520y%2520coordinate.%2520If%2520set%2520to%2520%26%2334%3Bpaper%26%2334%3B%2C%2520the%2520%2560y%2560%2520position%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refers%2520to%2520the%2520distance%2520from%2520the%2520bottom%2520of%2520the%2520plotting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520area%2520in%2520normalized%2520coordinates%2520where%25200%2520(1)%2520corresponds%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520bottom%2520(top).%2520If%2520set%2520to%2520a%2520y%2520axis%2520ID%2520followed%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bdomain%26%2334%3B%2520(separated%2520by%2520a%2520space)%2C%2520the%2520position%2520behaves%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520like%2520for%2520%26%2334%3Bpaper%26%2334%3B%2C%2520but%2520refers%2520to%2520the%2520distance%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fractions%2520of%2520the%2520domain%2520length%2520from%2520the%2520bottom%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520that%2520axis%3A%2520e.g.%2C%2520*y2%2520domain*%2520refers%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520the%2520second%2520y%2520%2520axis%2520and%2520a%2520y%2520position%2520of%25200.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refers%2520to%2520the%2520point%2520between%2520the%2520bottom%2520and%2520the%2520top%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520domain%2520of%2520the%2520second%2520y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520yshift%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Shifts%2520the%2520position%2520of%2520the%2520whole%2520annotation%2520and%2520arrow%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520up%2520(positive)%2520or%2520down%2520(negative)%2520by%2520this%2520many%2520pixels.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520for%2520annotation.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520column%2520for%2520annotation.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Whether%2520to%2520add%2520annotation%2520to%2520secondary%2520y-axis%2520%7C%2520%2520%2520%2520%2520%2520exclude_empty_subplots%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520annotation%2520will%2520not%2520be%2520added%2520to%2520subplots%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520without%2520traces.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_bar(self%2C%2520alignmentgroup%3DNone%2C%2520base%3DNone%2C%2520basesrc%3DNone%2C%2520cliponaxis%3DNone%2C%2520constraintext%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520dx%3DNone%2C%2520dy%3DNone%2C%2520error_x%3DNone%2C%2520error_y%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520insidetextanchor%3DNone%2C%2520insidetextfont%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520offset%3DNone%2C%2520offsetgroup%3DNone%2C%2520offsetsrc%3DNone%2C%2520opacity%3DNone%2C%2520orientation%3DNone%2C%2520outsidetextfont%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textangle%3DNone%2C%2520textfont%3DNone%2C%2520textposition%3DNone%2C%2520textpositionsrc%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520width%3DNone%2C%2520widthsrc%3DNone%2C%2520x%3DNone%2C%2520x0%3DNone%2C%2520xaxis%3DNone%2C%2520xcalendar%3DNone%2C%2520xhoverformat%3DNone%2C%2520xperiod%3DNone%2C%2520xperiod0%3DNone%2C%2520xperiodalignment%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520y0%3DNone%2C%2520yaxis%3DNone%2C%2520ycalendar%3DNone%2C%2520yhoverformat%3DNone%2C%2520yperiod%3DNone%2C%2520yperiod0%3DNone%2C%2520yperiodalignment%3DNone%2C%2520ysrc%3DNone%2C%2520zorder%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Bar%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520data%2520visualized%2520by%2520the%2520span%2520of%2520the%2520bars%2520is%2520set%2520in%2520%2560y%2560%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2560orientation%2560%2520is%2520set%2520to%2520%26%2334%3Bv%26%2334%3B%2520(the%2520default)%2520and%2520the%2520labels%2520are%2520%7C%2520%2520%2520%2520%2520%2520set%2520in%2520%2560x%2560.%2520By%2520setting%2520%2560orientation%2560%2520to%2520%26%2334%3Bh%26%2334%3B%2C%2520the%2520roles%2520are%2520%7C%2520%2520%2520%2520%2520%2520interchanged.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520alignmentgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520several%2520traces%2520linked%2520to%2520the%2520same%2520position%2520axis%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520axes%2520to%2520the%2520same%2520alignmentgroup.%2520This%2520controls%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520whether%2520bars%2520compute%2520their%2520positional%2520range%2520dependently%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520independently.%2520%7C%2520%2520%2520%2520%2520%2520base%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520where%2520the%2520bar%2520base%2520is%2520drawn%2520(in%2520position%2520axis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520units).%2520In%2520%26%2334%3Bstack%26%2334%3B%2520or%2520%26%2334%3Brelative%26%2334%3B%2520barmode%2C%2520traces%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520set%2520%26%2334%3Bbase%26%2334%3B%2520will%2520be%2520excluded%2520and%2520drawn%2520in%2520%26%2334%3Boverlay%26%2334%3B%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instead.%2520%7C%2520%2520%2520%2520%2520%2520basesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560base%2560.%2520%7C%2520%2520%2520%2520%2520%2520cliponaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520text%2520nodes%2520are%2520clipped%2520about%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520axes.%2520To%2520show%2520the%2520text%2520nodes%2520above%2520axis%2520lines%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520tick%2520labels%2C%2520make%2520sure%2520to%2520set%2520%2560xaxis.layer%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560yaxis.layer%2560%2520to%2520*below%2520traces*.%2520%7C%2520%2520%2520%2520%2520%2520constraintext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Constrain%2520the%2520size%2520of%2520text%2520inside%2520or%2520outside%2520a%2520bar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520no%2520larger%2520than%2520the%2520bar%2520itself.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520dx%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinate%2520step.%2520See%2520%2560x0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520dy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinate%2520step.%2520See%2520%2560y0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520error_x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.bar.ErrorX%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520error_y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.bar.ErrorY%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.bar.Hoverlabel%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560value%2560%2520and%2520%2560label%2560.%2520Anything%2520contained%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520pair.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520insidetextanchor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520if%2520texts%2520are%2520kept%2520at%2520center%2520or%2520start%2Fend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2520in%2520%2560textposition%2560%2520%26%2334%3Binside%26%2334%3B%2520mode.%2520%7C%2520%2520%2520%2520%2520%2520insidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560text%2560%2520lying%2520inside%2520the%2520bar.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.bar.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.bar.Marker%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520offset%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Shifts%2520the%2520position%2520where%2520the%2520bar%2520is%2520drawn%2520(in%2520position%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis%2520units).%2520In%2520%26%2334%3Bgroup%26%2334%3B%2520barmode%2C%2520traces%2520that%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Boffset%26%2334%3B%2520will%2520be%2520excluded%2520and%2520drawn%2520in%2520%26%2334%3Boverlay%26%2334%3B%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instead.%2520%7C%2520%2520%2520%2520%2520%2520offsetgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520several%2520traces%2520linked%2520to%2520the%2520same%2520position%2520axis%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520axes%2520to%2520the%2520same%2520offsetgroup%2520where%2520bars%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520same%2520position%2520coordinate%2520will%2520line%2520up.%2520%7C%2520%2520%2520%2520%2520%2520offsetsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560offset%2560.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520orientation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520orientation%2520of%2520the%2520bars.%2520With%2520%26%2334%3Bv%26%2334%3B%2520(%26%2334%3Bh%26%2334%3B)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520of%2520the%2520each%2520bar%2520spans%2520along%2520the%2520vertical%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(horizontal).%2520%7C%2520%2520%2520%2520%2520%2520outsidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560text%2560%2520lying%2520outside%2520the%2520bar.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.bar.Selected%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.bar.Stream%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520pair.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textangle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520angle%2520of%2520the%2520tick%2520labels%2520with%2520respect%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bar.%2520For%2520example%2C%2520a%2520%2560tickangle%2560%2520of%2520-90%2520draws%2520the%2520tick%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520labels%2520vertically.%2520With%2520%26%2334%3Bauto%26%2334%3B%2520the%2520texts%2520may%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520automatically%2520be%2520rotated%2520to%2520fit%2520with%2520the%2520maximum%2520size%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520bars.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520location%2520of%2520the%2520%2560text%2560.%2520%26%2334%3Binside%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520positions%2520%2560text%2560%2520inside%2C%2520next%2520to%2520the%2520bar%2520end%2520(rotated%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520scaled%2520if%2520needed).%2520%26%2334%3Boutside%26%2334%3B%2520positions%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520outside%2C%2520next%2520to%2520the%2520bar%2520end%2520(scaled%2520if%2520needed)%2C%2520unless%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520there%2520is%2520another%2520bar%2520stacked%2520on%2520this%2520one%2C%2520then%2520the%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520gets%2520pushed%2520inside.%2520%26%2334%3Bauto%26%2334%3B%2520tries%2520to%2520position%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520inside%2520the%2520bar%2C%2520but%2520if%2520the%2520bar%2520is%2520too%2520small%2520and%2520no%2520bar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520stacked%2520on%2520this%2520one%2520the%2520text%2520is%2520moved%2520outside.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bnone%26%2334%3B%2C%2520no%2520text%2520appears.%2520%7C%2520%2520%2520%2520%2520%2520textpositionsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textposition%2560.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560value%2560%2520and%2520%2560label%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.bar.Unselected%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520width%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520bar%2520width%2520(in%2520position%2520axis%2520units).%2520%7C%2520%2520%2520%2520%2520%2520widthsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560width%2560.%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520x0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560x%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dx%2560%2520where%2520%2560x0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dx%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520xcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560x%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520xperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520x0%2520axis.%2520When%2520%2560x0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560x0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520xperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520y0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560y%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dy%2560%2520where%2520%2560y0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dy%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520ycalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560y%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520yperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520yperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520y0%2520axis.%2520When%2520%2560y0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560y0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520yperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520zorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520layer%2520on%2520which%2520this%2520trace%2520is%2520displayed%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to%2520other%2520SVG%2520traces%2520on%2520the%2520same%2520subplot.%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520with%2520higher%2520%2560zorder%2560%2520appear%2520in%2520front%2520of%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520lower%2520%2560zorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_barpolar(self%2C%2520base%3DNone%2C%2520basesrc%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520dr%3DNone%2C%2520dtheta%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520offset%3DNone%2C%2520offsetsrc%3DNone%2C%2520opacity%3DNone%2C%2520r%3DNone%2C%2520r0%3DNone%2C%2520rsrc%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520subplot%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520theta%3DNone%2C%2520theta0%3DNone%2C%2520thetasrc%3DNone%2C%2520thetaunit%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520width%3DNone%2C%2520widthsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Barpolar%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520data%2520visualized%2520by%2520the%2520radial%2520span%2520of%2520the%2520bars%2520is%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2560r%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520base%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520where%2520the%2520bar%2520base%2520is%2520drawn%2520(in%2520radial%2520axis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520units).%2520In%2520%26%2334%3Bstack%26%2334%3B%2520barmode%2C%2520traces%2520that%2520set%2520%26%2334%3Bbase%26%2334%3B%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520excluded%2520and%2520drawn%2520in%2520%26%2334%3Boverlay%26%2334%3B%2520mode%2520instead.%2520%7C%2520%2520%2520%2520%2520%2520basesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560base%2560.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520dr%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520r%2520coordinate%2520step.%2520%7C%2520%2520%2520%2520%2520%2520dtheta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520theta%2520coordinate%2520step.%2520By%2520default%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560dtheta%2560%2520step%2520equals%2520the%2520subplot%26%2339%3Bs%2520period%2520divided%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520length%2520of%2520the%2520%2560r%2560%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.barpolar.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.barpolar.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.barpolar.Marker%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520offset%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Shifts%2520the%2520angular%2520position%2520where%2520the%2520bar%2520is%2520drawn%2520(in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bthetatunit%26%2334%3B%2520units).%2520%7C%2520%2520%2520%2520%2520%2520offsetsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560offset%2560.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520r%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520radial%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520r0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560r%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520r%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dr%2560%2520where%2520%2560r0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dr%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520rsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560r%2560.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.barpolar.Selected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.barpolar.Stream%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520subplot%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520data%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520a%2520polar%2520subplot.%2520If%2520%26%2334%3Bpolar%26%2334%3B%2520(the%2520default%2520value)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520data%2520refer%2520to%2520%2560layout.polar%2560.%2520If%2520%26%2334%3Bpolar2%26%2334%3B%2C%2520the%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refer%2520to%2520%2560layout.polar2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520bar.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520bars.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520mapped%2520in%2520order%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520this%2520trace%26%2339%3Bs%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520theta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520angular%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520theta0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560theta%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520theta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dtheta%2560%2520where%2520%2560theta0%2560%2520is%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520starting%2520coordinate%2520and%2520%2560dtheta%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520thetasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560theta%2560.%2520%7C%2520%2520%2520%2520%2520%2520thetaunit%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520unit%2520of%2520input%2520%26%2334%3Btheta%26%2334%3B%2520values.%2520Has%2520an%2520effect%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520on%2520%26%2334%3Blinear%26%2334%3B%2520angular%2520axes.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.barpolar.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520width%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520bar%2520angular%2520width%2520(in%2520%26%2334%3Bthetaunit%26%2334%3B%2520units).%2520%7C%2520%2520%2520%2520%2520%2520widthsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560width%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_box(self%2C%2520alignmentgroup%3DNone%2C%2520boxmean%3DNone%2C%2520boxpoints%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520dx%3DNone%2C%2520dy%3DNone%2C%2520fillcolor%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hoveron%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520jitter%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520lowerfence%3DNone%2C%2520lowerfencesrc%3DNone%2C%2520marker%3DNone%2C%2520mean%3DNone%2C%2520meansrc%3DNone%2C%2520median%3DNone%2C%2520mediansrc%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520notched%3DNone%2C%2520notchspan%3DNone%2C%2520notchspansrc%3DNone%2C%2520notchwidth%3DNone%2C%2520offsetgroup%3DNone%2C%2520opacity%3DNone%2C%2520orientation%3DNone%2C%2520pointpos%3DNone%2C%2520q1%3DNone%2C%2520q1src%3DNone%2C%2520q3%3DNone%2C%2520q3src%3DNone%2C%2520quartilemethod%3DNone%2C%2520sd%3DNone%2C%2520sdmultiple%3DNone%2C%2520sdsrc%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520showwhiskers%3DNone%2C%2520sizemode%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520upperfence%3DNone%2C%2520upperfencesrc%3DNone%2C%2520visible%3DNone%2C%2520whiskerwidth%3DNone%2C%2520width%3DNone%2C%2520x%3DNone%2C%2520x0%3DNone%2C%2520xaxis%3DNone%2C%2520xcalendar%3DNone%2C%2520xhoverformat%3DNone%2C%2520xperiod%3DNone%2C%2520xperiod0%3DNone%2C%2520xperiodalignment%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520y0%3DNone%2C%2520yaxis%3DNone%2C%2520ycalendar%3DNone%2C%2520yhoverformat%3DNone%2C%2520yperiod%3DNone%2C%2520yperiod0%3DNone%2C%2520yperiodalignment%3DNone%2C%2520ysrc%3DNone%2C%2520zorder%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Box%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Each%2520box%2520spans%2520from%2520quartile%25201%2520(Q1)%2520to%2520quartile%25203%2520(Q3).%2520The%2520%7C%2520%2520%2520%2520%2520%2520second%2520quartile%2520(Q2%2C%2520i.e.%2520the%2520median)%2520is%2520marked%2520by%2520a%2520line%2520%7C%2520%2520%2520%2520%2520%2520inside%2520the%2520box.%2520The%2520fences%2520grow%2520outward%2520from%2520the%2520boxes%26%2339%3B%2520edges%2C%2520%7C%2520%2520%2520%2520%2520%2520by%2520default%2520they%2520span%2520%2B%2F-%25201.5%2520times%2520the%2520interquartile%2520range%2520%7C%2520%2520%2520%2520%2520%2520(IQR%3A%2520Q3-Q1)%2C%2520The%2520sample%2520mean%2520and%2520standard%2520deviation%2520as%2520well%2520as%2520%7C%2520%2520%2520%2520%2520%2520notches%2520and%2520the%2520sample%2C%2520outlier%2520and%2520suspected%2520outliers%2520points%2520%7C%2520%2520%2520%2520%2520%2520can%2520be%2520optionally%2520added%2520to%2520the%2520box%2520plot.%2520The%2520values%2520and%2520%7C%2520%2520%2520%2520%2520%2520positions%2520corresponding%2520to%2520each%2520boxes%2520can%2520be%2520input%2520using%2520two%2520%7C%2520%2520%2520%2520%2520%2520signatures.%2520The%2520first%2520signature%2520expects%2520users%2520to%2520supply%2520the%2520%7C%2520%2520%2520%2520%2520%2520sample%2520values%2520in%2520the%2520%2560y%2560%2520data%2520array%2520for%2520vertical%2520boxes%2520(%2560x%2560%2520for%2520%7C%2520%2520%2520%2520%2520%2520horizontal%2520boxes).%2520By%2520supplying%2520an%2520%2560x%2560%2520(%2560y%2560)%2520array%2C%2520one%2520box%2520per%2520%7C%2520%2520%2520%2520%2520%2520distinct%2520%2560x%2560%2520(%2560y%2560)%2520value%2520is%2520drawn%2520If%2520no%2520%2560x%2560%2520(%2560y%2560)%2520list%2520is%2520%7C%2520%2520%2520%2520%2520%2520provided%2C%2520a%2520single%2520box%2520is%2520drawn.%2520In%2520this%2520case%2C%2520the%2520box%2520is%2520%7C%2520%2520%2520%2520%2520%2520positioned%2520with%2520the%2520trace%2520%2560name%2560%2520or%2520with%2520%2560x0%2560%2520(%2560y0%2560)%2520if%2520%7C%2520%2520%2520%2520%2520%2520provided.%2520The%2520second%2520signature%2520expects%2520users%2520to%2520supply%2520the%2520%7C%2520%2520%2520%2520%2520%2520boxes%2520corresponding%2520Q1%2C%2520median%2520and%2520Q3%2520statistics%2520in%2520the%2520%2560q1%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2560median%2560%2520and%2520%2560q3%2560%2520data%2520arrays%2520respectively.%2520Other%2520box%2520features%2520%7C%2520%2520%2520%2520%2520%2520relying%2520on%2520statistics%2520namely%2520%2560lowerfence%2560%2C%2520%2560upperfence%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2560notchspan%2560%2520can%2520be%2520set%2520directly%2520by%2520the%2520users.%2520To%2520have%2520plotly%2520%7C%2520%2520%2520%2520%2520%2520compute%2520them%2520or%2520to%2520show%2520sample%2520points%2520besides%2520the%2520boxes%2C%2520users%2520%7C%2520%2520%2520%2520%2520%2520can%2520set%2520the%2520%2560y%2560%2520data%2520array%2520for%2520vertical%2520boxes%2520(%2560x%2560%2520for%2520%7C%2520%2520%2520%2520%2520%2520horizontal%2520boxes)%2520to%2520a%25202D%2520array%2520with%2520the%2520outer%2520length%2520%7C%2520%2520%2520%2520%2520%2520corresponding%2520to%2520the%2520number%2520of%2520boxes%2520in%2520the%2520traces%2520and%2520the%2520%7C%2520%2520%2520%2520%2520%2520inner%2520length%2520corresponding%2520the%2520sample%2520size.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520alignmentgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520several%2520traces%2520linked%2520to%2520the%2520same%2520position%2520axis%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520axes%2520to%2520the%2520same%2520alignmentgroup.%2520This%2520controls%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520whether%2520bars%2520compute%2520their%2520positional%2520range%2520dependently%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520independently.%2520%7C%2520%2520%2520%2520%2520%2520boxmean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520the%2520mean%2520of%2520the%2520box(es)%26%2339%3B%2520underlying%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520distribution%2520is%2520drawn%2520as%2520a%2520dashed%2520line%2520inside%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520box(es).%2520If%2520%26%2334%3Bsd%26%2334%3B%2520the%2520standard%2520deviation%2520is%2520also%2520drawn.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Defaults%2520to%2520True%2520when%2520%2560mean%2560%2520is%2520set.%2520Defaults%2520to%2520%26%2334%3Bsd%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560sd%2560%2520is%2520set%2520Otherwise%2520defaults%2520to%2520False.%2520%7C%2520%2520%2520%2520%2520%2520boxpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2334%3Boutliers%26%2334%3B%2C%2520only%2520the%2520sample%2520points%2520lying%2520outside%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520whiskers%2520are%2520shown%2520If%2520%26%2334%3Bsuspectedoutliers%26%2334%3B%2C%2520the%2520outlier%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2520are%2520shown%2520and%2520points%2520either%2520less%2520than%25204*Q1-3*Q3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520greater%2520than%25204*Q3-3*Q1%2520are%2520highlighted%2520(see%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560outliercolor%2560)%2520If%2520%26%2334%3Ball%26%2334%3B%2C%2520all%2520sample%2520points%2520are%2520shown%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520False%2C%2520only%2520the%2520box(es)%2520are%2520shown%2520with%2520no%2520sample%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2520Defaults%2520to%2520%26%2334%3Bsuspectedoutliers%26%2334%3B%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560marker.outliercolor%2560%2520or%2520%2560marker.line.outliercolor%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520set.%2520Defaults%2520to%2520%26%2334%3Ball%26%2334%3B%2520under%2520the%2520q1%2Fmedian%2Fq3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520signature.%2520Otherwise%2520defaults%2520to%2520%26%2334%3Boutliers%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520dx%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinate%2520step%2520for%2520multi-box%2520traces%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520q1%2Fmedian%2Fq3.%2520%7C%2520%2520%2520%2520%2520%2520dy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinate%2520step%2520for%2520multi-box%2520traces%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520q1%2Fmedian%2Fq3.%2520%7C%2520%2520%2520%2520%2520%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fill%2520color.%2520Defaults%2520to%2520a%2520half-transparent%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520variant%2520of%2520the%2520line%2520color%2C%2520marker%2520color%2C%2520or%2520marker%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520whichever%2520is%2520available.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.box.Hoverlabel%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoveron%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Do%2520the%2520hover%2520effects%2520highlight%2520individual%2520boxes%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sample%2520points%2520or%2520both%3F%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520jitter%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520amount%2520of%2520jitter%2520in%2520the%2520sample%2520points%2520drawn.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%25200%2C%2520the%2520sample%2520points%2520align%2520along%2520the%2520distribution%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520If%25201%2C%2520the%2520sample%2520points%2520are%2520drawn%2520in%2520a%2520random%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520jitter%2520of%2520width%2520equal%2520to%2520the%2520width%2520of%2520the%2520box(es).%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.box.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.box.Line%2560%2520instance%2520or%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520lowerfence%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520fence%2520values.%2520There%2520should%2520be%2520as%2520many%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520as%2520the%2520number%2520of%2520boxes%2520desired.%2520This%2520attribute%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520has%2520effect%2520only%2520under%2520the%2520q1%2Fmedian%2Fq3%2520signature.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560lowerfence%2560%2520is%2520not%2520provided%2520but%2520a%2520sample%2520(in%2520%2560y%2560%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560)%2520is%2520set%2C%2520we%2520compute%2520the%2520lower%2520as%2520the%2520last%2520sample%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520point%2520below%25201.5%2520times%2520the%2520IQR.%2520%7C%2520%2520%2520%2520%2520%2520lowerfencesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560lowerfence%2560.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.box.Marker%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520mean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mean%2520values.%2520There%2520should%2520be%2520as%2520many%2520items%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520number%2520of%2520boxes%2520desired.%2520This%2520attribute%2520has%2520effect%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520under%2520the%2520q1%2Fmedian%2Fq3%2520signature.%2520If%2520%2560mean%2560%2520is%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520provided%2520but%2520a%2520sample%2520(in%2520%2560y%2560%2520or%2520%2560x%2560)%2520is%2520set%2C%2520we%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520compute%2520the%2520mean%2520for%2520each%2520box%2520using%2520the%2520sample%2520values.%2520%7C%2520%2520%2520%2520%2520%2520meansrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560mean%2560.%2520%7C%2520%2520%2520%2520%2520%2520median%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520median%2520values.%2520There%2520should%2520be%2520as%2520many%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520the%2520number%2520of%2520boxes%2520desired.%2520%7C%2520%2520%2520%2520%2520%2520mediansrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560median%2560.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520For%2520box%2520traces%2C%2520the%2520name%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520also%2520be%2520used%2520for%2520the%2520position%2520coordinate%2C%2520if%2520%2560x%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x0%2560%2520(%2560y%2560%2520and%2520%2560y0%2560%2520if%2520horizontal)%2520are%2520missing%2520and%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520position%2520axis%2520is%2520categorical%2520%7C%2520%2520%2520%2520%2520%2520notched%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520notches%2520are%2520drawn.%2520Notches%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displays%2520a%2520confidence%2520interval%2520around%2520the%2520median.%2520We%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520compute%2520the%2520confidence%2520interval%2520as%2520median%2520%2B%2F-%25201.57%2520*%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520IQR%2520%2F%2520sqrt(N)%2C%2520where%2520IQR%2520is%2520the%2520interquartile%2520range%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520N%2520is%2520the%2520sample%2520size.%2520If%2520two%2520boxes%26%2339%3B%2520notches%2520do%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520overlap%2520there%2520is%252095%25%2520confidence%2520their%2520medians%2520differ.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520See%2520https%3A%2F%2Fsites.google.com%2Fsite%2Fdavidsstatistics%2Fhome%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2Fnotched-box-plots%2520for%2520more%2520info.%2520Defaults%2520to%2520False%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unless%2520%2560notchwidth%2560%2520or%2520%2560notchspan%2560%2520is%2520set.%2520%7C%2520%2520%2520%2520%2520%2520notchspan%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520notch%2520span%2520from%2520the%2520boxes%26%2339%3B%2520%2560median%2560%2520values.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520There%2520should%2520be%2520as%2520many%2520items%2520as%2520the%2520number%2520of%2520boxes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520desired.%2520This%2520attribute%2520has%2520effect%2520only%2520under%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520q1%2Fmedian%2Fq3%2520signature.%2520If%2520%2560notchspan%2560%2520is%2520not%2520provided%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520but%2520a%2520sample%2520(in%2520%2560y%2560%2520or%2520%2560x%2560)%2520is%2520set%2C%2520we%2520compute%2520it%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201.57%2520*%2520IQR%2520%2F%2520sqrt(N)%2C%2520where%2520N%2520is%2520the%2520sample%2520size.%2520%7C%2520%2520%2520%2520%2520%2520notchspansrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560notchspan%2560.%2520%7C%2520%2520%2520%2520%2520%2520notchwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520of%2520the%2520notches%2520relative%2520to%2520the%2520box%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520width.%2520For%2520example%2C%2520with%25200%2C%2520the%2520notches%2520are%2520as%2520wide%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520box(es).%2520%7C%2520%2520%2520%2520%2520%2520offsetgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520several%2520traces%2520linked%2520to%2520the%2520same%2520position%2520axis%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520axes%2520to%2520the%2520same%2520offsetgroup%2520where%2520bars%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520same%2520position%2520coordinate%2520will%2520line%2520up.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520orientation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520orientation%2520of%2520the%2520box(es).%2520If%2520%26%2334%3Bv%26%2334%3B%2520(%26%2334%3Bh%26%2334%3B)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520distribution%2520is%2520visualized%2520along%2520the%2520vertical%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(horizontal).%2520%7C%2520%2520%2520%2520%2520%2520pointpos%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520position%2520of%2520the%2520sample%2520points%2520in%2520relation%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520box(es).%2520If%25200%2C%2520the%2520sample%2520points%2520are%2520places%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520center%2520of%2520the%2520box(es).%2520Positive%2520(negative)%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520correspond%2520to%2520positions%2520to%2520the%2520right%2520(left)%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520vertical%2520boxes%2520and%2520above%2520(below)%2520for%2520horizontal%2520boxes%2520%7C%2520%2520%2520%2520%2520%2520q1%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520Quartile%25201%2520values.%2520There%2520should%2520be%2520as%2520many%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520as%2520the%2520number%2520of%2520boxes%2520desired.%2520%7C%2520%2520%2520%2520%2520%2520q1src%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560q1%2560.%2520%7C%2520%2520%2520%2520%2520%2520q3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520Quartile%25203%2520values.%2520There%2520should%2520be%2520as%2520many%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520as%2520the%2520number%2520of%2520boxes%2520desired.%2520%7C%2520%2520%2520%2520%2520%2520q3src%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560q3%2560.%2520%7C%2520%2520%2520%2520%2520%2520quartilemethod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520method%2520used%2520to%2520compute%2520the%2520sample%26%2339%3Bs%2520Q1%2520and%2520Q3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520quartiles.%2520The%2520%26%2334%3Blinear%26%2334%3B%2520method%2520uses%2520the%252025th%2520percentile%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520Q1%2520and%252075th%2520percentile%2520for%2520Q3%2520as%2520computed%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520method%2520%2310%2520(listed%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520http%3A%2F%2Fjse.amstat.org%2Fv14n3%2Flangford.html).%2520The%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bexclusive%26%2334%3B%2520method%2520uses%2520the%2520median%2520to%2520divide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ordered%2520dataset%2520into%2520two%2520halves%2520if%2520the%2520sample%2520is%2520odd%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520it%2520does%2520not%2520include%2520the%2520median%2520in%2520either%2520half%2520-%2520Q1%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520then%2520the%2520median%2520of%2520the%2520lower%2520half%2520and%2520Q3%2520the%2520median%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520upper%2520half.%2520The%2520%26%2334%3Binclusive%26%2334%3B%2520method%2520also%2520uses%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520median%2520to%2520divide%2520the%2520ordered%2520dataset%2520into%2520two%2520halves%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520but%2520if%2520the%2520sample%2520is%2520odd%2C%2520it%2520includes%2520the%2520median%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520both%2520halves%2520-%2520Q1%2520is%2520then%2520the%2520median%2520of%2520the%2520lower%2520half%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520Q3%2520the%2520median%2520of%2520the%2520upper%2520half.%2520%7C%2520%2520%2520%2520%2520%2520sd%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520standard%2520deviation%2520values.%2520There%2520should%2520be%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520many%2520items%2520as%2520the%2520number%2520of%2520boxes%2520desired.%2520This%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520attribute%2520has%2520effect%2520only%2520under%2520the%2520q1%2Fmedian%2Fq3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520signature.%2520If%2520%2560sd%2560%2520is%2520not%2520provided%2520but%2520a%2520sample%2520(in%2520%2560y%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520%2560x%2560)%2520is%2520set%2C%2520we%2520compute%2520the%2520standard%2520deviation%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520box%2520using%2520the%2520sample%2520values.%2520%7C%2520%2520%2520%2520%2520%2520sdmultiple%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Scales%2520the%2520box%2520size%2520when%2520sizemode%3Dsd%2520Allowing%2520boxes%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520drawn%2520across%2520any%2520stddev%2520range%2520For%2520example%25201-stddev%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25203-stddev%2C%25205-stddev%2520%7C%2520%2520%2520%2520%2520%2520sdsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560sd%2560.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.box.Selected%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showwhiskers%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520whiskers%2520are%2520visible.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Defaults%2520to%2520true%2520for%2520%2560sizemode%2560%2520%26%2334%3Bquartiles%26%2334%3B%2C%2520false%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bsd%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520sizemode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520and%2520lower%2520bound%2520for%2520the%2520boxes%2520quartiles%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520means%2520box%2520is%2520drawn%2520between%2520Q1%2520and%2520Q3%2520SD%2520means%2520the%2520box%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520drawn%2520between%2520Mean%2520%2B-%2520Standard%2520Deviation%2520Argument%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sdmultiple%2520(default%25201)%2520to%2520scale%2520the%2520box%2520size%2520So%2520it%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520could%2520be%2520drawn%25201-stddev%2C%25203-stddev%2520etc%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.box.Stream%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520elements%2520associated%2520with%2520each%2520sample%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.box.Unselected%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520upperfence%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520fence%2520values.%2520There%2520should%2520be%2520as%2520many%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520as%2520the%2520number%2520of%2520boxes%2520desired.%2520This%2520attribute%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520has%2520effect%2520only%2520under%2520the%2520q1%2Fmedian%2Fq3%2520signature.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560upperfence%2560%2520is%2520not%2520provided%2520but%2520a%2520sample%2520(in%2520%2560y%2560%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560)%2520is%2520set%2C%2520we%2520compute%2520the%2520upper%2520as%2520the%2520last%2520sample%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520point%2520above%25201.5%2520times%2520the%2520IQR.%2520%7C%2520%2520%2520%2520%2520%2520upperfencesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560upperfence%2560.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520whiskerwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520of%2520the%2520whiskers%2520relative%2520to%2520the%2520box%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520width.%2520For%2520example%2C%2520with%25201%2C%2520the%2520whiskers%2520are%2520as%2520wide%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520box(es).%2520%7C%2520%2520%2520%2520%2520%2520width%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520of%2520the%2520box%2520in%2520data%2520coordinate%2520If%25200%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(default%2520value)%2520the%2520width%2520is%2520automatically%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520based%2520on%2520the%2520positions%2520of%2520other%2520box%2520traces%2520in%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520sample%2520data%2520or%2520coordinates.%2520See%2520overview%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520x0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinate%2520for%2520single-box%2520traces%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520starting%2520coordinate%2520for%2520multi-box%2520traces%2520set%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520q1%2Fmedian%2Fq3.%2520See%2520overview%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520xcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560x%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520xperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520x0%2520axis.%2520When%2520%2560x0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560x0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520xperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520sample%2520data%2520or%2520coordinates.%2520See%2520overview%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520y0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinate%2520for%2520single-box%2520traces%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520starting%2520coordinate%2520for%2520multi-box%2520traces%2520set%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520q1%2Fmedian%2Fq3.%2520See%2520overview%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520ycalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560y%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520yperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520yperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520y0%2520axis.%2520When%2520%2560y0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560y0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520yperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520zorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520layer%2520on%2520which%2520this%2520trace%2520is%2520displayed%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to%2520other%2520SVG%2520traces%2520on%2520the%2520same%2520subplot.%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520with%2520higher%2520%2560zorder%2560%2520appear%2520in%2520front%2520of%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520lower%2520%2560zorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_candlestick(self%2C%2520close%3DNone%2C%2520closesrc%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520decreasing%3DNone%2C%2520high%3DNone%2C%2520highsrc%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520increasing%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520low%3DNone%2C%2520lowsrc%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520open%3DNone%2C%2520opensrc%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520whiskerwidth%3DNone%2C%2520x%3DNone%2C%2520xaxis%3DNone%2C%2520xcalendar%3DNone%2C%2520xhoverformat%3DNone%2C%2520xperiod%3DNone%2C%2520xperiod0%3DNone%2C%2520xperiodalignment%3DNone%2C%2520xsrc%3DNone%2C%2520yaxis%3DNone%2C%2520yhoverformat%3DNone%2C%2520zorder%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Candlestick%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520candlestick%2520is%2520a%2520style%2520of%2520financial%2520chart%2520describing%2520open%2C%2520%7C%2520%2520%2520%2520%2520%2520high%2C%2520low%2520and%2520close%2520for%2520a%2520given%2520%2560x%2560%2520coordinate%2520(most%2520likely%2520%7C%2520%2520%2520%2520%2520%2520time).%2520The%2520boxes%2520represent%2520the%2520spread%2520between%2520the%2520%2560open%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2560close%2560%2520values%2520and%2520the%2520lines%2520represent%2520the%2520spread%2520between%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2560low%2560%2520and%2520%2560high%2560%2520values%2520Sample%2520points%2520where%2520the%2520close%2520value%2520is%2520%7C%2520%2520%2520%2520%2520%2520higher%2520(lower)%2520then%2520the%2520open%2520value%2520are%2520called%2520increasing%2520%7C%2520%2520%2520%2520%2520%2520(decreasing).%2520By%2520default%2C%2520increasing%2520candles%2520are%2520drawn%2520in%2520green%2520%7C%2520%2520%2520%2520%2520%2520whereas%2520decreasing%2520are%2520drawn%2520in%2520red.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520close%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520close%2520values.%2520%7C%2520%2520%2520%2520%2520%2520closesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560close%2560.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520decreasing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.candlestick.Decreasing%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520high%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520high%2520values.%2520%7C%2520%2520%2520%2520%2520%2520highsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560high%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.candlestick.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560open%2560%2C%2520%2560high%2560%2C%2520%2560low%2560%2520and%2520%2560close%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520displayed%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520increasing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.candlestick.Increasing%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.candlestick.Legendgrouptit%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520le%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.candlestick.Line%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520low%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520low%2520values.%2520%7C%2520%2520%2520%2520%2520%2520lowsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560low%2560.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520open%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520open%2520values.%2520%7C%2520%2520%2520%2520%2520%2520opensrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560open%2560.%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.candlestick.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520sample%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520point.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520this%2520trace%26%2339%3Bs%2520sample%2520points.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520whiskerwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520of%2520the%2520whiskers%2520relative%2520to%2520the%2520box%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520width.%2520For%2520example%2C%2520with%25201%2C%2520the%2520whiskers%2520are%2520as%2520wide%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520box(es).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinates.%2520If%2520absent%2C%2520linear%2520coordinate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520generated.%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520xcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560x%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520xperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520x0%2520axis.%2520When%2520%2560x0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560x0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520xperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520zorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520layer%2520on%2520which%2520this%2520trace%2520is%2520displayed%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to%2520other%2520SVG%2520traces%2520on%2520the%2520same%2520subplot.%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520with%2520higher%2520%2560zorder%2560%2520appear%2520in%2520front%2520of%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520lower%2520%2560zorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_carpet(self%2C%2520a%3DNone%2C%2520a0%3DNone%2C%2520aaxis%3DNone%2C%2520asrc%3DNone%2C%2520b%3DNone%2C%2520b0%3DNone%2C%2520baxis%3DNone%2C%2520bsrc%3DNone%2C%2520carpet%3DNone%2C%2520cheaterslope%3DNone%2C%2520color%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520da%3DNone%2C%2520db%3DNone%2C%2520font%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520stream%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520x%3DNone%2C%2520xaxis%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520yaxis%3DNone%2C%2520ysrc%3DNone%2C%2520zorder%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Carpet%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520data%2520describing%2520carpet%2520axis%2520layout%2520is%2520set%2520in%2520%2560y%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520(optionally)%2520also%2520%2560x%2560.%2520If%2520only%2520%2560y%2560%2520is%2520present%2C%2520%2560x%2560%2520the%2520plot%2520is%2520%7C%2520%2520%2520%2520%2520%2520interpreted%2520as%2520a%2520cheater%2520plot%2520and%2520is%2520filled%2520in%2520using%2520the%2520%2560y%2560%2520%7C%2520%2520%2520%2520%2520%2520values.%2520%2560x%2560%2520and%2520%2560y%2560%2520may%2520either%2520be%25202D%2520arrays%2520matching%2520with%2520each%2520%7C%2520%2520%2520%2520%2520%2520dimension%2520matching%2520that%2520of%2520%2560a%2560%2520and%2520%2560b%2560%2C%2520or%2520they%2520may%2520be%25201D%2520%7C%2520%2520%2520%2520%2520%2520arrays%2520with%2520total%2520length%2520equal%2520to%2520that%2520of%2520%2560a%2560%2520and%2520%2560b%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520An%2520array%2520containing%2520values%2520of%2520the%2520first%2520parameter%2520value%2520%7C%2520%2520%2520%2520%2520%2520a0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560a%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560da%2560%2520where%2520%2560a0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560da%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520aaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.carpet.Aaxis%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520asrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560a%2560.%2520%7C%2520%2520%2520%2520%2520%2520b%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520two%2520dimensional%2520array%2520of%2520y%2520coordinates%2520at%2520each%2520carpet%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520point.%2520%7C%2520%2520%2520%2520%2520%2520b0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560b%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560db%2560%2520where%2520%2560b0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560db%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520baxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.carpet.Baxis%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520bsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560b%2560.%2520%7C%2520%2520%2520%2520%2520%2520carpet%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520An%2520identifier%2520for%2520this%2520carpet%2C%2520so%2520that%2520%2560scattercarpet%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560contourcarpet%2560%2520traces%2520can%2520specify%2520a%2520carpet%2520plot%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520which%2520they%2520lie%2520%7C%2520%2520%2520%2520%2520%2520cheaterslope%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520shift%2520applied%2520to%2520each%2520successive%2520row%2520of%2520data%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520a%2520cheater%2520plot.%2520Only%2520used%2520if%2520%2560x%2560%2520is%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520omitted.%2520%7C%2520%2520%2520%2520%2520%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520default%2520for%2520all%2520colors%2520associated%2520with%2520this%2520axis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520at%2520once%3A%2520line%2C%2520font%2C%2520tick%2C%2520and%2520grid%2520colors.%2520Grid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2520is%2520lightened%2520by%2520blending%2520this%2520with%2520the%2520plot%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520background%2520Individual%2520pieces%2520can%2520override%2520this.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520da%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520a%2520coordinate%2520step.%2520See%2520%2560a0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520db%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520b%2520coordinate%2520step.%2520See%2520%2560b0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520font%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520default%2520font%2520used%2520for%2520axis%2520%26amp%3B%2520tick%2520labels%2520on%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520carpet%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.carpet.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.carpet.Stream%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520two%2520dimensional%2520array%2520of%2520x%2520coordinates%2520at%2520each%2520carpet%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520point.%2520If%2520omitted%2C%2520the%2520plot%2520is%2520a%2520cheater%2520plot%2520and%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520xaxis%2520is%2520hidden%2520by%2520default.%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520two%2520dimensional%2520array%2520of%2520y%2520coordinates%2520at%2520each%2520carpet%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520point.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520zorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520layer%2520on%2520which%2520this%2520trace%2520is%2520displayed%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to%2520other%2520SVG%2520traces%2520on%2520the%2520same%2520subplot.%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520with%2520higher%2520%2560zorder%2560%2520appear%2520in%2520front%2520of%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520lower%2520%2560zorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_choropleth(self%2C%2520autocolorscale%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520featureidkey%3DNone%2C%2520geo%3DNone%2C%2520geojson%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520locationmode%3DNone%2C%2520locations%3DNone%2C%2520locationssrc%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520reversescale%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520z%3DNone%2C%2520zauto%3DNone%2C%2520zmax%3DNone%2C%2520zmid%3DNone%2C%2520zmin%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Choropleth%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520data%2520that%2520describes%2520the%2520choropleth%2520value-to-color%2520mapping%2520%7C%2520%2520%2520%2520%2520%2520is%2520set%2520in%2520%2560z%2560.%2520The%2520geographic%2520locations%2520corresponding%2520to%2520each%2520%7C%2520%2520%2520%2520%2520%2520value%2520in%2520%2560z%2560%2520are%2520set%2520in%2520%2560locations%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choropleth.ColorBar%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560zmin%2560%2520and%2520%2560zmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520featureidkey%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520key%2520in%2520GeoJSON%2520features%2520which%2520is%2520used%2520as%2520id%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520match%2520the%2520items%2520included%2520in%2520the%2520%2560locations%2560%2520array.%2520Only%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520has%2520an%2520effect%2520when%2520%2560geojson%2560%2520is%2520set.%2520Support%2520nested%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520property%2C%2520for%2520example%2520%26%2334%3Bproperties.name%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520geo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520geospatial%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520and%2520a%2520geographic%2520map.%2520If%2520%26%2334%3Bgeo%26%2334%3B%2520(the%2520default%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value)%2C%2520the%2520geospatial%2520coordinates%2520refer%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.geo%2560.%2520If%2520%26%2334%3Bgeo2%26%2334%3B%2C%2520the%2520geospatial%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refer%2520to%2520%2560layout.geo2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520geojson%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520optional%2520GeoJSON%2520data%2520associated%2520with%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520not%2520given%2C%2520the%2520features%2520on%2520the%2520base%2520map%2520are%2520used.%2520It%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520can%2520be%2520set%2520as%2520a%2520valid%2520GeoJSON%2520object%2520or%2520as%2520a%2520URL%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string.%2520Note%2520that%2520we%2520only%2520accept%2520GeoJSONs%2520of%2520type%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BFeatureCollection%26%2334%3B%2520or%2520%26%2334%3BFeature%26%2334%3B%2520with%2520geometries%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520type%2520%26%2334%3BPolygon%26%2334%3B%2520or%2520%26%2334%3BMultiPolygon%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choropleth.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choropleth.Legendgrouptitl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520e%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520locationmode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520library%2520used%2520by%2520the%2520*country%2520names*%2520%2560locationmode%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520option%2520is%2520changing%2520in%2520an%2520upcoming%2520version.%2520Country%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520names%2520in%2520existing%2520plots%2520may%2520not%2520work%2520in%2520the%2520new%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520version.%2520Determines%2520the%2520set%2520of%2520locations%2520used%2520to%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520entries%2520in%2520%2560locations%2560%2520to%2520regions%2520on%2520the%2520map.%2520Values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BISO-3%26%2334%3B%2C%2520%26%2334%3BUSA-states%26%2334%3B%2C%2520*country%2520names*%2520correspond%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520features%2520on%2520the%2520base%2520map%2520and%2520value%2520%26%2334%3Bgeojson-id%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520features%2520from%2520a%2520custom%2520GeoJSON%2520linked%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560geojson%2560%2520attribute.%2520%7C%2520%2520%2520%2520%2520%2520locations%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520coordinates%2520via%2520location%2520IDs%2520or%2520names.%2520See%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560locationmode%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520locationssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560locations%2560.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choropleth.Marker%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560zmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choropleth.Selected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choropleth.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520elements%2520associated%2520with%2520each%2520location.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choropleth.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520color%2520values.%2520%7C%2520%2520%2520%2520%2520%2520zauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520in%2520%2560z%2560)%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bounds%2520set%2520in%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520Defaults%2520to%2520%2560false%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520zmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmin%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmin%2560%2520and%2For%2520%2560zmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560.%2520Has%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520when%2520%2560zauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520zmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmax%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_choroplethmap(self%2C%2520autocolorscale%3DNone%2C%2520below%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520featureidkey%3DNone%2C%2520geojson%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520locations%3DNone%2C%2520locationssrc%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520reversescale%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520stream%3DNone%2C%2520subplot%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520z%3DNone%2C%2520zauto%3DNone%2C%2520zmax%3DNone%2C%2520zmid%3DNone%2C%2520zmin%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Choroplethmap%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520GeoJSON%2520features%2520to%2520be%2520filled%2520are%2520set%2520in%2520%2560geojson%2560%2520The%2520data%2520%7C%2520%2520%2520%2520%2520%2520that%2520describes%2520the%2520choropleth%2520value-to-color%2520mapping%2520is%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2560locations%2560%2520and%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520below%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520if%2520the%2520choropleth%2520polygons%2520will%2520be%2520inserted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520before%2520the%2520layer%2520with%2520the%2520specified%2520ID.%2520By%2520default%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520choroplethmap%2520traces%2520are%2520placed%2520above%2520the%2520water%2520layers.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520set%2520to%2520%26%2339%3B%26%2339%3B%2C%2520the%2520layer%2520will%2520be%2520inserted%2520above%2520every%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520existing%2520layer.%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choroplethmap.ColorBar%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560zmin%2560%2520and%2520%2560zmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520featureidkey%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520key%2520in%2520GeoJSON%2520features%2520which%2520is%2520used%2520as%2520id%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520match%2520the%2520items%2520included%2520in%2520the%2520%2560locations%2560%2520array.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Support%2520nested%2520property%2C%2520for%2520example%2520%26%2334%3Bproperties.name%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520geojson%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520GeoJSON%2520data%2520associated%2520with%2520this%2520trace.%2520It%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520can%2520be%2520set%2520as%2520a%2520valid%2520GeoJSON%2520object%2520or%2520as%2520a%2520URL%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string.%2520Note%2520that%2520we%2520only%2520accept%2520GeoJSONs%2520of%2520type%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BFeatureCollection%26%2334%3B%2520or%2520%26%2334%3BFeature%26%2334%3B%2520with%2520geometries%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520type%2520%26%2334%3BPolygon%26%2334%3B%2520or%2520%26%2334%3BMultiPolygon%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choroplethmap.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variable%2520%2560properties%2560%2520Anything%2520contained%2520in%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choroplethmap.Legendgroupt%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520itle%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520locations%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520which%2520features%2520found%2520in%2520%26%2334%3Bgeojson%26%2334%3B%2520to%2520plot%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520their%2520feature%2520%2560id%2560%2520field.%2520%7C%2520%2520%2520%2520%2520%2520locationssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560locations%2560.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choroplethmap.Marker%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560zmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choroplethmap.Selected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choroplethmap.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520subplot%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520data%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520a%2520map%2520subplot.%2520If%2520%26%2334%3Bmap%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520refer%2520to%2520%2560layout.map%2560.%2520If%2520%26%2334%3Bmap2%26%2334%3B%2C%2520the%2520data%2520refer%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520%2560layout.map2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520elements%2520associated%2520with%2520each%2520location.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choroplethmap.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520color%2520values.%2520%7C%2520%2520%2520%2520%2520%2520zauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520in%2520%2560z%2560)%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bounds%2520set%2520in%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520Defaults%2520to%2520%2560false%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520zmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmin%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmin%2560%2520and%2For%2520%2560zmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560.%2520Has%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520when%2520%2560zauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520zmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmax%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_choroplethmapbox(self%2C%2520autocolorscale%3DNone%2C%2520below%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520featureidkey%3DNone%2C%2520geojson%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520locations%3DNone%2C%2520locationssrc%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520reversescale%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520stream%3DNone%2C%2520subplot%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520z%3DNone%2C%2520zauto%3DNone%2C%2520zmax%3DNone%2C%2520zmid%3DNone%2C%2520zmin%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Choroplethmapbox%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26%2334%3Bchoroplethmapbox%26%2334%3B%2520trace%2520is%2520deprecated!%2520Please%2520consider%2520%7C%2520%2520%2520%2520%2520%2520switching%2520to%2520the%2520%26%2334%3Bchoroplethmap%26%2334%3B%2520trace%2520type%2520and%2520%2560map%2560%2520subplots.%2520%7C%2520%2520%2520%2520%2520%2520Learn%2520more%2520at%3A%2520https%3A%2F%2Fplotly.com%2Fpython%2Fmaplibre-migration%2F%2520as%2520%7C%2520%2520%2520%2520%2520%2520well%2520as%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fmaplibre-migration%2F%2520%7C%2520%2520%2520%2520%2520%2520GeoJSON%2520features%2520to%2520be%2520filled%2520are%2520set%2520in%2520%2560geojson%2560%2520The%2520data%2520%7C%2520%2520%2520%2520%2520%2520that%2520describes%2520the%2520choropleth%2520value-to-color%2520mapping%2520is%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2560locations%2560%2520and%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520below%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520if%2520the%2520choropleth%2520polygons%2520will%2520be%2520inserted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520before%2520the%2520layer%2520with%2520the%2520specified%2520ID.%2520By%2520default%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520choroplethmapbox%2520traces%2520are%2520placed%2520above%2520the%2520water%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layers.%2520If%2520set%2520to%2520%26%2339%3B%26%2339%3B%2C%2520the%2520layer%2520will%2520be%2520inserted%2520above%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520every%2520existing%2520layer.%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choroplethmapbox.ColorBar%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560zmin%2560%2520and%2520%2560zmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520featureidkey%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520key%2520in%2520GeoJSON%2520features%2520which%2520is%2520used%2520as%2520id%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520match%2520the%2520items%2520included%2520in%2520the%2520%2560locations%2560%2520array.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Support%2520nested%2520property%2C%2520for%2520example%2520%26%2334%3Bproperties.name%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520geojson%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520GeoJSON%2520data%2520associated%2520with%2520this%2520trace.%2520It%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520can%2520be%2520set%2520as%2520a%2520valid%2520GeoJSON%2520object%2520or%2520as%2520a%2520URL%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string.%2520Note%2520that%2520we%2520only%2520accept%2520GeoJSONs%2520of%2520type%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BFeatureCollection%26%2334%3B%2520or%2520%26%2334%3BFeature%26%2334%3B%2520with%2520geometries%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520type%2520%26%2334%3BPolygon%26%2334%3B%2520or%2520%26%2334%3BMultiPolygon%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choroplethmapbox.Hoverlabe%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520l%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variable%2520%2560properties%2560%2520Anything%2520contained%2520in%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choroplethmapbox.Legendgro%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520uptitle%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520locations%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520which%2520features%2520found%2520in%2520%26%2334%3Bgeojson%26%2334%3B%2520to%2520plot%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520their%2520feature%2520%2560id%2560%2520field.%2520%7C%2520%2520%2520%2520%2520%2520locationssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560locations%2560.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choroplethmapbox.Marker%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560zmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choroplethmapbox.Selected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choroplethmapbox.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520subplot%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapbox%2520subplots%2520and%2520traces%2520are%2520deprecated!%2520Please%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520consider%2520switching%2520to%2520%2560map%2560%2520subplots%2520and%2520traces.%2520Learn%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520more%2520at%3A%2520https%3A%2F%2Fplotly.com%2Fpython%2Fmaplibre-migration%2F%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520well%2520as%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fmaplibre-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520migration%2F%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520and%2520a%2520mapbox%2520subplot.%2520If%2520%26%2334%3Bmapbox%26%2334%3B%2520(the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520default%2520value)%2C%2520the%2520data%2520refer%2520to%2520%2560layout.mapbox%2560.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bmapbox2%26%2334%3B%2C%2520the%2520data%2520refer%2520to%2520%2560layout.mapbox2%2560%2C%2520and%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520on.%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520elements%2520associated%2520with%2520each%2520location.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.choroplethmapbox.Unselecte%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520color%2520values.%2520%7C%2520%2520%2520%2520%2520%2520zauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520in%2520%2560z%2560)%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bounds%2520set%2520in%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520Defaults%2520to%2520%2560false%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520zmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmin%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmin%2560%2520and%2For%2520%2560zmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560.%2520Has%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520when%2520%2560zauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520zmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmax%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_cone(self%2C%2520anchor%3DNone%2C%2520autocolorscale%3DNone%2C%2520cauto%3DNone%2C%2520cmax%3DNone%2C%2520cmid%3DNone%2C%2520cmin%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520lighting%3DNone%2C%2520lightposition%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520reversescale%3DNone%2C%2520scene%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520sizemode%3DNone%2C%2520sizeref%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520u%3DNone%2C%2520uhoverformat%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520usrc%3DNone%2C%2520v%3DNone%2C%2520vhoverformat%3DNone%2C%2520visible%3DNone%2C%2520vsrc%3DNone%2C%2520w%3DNone%2C%2520whoverformat%3DNone%2C%2520wsrc%3DNone%2C%2520x%3DNone%2C%2520xhoverformat%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520yhoverformat%3DNone%2C%2520ysrc%3DNone%2C%2520z%3DNone%2C%2520zhoverformat%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Cone%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Use%2520cone%2520traces%2520to%2520visualize%2520vector%2520fields.%2520%2520Specify%2520a%2520vector%2520%7C%2520%2520%2520%2520%2520%2520field%2520using%25206%25201D%2520arrays%2C%25203%2520position%2520arrays%2520%2560x%2560%2C%2520%2560y%2560%2520and%2520%2560z%2560%2520and%2520%7C%2520%2520%2520%2520%2520%25203%2520vector%2520component%2520arrays%2520%2560u%2560%2C%2520%2560v%2560%2C%2520%2560w%2560.%2520The%2520cones%2520are%2520drawn%2520%7C%2520%2520%2520%2520%2520%2520exactly%2520at%2520the%2520positions%2520given%2520by%2520%2560x%2560%2C%2520%2560y%2560%2520and%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520anchor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520cones%26%2339%3B%2520anchor%2520with%2520respect%2520to%2520their%2520x%2Fy%2Fz%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520positions.%2520Note%2520that%2520%26%2334%3Bcm%26%2334%3B%2520denote%2520the%2520cone%26%2339%3Bs%2520center%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mass%2520which%2520corresponds%2520to%25201%2F4%2520from%2520the%2520tail%2520to%2520tip.%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520cauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520u%2Fv%2Fw%2520norm)%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bounds%2520set%2520in%2520%2560cmin%2560%2520and%2520%2560cmax%2560%2520Defaults%2520to%2520%2560false%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560cmin%2560%2520and%2520%2560cmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520cmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520u%2Fv%2Fw%2520norm%2520and%2520if%2520set%2C%2520%2560cmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520cmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560cmin%2560%2520and%2For%2520%2560cmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520u%2Fv%2Fw%2520norm.%2520Has%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520when%2520%2560cauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520cmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520u%2Fv%2Fw%2520norm%2520and%2520if%2520set%2C%2520%2560cmax%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.cone.ColorBar%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560cmin%2560%2520and%2520%2560cmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.cone.Hoverlabel%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variable%2520%2560norm%2560%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.cone.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520lighting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.cone.Lighting%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520lightposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.cone.Lightposition%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520surface.%2520Please%2520note%2520that%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520case%2520of%2520using%2520high%2520%2560opacity%2560%2520values%2520for%2520example%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520greater%2520than%2520or%2520equal%2520to%25200.5%2520on%2520two%2520surfaces%2520(and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25200.25%2520with%2520four%2520surfaces)%2C%2520an%2520overlay%2520of%2520multiple%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transparent%2520surfaces%2520may%2520not%2520perfectly%2520be%2520sorted%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520depth%2520by%2520the%2520webgl%2520API.%2520This%2520behavior%2520may%2520be%2520improved%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520the%2520near%2520future%2520and%2520is%2520subject%2520to%2520change.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560cmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560cmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520scene%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%25203D%2520coordinate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520system%2520and%2520a%25203D%2520scene.%2520If%2520%26%2334%3Bscene%26%2334%3B%2520(the%2520default%2520value)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520(x%2Cy%2Cz)%2520coordinates%2520refer%2520to%2520%2560layout.scene%2560.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bscene2%26%2334%3B%2C%2520the%2520(x%2Cy%2Cz)%2520coordinates%2520refer%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.scene2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520sizemode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520%2560sizeref%2560%2520is%2520set%2520as%2520a%2520%26%2334%3Bscaled%26%2334%3B%2520(i.e%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unitless)%2520scalar%2520(normalized%2520by%2520the%2520max%2520u%2Fv%2Fw%2520norm%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520vector%2520field)%2520or%2520as%2520%26%2334%3Babsolute%26%2334%3B%2520value%2520(in%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520units%2520as%2520the%2520vector%2520field).%2520To%2520display%2520sizes%2520in%2520actual%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520vector%2520length%2520use%2520%26%2334%3Braw%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520sizeref%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Adjusts%2520the%2520cone%2520size%2520scaling.%2520The%2520size%2520of%2520the%2520cones%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520determined%2520by%2520their%2520u%2Fv%2Fw%2520norm%2520multiplied%2520a%2520factor%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560sizeref%2560.%2520This%2520factor%2520(computed%2520internally)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520minimum%2520%26%2334%3Btime%26%2334%3B%2520to%2520travel%2520across%2520two%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520successive%2520x%2Fy%2Fz%2520positions%2520at%2520the%2520average%2520velocity%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520two%2520successive%2520positions.%2520All%2520cones%2520in%2520a%2520given%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520use%2520the%2520same%2520factor.%2520With%2520%2560sizemode%2560%2520set%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Braw%26%2334%3B%2C%2520its%2520default%2520value%2520is%25201.%2520With%2520%2560sizemode%2560%2520set%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bscaled%26%2334%3B%2C%2520%2560sizeref%2560%2520is%2520unitless%2C%2520its%2520default%2520value%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25200.5.%2520With%2520%2560sizemode%2560%2520set%2520to%2520%26%2334%3Babsolute%26%2334%3B%2C%2520%2560sizeref%2560%2520has%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520units%2520as%2520the%2520u%2Fv%2Fw%2520vector%2520field%2C%2520its%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520default%2520value%2520is%2520half%2520the%2520sample%26%2339%3Bs%2520maximum%2520vector%2520norm.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.cone.Stream%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520elements%2520associated%2520with%2520the%2520cones.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520u%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520components%2520of%2520the%2520vector%2520field.%2520%7C%2520%2520%2520%2520%2520%2520uhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560u%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25203%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.By%2520default%2520the%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520formatted%2520using%2520generic%2520number%2520format.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520usrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560u%2560.%2520%7C%2520%2520%2520%2520%2520%2520v%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520components%2520of%2520the%2520vector%2520field.%2520%7C%2520%2520%2520%2520%2520%2520vhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560v%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25203%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.By%2520default%2520the%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520formatted%2520using%2520generic%2520number%2520format.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520vsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560v%2560.%2520%7C%2520%2520%2520%2520%2520%2520w%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520z%2520components%2520of%2520the%2520vector%2520field.%2520%7C%2520%2520%2520%2520%2520%2520whoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560w%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25203%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.By%2520default%2520the%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520formatted%2520using%2520generic%2520number%2520format.%2520%7C%2520%2520%2520%2520%2520%2520wsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560w%2560.%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinates%2520of%2520the%2520vector%2520field%2520and%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520cones.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinates%2520of%2520the%2520vector%2520field%2520and%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520cones.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520z%2520coordinates%2520of%2520the%2520vector%2520field%2520and%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520cones.%2520%7C%2520%2520%2520%2520%2520%2520zhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560z%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560zaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_contour(self%2C%2520autocolorscale%3DNone%2C%2520autocontour%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520connectgaps%3DNone%2C%2520contours%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520dx%3DNone%2C%2520dy%3DNone%2C%2520fillcolor%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hoverongaps%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520ncontours%3DNone%2C%2520opacity%3DNone%2C%2520reversescale%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520transpose%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520x%3DNone%2C%2520x0%3DNone%2C%2520xaxis%3DNone%2C%2520xcalendar%3DNone%2C%2520xhoverformat%3DNone%2C%2520xperiod%3DNone%2C%2520xperiod0%3DNone%2C%2520xperiodalignment%3DNone%2C%2520xsrc%3DNone%2C%2520xtype%3DNone%2C%2520y%3DNone%2C%2520y0%3DNone%2C%2520yaxis%3DNone%2C%2520ycalendar%3DNone%2C%2520yhoverformat%3DNone%2C%2520yperiod%3DNone%2C%2520yperiod0%3DNone%2C%2520yperiodalignment%3DNone%2C%2520ysrc%3DNone%2C%2520ytype%3DNone%2C%2520z%3DNone%2C%2520zauto%3DNone%2C%2520zhoverformat%3DNone%2C%2520zmax%3DNone%2C%2520zmid%3DNone%2C%2520zmin%3DNone%2C%2520zorder%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Contour%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520data%2520from%2520which%2520contour%2520lines%2520are%2520computed%2520is%2520set%2520in%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520Data%2520in%2520%2560z%2560%2520must%2520be%2520a%25202D%2520list%2520of%2520numbers.%2520Say%2520that%2520%2560z%2560%2520has%2520N%2520%7C%2520%2520%2520%2520%2520%2520rows%2520and%2520M%2520columns%2C%2520then%2520by%2520default%2C%2520these%2520N%2520rows%2520correspond%2520to%2520%7C%2520%2520%2520%2520%2520%2520N%2520y%2520coordinates%2520(set%2520in%2520%2560y%2560%2520or%2520auto-generated)%2520and%2520the%2520M%2520%7C%2520%2520%2520%2520%2520%2520columns%2520correspond%2520to%2520M%2520x%2520coordinates%2520(set%2520in%2520%2560x%2560%2520or%2520auto-%2520%7C%2520%2520%2520%2520%2520%2520generated).%2520By%2520setting%2520%2560transpose%2560%2520to%2520True%2C%2520the%2520above%2520behavior%2520%7C%2520%2520%2520%2520%2520%2520is%2520flipped.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520autocontour%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520contour%2520level%2520attributes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520picked%2520by%2520an%2520algorithm.%2520If%2520True%2C%2520the%2520number%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520contour%2520levels%2520can%2520be%2520set%2520in%2520%2560ncontours%2560.%2520If%2520False%2C%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520contour%2520level%2520attributes%2520in%2520%2560contours%2560.%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.contour.ColorBar%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560zmin%2560%2520and%2520%2560zmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520connectgaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520%2560z%2560%2520data%2520are%2520filled%2520in.%2520It%2520is%2520defaulted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520true%2520if%2520%2560z%2560%2520is%2520a%2520one%2520dimensional%2520array%2520otherwise%2520it%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520defaulted%2520to%2520false.%2520%7C%2520%2520%2520%2520%2520%2520contours%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.contour.Contours%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520dx%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinate%2520step.%2520See%2520%2560x0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520dy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinate%2520step.%2520See%2520%2560y0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fill%2520color%2520if%2520%2560contours.type%2560%2520is%2520%26%2334%3Bconstraint%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Defaults%2520to%2520a%2520half-transparent%2520variant%2520of%2520the%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520marker%2520color%2C%2520or%2520marker%2520line%2520color%2C%2520whichever%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520available.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.contour.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoverongaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520%2560z%2560%2520data%2520have%2520hover%2520labels%2520associated%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520them.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.contour.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.contour.Line%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520ncontours%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520maximum%2520number%2520of%2520contour%2520levels.%2520The%2520actual%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520number%2520of%2520contours%2520will%2520be%2520chosen%2520automatically%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520less%2520than%2520or%2520equal%2520to%2520the%2520value%2520of%2520%2560ncontours%2560.%2520Has%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520only%2520if%2520%2560autocontour%2560%2520is%2520True%2520or%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560contours.size%2560%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560zmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.contour.Stream%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520elements%2520associated%2520with%2520each%2520z%2520value.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520For%2520this%2520trace%2520it%2520only%2520has%2520an%2520effect%2520if%2520%2560coloring%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520set%2520to%2520%26%2334%3Bheatmap%26%2334%3B.%2520Sets%2520the%2520text%2520font.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520For%2520this%2520trace%2520it%2520only%2520has%2520an%2520effect%2520if%2520%2560coloring%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520set%2520to%2520%26%2334%3Bheatmap%26%2334%3B.%2520Template%2520string%2520used%2520for%2520rendering%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520information%2520text%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520will%2520override%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520%25%7Bvariable%7D%2C%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560x%2560%2C%2520%2560y%2560%2C%2520%2560z%2560%2520and%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520transpose%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Transposes%2520the%2520z%2520data.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520x0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560x%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dx%2560%2520where%2520%2560x0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dx%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520xcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560x%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520xperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520x0%2520axis.%2520When%2520%2560x0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560x0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520xperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520xtype%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2334%3Barray%26%2334%3B%2C%2520the%2520heatmap%26%2339%3Bs%2520x%2520coordinates%2520are%2520given%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520behavior%2520when%2520%2560x%2560%2520is%2520provided).%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bscaled%26%2334%3B%2C%2520the%2520heatmap%26%2339%3Bs%2520x%2520coordinates%2520are%2520given%2520by%2520%26%2334%3Bx0%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%26%2334%3Bdx%26%2334%3B%2520(the%2520default%2520behavior%2520when%2520%2560x%2560%2520is%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520provided).%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520y0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560y%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dy%2560%2520where%2520%2560y0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dy%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520ycalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560y%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520yperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520yperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520y0%2520axis.%2520When%2520%2560y0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560y0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520yperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520ytype%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2334%3Barray%26%2334%3B%2C%2520the%2520heatmap%26%2339%3Bs%2520y%2520coordinates%2520are%2520given%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520behavior%2520when%2520%2560y%2560%2520is%2520provided)%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bscaled%26%2334%3B%2C%2520the%2520heatmap%26%2339%3Bs%2520y%2520coordinates%2520are%2520given%2520by%2520%26%2334%3By0%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%26%2334%3Bdy%26%2334%3B%2520(the%2520default%2520behavior%2520when%2520%2560y%2560%2520is%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520provided)%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520z%2520data.%2520%7C%2520%2520%2520%2520%2520%2520zauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520in%2520%2560z%2560)%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bounds%2520set%2520in%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520Defaults%2520to%2520%2560false%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520zhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560z%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25203%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.By%2520default%2520the%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520formatted%2520using%2520generic%2520number%2520format.%2520%7C%2520%2520%2520%2520%2520%2520zmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmin%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmin%2560%2520and%2For%2520%2560zmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560.%2520Has%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520when%2520%2560zauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520zmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmax%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520layer%2520on%2520which%2520this%2520trace%2520is%2520displayed%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to%2520other%2520SVG%2520traces%2520on%2520the%2520same%2520subplot.%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520with%2520higher%2520%2560zorder%2560%2520appear%2520in%2520front%2520of%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520lower%2520%2560zorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_contourcarpet(self%2C%2520a%3DNone%2C%2520a0%3DNone%2C%2520asrc%3DNone%2C%2520atype%3DNone%2C%2520autocolorscale%3DNone%2C%2520autocontour%3DNone%2C%2520b%3DNone%2C%2520b0%3DNone%2C%2520bsrc%3DNone%2C%2520btype%3DNone%2C%2520carpet%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520contours%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520da%3DNone%2C%2520db%3DNone%2C%2520fillcolor%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520ncontours%3DNone%2C%2520opacity%3DNone%2C%2520reversescale%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520transpose%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520xaxis%3DNone%2C%2520yaxis%3DNone%2C%2520z%3DNone%2C%2520zauto%3DNone%2C%2520zmax%3DNone%2C%2520zmid%3DNone%2C%2520zmin%3DNone%2C%2520zorder%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Contourcarpet%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Plots%2520contours%2520on%2520either%2520the%2520first%2520carpet%2520axis%2520or%2520the%2520carpet%2520%7C%2520%2520%2520%2520%2520%2520axis%2520with%2520a%2520matching%2520%2560carpet%2560%2520attribute.%2520Data%2520%2560z%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520interpreted%2520as%2520matching%2520that%2520of%2520the%2520corresponding%2520carpet%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520a0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560x%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dx%2560%2520where%2520%2560x0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dx%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520asrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560a%2560.%2520%7C%2520%2520%2520%2520%2520%2520atype%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2334%3Barray%26%2334%3B%2C%2520the%2520heatmap%26%2339%3Bs%2520x%2520coordinates%2520are%2520given%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520behavior%2520when%2520%2560x%2560%2520is%2520provided).%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bscaled%26%2334%3B%2C%2520the%2520heatmap%26%2339%3Bs%2520x%2520coordinates%2520are%2520given%2520by%2520%26%2334%3Bx0%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%26%2334%3Bdx%26%2334%3B%2520(the%2520default%2520behavior%2520when%2520%2560x%2560%2520is%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520provided).%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520autocontour%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520contour%2520level%2520attributes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520picked%2520by%2520an%2520algorithm.%2520If%2520True%2C%2520the%2520number%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520contour%2520levels%2520can%2520be%2520set%2520in%2520%2560ncontours%2560.%2520If%2520False%2C%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520contour%2520level%2520attributes%2520in%2520%2560contours%2560.%2520%7C%2520%2520%2520%2520%2520%2520b%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520b0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560y%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dy%2560%2520where%2520%2560y0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dy%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520bsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560b%2560.%2520%7C%2520%2520%2520%2520%2520%2520btype%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2334%3Barray%26%2334%3B%2C%2520the%2520heatmap%26%2339%3Bs%2520y%2520coordinates%2520are%2520given%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520behavior%2520when%2520%2560y%2560%2520is%2520provided)%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bscaled%26%2334%3B%2C%2520the%2520heatmap%26%2339%3Bs%2520y%2520coordinates%2520are%2520given%2520by%2520%26%2334%3By0%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%26%2334%3Bdy%26%2334%3B%2520(the%2520default%2520behavior%2520when%2520%2560y%2560%2520is%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520provided)%2520%7C%2520%2520%2520%2520%2520%2520carpet%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520%2560carpet%2560%2520of%2520the%2520carpet%2520axes%2520on%2520which%2520this%2520contour%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520lies%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.contourcarpet.ColorBar%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560zmin%2560%2520and%2520%2560zmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520contours%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.contourcarpet.Contours%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520da%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinate%2520step.%2520See%2520%2560x0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520db%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinate%2520step.%2520See%2520%2560y0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fill%2520color%2520if%2520%2560contours.type%2560%2520is%2520%26%2334%3Bconstraint%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Defaults%2520to%2520a%2520half-transparent%2520variant%2520of%2520the%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520marker%2520color%2C%2520or%2520marker%2520line%2520color%2C%2520whichever%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520available.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.contourcarpet.Legendgroupt%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520itle%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.contourcarpet.Line%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520ncontours%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520maximum%2520number%2520of%2520contour%2520levels.%2520The%2520actual%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520number%2520of%2520contours%2520will%2520be%2520chosen%2520automatically%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520less%2520than%2520or%2520equal%2520to%2520the%2520value%2520of%2520%2560ncontours%2560.%2520Has%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520only%2520if%2520%2560autocontour%2560%2520is%2520True%2520or%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560contours.size%2560%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560zmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.contourcarpet.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520elements%2520associated%2520with%2520each%2520z%2520value.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520transpose%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Transposes%2520the%2520z%2520data.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520z%2520data.%2520%7C%2520%2520%2520%2520%2520%2520zauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520in%2520%2560z%2560)%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bounds%2520set%2520in%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520Defaults%2520to%2520%2560false%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520zmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmin%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmin%2560%2520and%2For%2520%2560zmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560.%2520Has%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520when%2520%2560zauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520zmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmax%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520layer%2520on%2520which%2520this%2520trace%2520is%2520displayed%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to%2520other%2520SVG%2520traces%2520on%2520the%2520same%2520subplot.%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520with%2520higher%2520%2560zorder%2560%2520appear%2520in%2520front%2520of%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520lower%2520%2560zorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_densitymap(self%2C%2520autocolorscale%3DNone%2C%2520below%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520lat%3DNone%2C%2520latsrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520lon%3DNone%2C%2520lonsrc%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520radius%3DNone%2C%2520radiussrc%3DNone%2C%2520reversescale%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520stream%3DNone%2C%2520subplot%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520z%3DNone%2C%2520zauto%3DNone%2C%2520zmax%3DNone%2C%2520zmid%3DNone%2C%2520zmin%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Densitymap%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Draws%2520a%2520bivariate%2520kernel%2520density%2520estimation%2520with%2520a%2520Gaussian%2520%7C%2520%2520%2520%2520%2520%2520kernel%2520from%2520%2560lon%2560%2520and%2520%2560lat%2560%2520coordinates%2520and%2520optional%2520%2560z%2560%2520values%2520%7C%2520%2520%2520%2520%2520%2520using%2520a%2520colorscale.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520below%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520if%2520the%2520densitymap%2520trace%2520will%2520be%2520inserted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520before%2520the%2520layer%2520with%2520the%2520specified%2520ID.%2520By%2520default%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520densitymap%2520traces%2520are%2520placed%2520below%2520the%2520first%2520layer%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520type%2520symbol%2520If%2520set%2520to%2520%26%2339%3B%26%2339%3B%2C%2520the%2520layer%2520will%2520be%2520inserted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520above%2520every%2520existing%2520layer.%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.densitymap.ColorBar%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560zmin%2560%2520and%2520%2560zmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.densitymap.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520(lon%2Clat)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520pair%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(lon%2Clat)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520lat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520latitude%2520coordinates%2520(in%2520degrees%2520North).%2520%7C%2520%2520%2520%2520%2520%2520latsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560lat%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.densitymap.Legendgrouptitl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520e%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520lon%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520longitude%2520coordinates%2520(in%2520degrees%2520East).%2520%7C%2520%2520%2520%2520%2520%2520lonsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560lon%2560.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520radius%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520radius%2520of%2520influence%2520of%2520one%2520%2560lon%2560%2520%2F%2520%2560lat%2560%2520point%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520pixels.%2520Increasing%2520the%2520value%2520makes%2520the%2520densitymap%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520smoother%2C%2520but%2520less%2520detailed.%2520%7C%2520%2520%2520%2520%2520%2520radiussrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560radius%2560.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560zmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.densitymap.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520subplot%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520data%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520a%2520map%2520subplot.%2520If%2520%26%2334%3Bmap%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520refer%2520to%2520%2560layout.map%2560.%2520If%2520%26%2334%3Bmap2%26%2334%3B%2C%2520the%2520data%2520refer%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520%2560layout.map2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(lon%2Clat)%2520pair%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(lon%2Clat)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520If%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520flag%2520and%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seen%2520in%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520points%26%2339%3B%2520weight.%2520For%2520example%2C%2520a%2520value%2520of%252010%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520would%2520be%2520equivalent%2520to%2520having%252010%2520points%2520of%2520weight%25201%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520spot%2520%7C%2520%2520%2520%2520%2520%2520zauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520in%2520%2560z%2560)%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bounds%2520set%2520in%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520Defaults%2520to%2520%2560false%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520zmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmin%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmin%2560%2520and%2For%2520%2560zmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560.%2520Has%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520when%2520%2560zauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520zmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmax%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_densitymapbox(self%2C%2520autocolorscale%3DNone%2C%2520below%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520lat%3DNone%2C%2520latsrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520lon%3DNone%2C%2520lonsrc%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520radius%3DNone%2C%2520radiussrc%3DNone%2C%2520reversescale%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520stream%3DNone%2C%2520subplot%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520z%3DNone%2C%2520zauto%3DNone%2C%2520zmax%3DNone%2C%2520zmid%3DNone%2C%2520zmin%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Densitymapbox%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26%2334%3Bdensitymapbox%26%2334%3B%2520trace%2520is%2520deprecated!%2520Please%2520consider%2520switching%2520%7C%2520%2520%2520%2520%2520%2520to%2520the%2520%26%2334%3Bdensitymap%26%2334%3B%2520trace%2520type%2520and%2520%2560map%2560%2520subplots.%2520Learn%2520more%2520%7C%2520%2520%2520%2520%2520%2520at%3A%2520https%3A%2F%2Fplotly.com%2Fpython%2Fmaplibre-migration%2F%2520as%2520well%2520as%2520%7C%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fmaplibre-migration%2F%2520Draws%2520a%2520%7C%2520%2520%2520%2520%2520%2520bivariate%2520kernel%2520density%2520estimation%2520with%2520a%2520Gaussian%2520kernel%2520from%2520%7C%2520%2520%2520%2520%2520%2520%2560lon%2560%2520and%2520%2560lat%2560%2520coordinates%2520and%2520optional%2520%2560z%2560%2520values%2520using%2520a%2520%7C%2520%2520%2520%2520%2520%2520colorscale.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520below%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520if%2520the%2520densitymapbox%2520trace%2520will%2520be%2520inserted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520before%2520the%2520layer%2520with%2520the%2520specified%2520ID.%2520By%2520default%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520densitymapbox%2520traces%2520are%2520placed%2520below%2520the%2520first%2520layer%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520type%2520symbol%2520If%2520set%2520to%2520%26%2339%3B%26%2339%3B%2C%2520the%2520layer%2520will%2520be%2520inserted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520above%2520every%2520existing%2520layer.%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.densitymapbox.ColorBar%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560zmin%2560%2520and%2520%2560zmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.densitymapbox.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520(lon%2Clat)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520pair%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(lon%2Clat)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520lat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520latitude%2520coordinates%2520(in%2520degrees%2520North).%2520%7C%2520%2520%2520%2520%2520%2520latsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560lat%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.densitymapbox.Legendgroupt%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520itle%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520lon%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520longitude%2520coordinates%2520(in%2520degrees%2520East).%2520%7C%2520%2520%2520%2520%2520%2520lonsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560lon%2560.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520radius%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520radius%2520of%2520influence%2520of%2520one%2520%2560lon%2560%2520%2F%2520%2560lat%2560%2520point%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520pixels.%2520Increasing%2520the%2520value%2520makes%2520the%2520densitymapbox%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520smoother%2C%2520but%2520less%2520detailed.%2520%7C%2520%2520%2520%2520%2520%2520radiussrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560radius%2560.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560zmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.densitymapbox.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520subplot%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapbox%2520subplots%2520and%2520traces%2520are%2520deprecated!%2520Please%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520consider%2520switching%2520to%2520%2560map%2560%2520subplots%2520and%2520traces.%2520Learn%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520more%2520at%3A%2520https%3A%2F%2Fplotly.com%2Fpython%2Fmaplibre-migration%2F%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520well%2520as%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fmaplibre-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520migration%2F%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520and%2520a%2520mapbox%2520subplot.%2520If%2520%26%2334%3Bmapbox%26%2334%3B%2520(the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520default%2520value)%2C%2520the%2520data%2520refer%2520to%2520%2560layout.mapbox%2560.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bmapbox2%26%2334%3B%2C%2520the%2520data%2520refer%2520to%2520%2560layout.mapbox2%2560%2C%2520and%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520on.%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(lon%2Clat)%2520pair%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(lon%2Clat)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520If%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520flag%2520and%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seen%2520in%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520points%26%2339%3B%2520weight.%2520For%2520example%2C%2520a%2520value%2520of%252010%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520would%2520be%2520equivalent%2520to%2520having%252010%2520points%2520of%2520weight%25201%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520spot%2520%7C%2520%2520%2520%2520%2520%2520zauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520in%2520%2560z%2560)%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bounds%2520set%2520in%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520Defaults%2520to%2520%2560false%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520zmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmin%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmin%2560%2520and%2For%2520%2560zmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560.%2520Has%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520when%2520%2560zauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520zmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmax%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_funnel(self%2C%2520alignmentgroup%3DNone%2C%2520cliponaxis%3DNone%2C%2520connector%3DNone%2C%2520constraintext%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520dx%3DNone%2C%2520dy%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520insidetextanchor%3DNone%2C%2520insidetextfont%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520offset%3DNone%2C%2520offsetgroup%3DNone%2C%2520opacity%3DNone%2C%2520orientation%3DNone%2C%2520outsidetextfont%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textangle%3DNone%2C%2520textfont%3DNone%2C%2520textinfo%3DNone%2C%2520textposition%3DNone%2C%2520textpositionsrc%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520width%3DNone%2C%2520x%3DNone%2C%2520x0%3DNone%2C%2520xaxis%3DNone%2C%2520xhoverformat%3DNone%2C%2520xperiod%3DNone%2C%2520xperiod0%3DNone%2C%2520xperiodalignment%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520y0%3DNone%2C%2520yaxis%3DNone%2C%2520yhoverformat%3DNone%2C%2520yperiod%3DNone%2C%2520yperiod0%3DNone%2C%2520yperiodalignment%3DNone%2C%2520ysrc%3DNone%2C%2520zorder%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Funnel%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Visualize%2520stages%2520in%2520a%2520process%2520using%2520length-encoded%2520bars.%2520This%2520%7C%2520%2520%2520%2520%2520%2520trace%2520can%2520be%2520used%2520to%2520show%2520data%2520in%2520either%2520a%2520part-to-whole%2520%7C%2520%2520%2520%2520%2520%2520representation%2520wherein%2520each%2520item%2520appears%2520in%2520a%2520single%2520stage%2C%2520or%2520%7C%2520%2520%2520%2520%2520%2520in%2520a%2520%26%2334%3Bdrop-off%26%2334%3B%2520representation%2520wherein%2520each%2520item%2520appears%2520in%2520%7C%2520%2520%2520%2520%2520%2520each%2520stage%2520it%2520traversed.%2520See%2520also%2520the%2520%26%2334%3Bfunnelarea%26%2334%3B%2520trace%2520type%2520%7C%2520%2520%2520%2520%2520%2520for%2520a%2520different%2520approach%2520to%2520visualizing%2520funnel%2520data.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520alignmentgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520several%2520traces%2520linked%2520to%2520the%2520same%2520position%2520axis%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520axes%2520to%2520the%2520same%2520alignmentgroup.%2520This%2520controls%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520whether%2520bars%2520compute%2520their%2520positional%2520range%2520dependently%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520independently.%2520%7C%2520%2520%2520%2520%2520%2520cliponaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520text%2520nodes%2520are%2520clipped%2520about%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520axes.%2520To%2520show%2520the%2520text%2520nodes%2520above%2520axis%2520lines%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520tick%2520labels%2C%2520make%2520sure%2520to%2520set%2520%2560xaxis.layer%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560yaxis.layer%2560%2520to%2520*below%2520traces*.%2520%7C%2520%2520%2520%2520%2520%2520connector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.funnel.Connector%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520constraintext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Constrain%2520the%2520size%2520of%2520text%2520inside%2520or%2520outside%2520a%2520bar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520no%2520larger%2520than%2520the%2520bar%2520itself.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520dx%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinate%2520step.%2520See%2520%2560x0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520dy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinate%2520step.%2520See%2520%2560y0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.funnel.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560percentInitial%2560%2C%2520%2560percentPrevious%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560percentTotal%2560.%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520pair.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520insidetextanchor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520if%2520texts%2520are%2520kept%2520at%2520center%2520or%2520start%2Fend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2520in%2520%2560textposition%2560%2520%26%2334%3Binside%26%2334%3B%2520mode.%2520%7C%2520%2520%2520%2520%2520%2520insidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560text%2560%2520lying%2520inside%2520the%2520bar.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.funnel.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.funnel.Marker%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520offset%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Shifts%2520the%2520position%2520where%2520the%2520bar%2520is%2520drawn%2520(in%2520position%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis%2520units).%2520In%2520%26%2334%3Bgroup%26%2334%3B%2520barmode%2C%2520traces%2520that%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Boffset%26%2334%3B%2520will%2520be%2520excluded%2520and%2520drawn%2520in%2520%26%2334%3Boverlay%26%2334%3B%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instead.%2520%7C%2520%2520%2520%2520%2520%2520offsetgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520several%2520traces%2520linked%2520to%2520the%2520same%2520position%2520axis%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520axes%2520to%2520the%2520same%2520offsetgroup%2520where%2520bars%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520same%2520position%2520coordinate%2520will%2520line%2520up.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520orientation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520orientation%2520of%2520the%2520funnels.%2520With%2520%26%2334%3Bv%26%2334%3B%2520(%26%2334%3Bh%26%2334%3B)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520value%2520of%2520the%2520each%2520bar%2520spans%2520along%2520the%2520vertical%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(horizontal).%2520By%2520default%2520funnels%2520are%2520tend%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520oriented%2520horizontally%3B%2520unless%2520only%2520%26%2334%3By%26%2334%3B%2520array%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520presented%2520or%2520orientation%2520is%2520set%2520to%2520%26%2334%3Bv%26%2334%3B.%2520Also%2520regarding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520graphs%2520including%2520only%2520%26%2339%3Bhorizontal%26%2339%3B%2520funnels%2C%2520%26%2334%3Bautorange%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520on%2520the%2520%26%2334%3By-axis%26%2334%3B%2520are%2520set%2520to%2520%26%2334%3Breversed%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520outsidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560text%2560%2520lying%2520outside%2520the%2520bar.%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.funnel.Stream%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520pair.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textangle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520angle%2520of%2520the%2520tick%2520labels%2520with%2520respect%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bar.%2520For%2520example%2C%2520a%2520%2560tickangle%2560%2520of%2520-90%2520draws%2520the%2520tick%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520labels%2520vertically.%2520With%2520%26%2334%3Bauto%26%2334%3B%2520the%2520texts%2520may%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520automatically%2520be%2520rotated%2520to%2520fit%2520with%2520the%2520maximum%2520size%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520bars.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520textinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520the%2520graph.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520In%2520the%2520case%2520of%2520having%2520multiple%2520funnels%2C%2520percentages%2520%26amp%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520totals%2520are%2520computed%2520separately%2520(per%2520trace).%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520location%2520of%2520the%2520%2560text%2560.%2520%26%2334%3Binside%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520positions%2520%2560text%2560%2520inside%2C%2520next%2520to%2520the%2520bar%2520end%2520(rotated%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520scaled%2520if%2520needed).%2520%26%2334%3Boutside%26%2334%3B%2520positions%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520outside%2C%2520next%2520to%2520the%2520bar%2520end%2520(scaled%2520if%2520needed)%2C%2520unless%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520there%2520is%2520another%2520bar%2520stacked%2520on%2520this%2520one%2C%2520then%2520the%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520gets%2520pushed%2520inside.%2520%26%2334%3Bauto%26%2334%3B%2520tries%2520to%2520position%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520inside%2520the%2520bar%2C%2520but%2520if%2520the%2520bar%2520is%2520too%2520small%2520and%2520no%2520bar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520stacked%2520on%2520this%2520one%2520the%2520text%2520is%2520moved%2520outside.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bnone%26%2334%3B%2C%2520no%2520text%2520appears.%2520%7C%2520%2520%2520%2520%2520%2520textpositionsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textposition%2560.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560percentInitial%2560%2C%2520%2560percentPrevious%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560percentTotal%2560%2C%2520%2560label%2560%2520and%2520%2560value%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520width%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520bar%2520width%2520(in%2520position%2520axis%2520units).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520x0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560x%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dx%2560%2520where%2520%2560x0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dx%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520xperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520x0%2520axis.%2520When%2520%2560x0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560x0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520xperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520y0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560y%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dy%2560%2520where%2520%2560y0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dy%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520yperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520yperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520y0%2520axis.%2520When%2520%2560y0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560y0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520yperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520zorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520layer%2520on%2520which%2520this%2520trace%2520is%2520displayed%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to%2520other%2520SVG%2520traces%2520on%2520the%2520same%2520subplot.%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520with%2520higher%2520%2560zorder%2560%2520appear%2520in%2520front%2520of%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520lower%2520%2560zorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_funnelarea(self%2C%2520aspectratio%3DNone%2C%2520baseratio%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520dlabel%3DNone%2C%2520domain%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520insidetextfont%3DNone%2C%2520label0%3DNone%2C%2520labels%3DNone%2C%2520labelssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520scalegroup%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textinfo%3DNone%2C%2520textposition%3DNone%2C%2520textpositionsrc%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520title%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520values%3DNone%2C%2520valuessrc%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Funnelarea%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Visualize%2520stages%2520in%2520a%2520process%2520using%2520area-encoded%2520trapezoids.%2520%7C%2520%2520%2520%2520%2520%2520This%2520trace%2520can%2520be%2520used%2520to%2520show%2520data%2520in%2520a%2520part-to-whole%2520%7C%2520%2520%2520%2520%2520%2520representation%2520similar%2520to%2520a%2520%26%2334%3Bpie%26%2334%3B%2520trace%2C%2520wherein%2520each%2520item%2520%7C%2520%2520%2520%2520%2520%2520appears%2520in%2520a%2520single%2520stage.%2520See%2520also%2520the%2520%26%2334%3Bfunnel%26%2334%3B%2520trace%2520type%2520for%2520%7C%2520%2520%2520%2520%2520%2520a%2520different%2520approach%2520to%2520visualizing%2520funnel%2520data.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520aspectratio%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520ratio%2520between%2520height%2520and%2520width%2520%7C%2520%2520%2520%2520%2520%2520baseratio%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520ratio%2520between%2520bottom%2520length%2520and%2520maximum%2520top%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520length.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520dlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520label%2520step.%2520See%2520%2560label0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520domain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.funnelarea.Domain%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.funnelarea.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560label%2560%2C%2520%2560color%2560%2C%2520%2560value%2560%2C%2520%2560text%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560percent%2560.%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520sector.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520for%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520of%2520this%2520trace%26%2339%3Bs%2520sectors.%2520To%2520be%2520seen%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520insidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560textinfo%2560%2520lying%2520inside%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sector.%2520%7C%2520%2520%2520%2520%2520%2520label0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560labels%2560.%2520Builds%2520a%2520numeric%2520set%2520of%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Use%2520with%2520%2560dlabel%2560%2520where%2520%2560label0%2560%2520is%2520the%2520starting%2520label%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560dlabel%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520labels%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520sector%2520labels.%2520If%2520%2560labels%2560%2520entries%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520duplicated%2C%2520we%2520sum%2520associated%2520%2560values%2560%2520or%2520simply%2520count%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520occurrences%2520if%2520%2560values%2560%2520is%2520not%2520provided.%2520For%2520other%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520attributes%2520(including%2520color)%2520we%2520use%2520the%2520first%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520non-empty%2520entry%2520among%2520all%2520occurrences%2520of%2520the%2520label.%2520%7C%2520%2520%2520%2520%2520%2520labelssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560labels%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.funnelarea.Legendgrouptitl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520e%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.funnelarea.Marker%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520scalegroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520there%2520are%2520multiple%2520funnelareas%2520that%2520should%2520be%2520sized%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520according%2520to%2520their%2520totals%2C%2520link%2520them%2520by%2520providing%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520non-empty%2520group%2520id%2520here%2520shared%2520by%2520every%2520trace%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520same%2520group.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.funnelarea.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520sector.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560textinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2C%2520these%2520elements%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520seen%2520on%2520the%2520chart.%2520If%2520trace%2520%2560hoverinfo%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520elements%2520will%2520be%2520seen%2520in%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560textinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520textinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520the%2520graph.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520location%2520of%2520the%2520%2560textinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520textpositionsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textposition%2560.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560label%2560%2C%2520%2560color%2560%2C%2520%2560value%2560%2C%2520%2560text%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560percent%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520title%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.funnelarea.Title%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520values%2520of%2520the%2520sectors.%2520If%2520omitted%2C%2520we%2520count%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520occurrences%2520of%2520each%2520label.%2520%7C%2520%2520%2520%2520%2520%2520valuessrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560values%2560.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_heatmap(self%2C%2520autocolorscale%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520connectgaps%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520dx%3DNone%2C%2520dy%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hoverongaps%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520reversescale%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520transpose%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520x%3DNone%2C%2520x0%3DNone%2C%2520xaxis%3DNone%2C%2520xcalendar%3DNone%2C%2520xgap%3DNone%2C%2520xhoverformat%3DNone%2C%2520xperiod%3DNone%2C%2520xperiod0%3DNone%2C%2520xperiodalignment%3DNone%2C%2520xsrc%3DNone%2C%2520xtype%3DNone%2C%2520y%3DNone%2C%2520y0%3DNone%2C%2520yaxis%3DNone%2C%2520ycalendar%3DNone%2C%2520ygap%3DNone%2C%2520yhoverformat%3DNone%2C%2520yperiod%3DNone%2C%2520yperiod0%3DNone%2C%2520yperiodalignment%3DNone%2C%2520ysrc%3DNone%2C%2520ytype%3DNone%2C%2520z%3DNone%2C%2520zauto%3DNone%2C%2520zhoverformat%3DNone%2C%2520zmax%3DNone%2C%2520zmid%3DNone%2C%2520zmin%3DNone%2C%2520zorder%3DNone%2C%2520zsmooth%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Heatmap%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520data%2520that%2520describes%2520the%2520heatmap%2520value-to-color%2520mapping%2520is%2520%7C%2520%2520%2520%2520%2520%2520set%2520in%2520%2560z%2560.%2520Data%2520in%2520%2560z%2560%2520can%2520either%2520be%2520a%25202D%2520list%2520of%2520values%2520%7C%2520%2520%2520%2520%2520%2520(ragged%2520or%2520not)%2520or%2520a%25201D%2520array%2520of%2520values.%2520In%2520the%2520case%2520where%2520%2560z%2560%2520%7C%2520%2520%2520%2520%2520%2520is%2520a%25202D%2520list%2C%2520say%2520that%2520%2560z%2560%2520has%2520N%2520rows%2520and%2520M%2520columns.%2520Then%2C%2520by%2520%7C%2520%2520%2520%2520%2520%2520default%2C%2520the%2520resulting%2520heatmap%2520will%2520have%2520N%2520partitions%2520along%2520the%2520%7C%2520%2520%2520%2520%2520%2520y%2520axis%2520and%2520M%2520partitions%2520along%2520the%2520x%2520axis.%2520In%2520other%2520words%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520i-th%2520row%2F%2520j-th%2520column%2520cell%2520in%2520%2560z%2560%2520is%2520mapped%2520to%2520the%2520i-th%2520%7C%2520%2520%2520%2520%2520%2520partition%2520of%2520the%2520y%2520axis%2520(starting%2520from%2520the%2520bottom%2520of%2520the%2520plot)%2520%7C%2520%2520%2520%2520%2520%2520and%2520the%2520j-th%2520partition%2520of%2520the%2520x-axis%2520(starting%2520from%2520the%2520left%2520of%2520%7C%2520%2520%2520%2520%2520%2520the%2520plot).%2520This%2520behavior%2520can%2520be%2520flipped%2520by%2520using%2520%2560transpose%2560.%2520%7C%2520%2520%2520%2520%2520%2520Moreover%2C%2520%2560x%2560%2520(%2560y%2560)%2520can%2520be%2520provided%2520with%2520M%2520or%2520M%2B1%2520(N%2520or%2520N%2B1)%2520%7C%2520%2520%2520%2520%2520%2520elements.%2520If%2520M%2520(N)%2C%2520then%2520the%2520coordinates%2520correspond%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520center%2520of%2520the%2520heatmap%2520cells%2520and%2520the%2520cells%2520have%2520equal%2520width.%2520If%2520%7C%2520%2520%2520%2520%2520%2520M%2B1%2520(N%2B1)%2C%2520then%2520the%2520coordinates%2520correspond%2520to%2520the%2520edges%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520heatmap%2520cells.%2520In%2520the%2520case%2520where%2520%2560z%2560%2520is%2520a%25201D%2520list%2C%2520the%2520x%2520and%2520y%2520%7C%2520%2520%2520%2520%2520%2520coordinates%2520must%2520be%2520provided%2520in%2520%2560x%2560%2520and%2520%2560y%2560%2520respectively%2520to%2520%7C%2520%2520%2520%2520%2520%2520form%2520data%2520triplets.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.heatmap.ColorBar%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560zmin%2560%2520and%2520%2560zmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520connectgaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520%2560z%2560%2520data%2520are%2520filled%2520in.%2520It%2520is%2520defaulted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520true%2520if%2520%2560z%2560%2520is%2520a%2520one%2520dimensional%2520array%2520and%2520%2560zsmooth%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520not%2520false%3B%2520otherwise%2520it%2520is%2520defaulted%2520to%2520false.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520dx%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinate%2520step.%2520See%2520%2560x0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520dy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinate%2520step.%2520See%2520%2560y0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.heatmap.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoverongaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520%2560z%2560%2520data%2520have%2520hover%2520labels%2520associated%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520them.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.heatmap.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560zmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.heatmap.Stream%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520elements%2520associated%2520with%2520each%2520z%2520value.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520font.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560x%2560%2C%2520%2560y%2560%2C%2520%2560z%2560%2520and%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520transpose%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Transposes%2520the%2520z%2520data.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520x0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560x%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dx%2560%2520where%2520%2560x0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dx%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520xcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560x%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520xgap%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520horizontal%2520gap%2520(in%2520pixels)%2520between%2520bricks.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520xperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520x0%2520axis.%2520When%2520%2560x0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560x0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520xperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520xtype%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2334%3Barray%26%2334%3B%2C%2520the%2520heatmap%26%2339%3Bs%2520x%2520coordinates%2520are%2520given%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520behavior%2520when%2520%2560x%2560%2520is%2520provided).%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bscaled%26%2334%3B%2C%2520the%2520heatmap%26%2339%3Bs%2520x%2520coordinates%2520are%2520given%2520by%2520%26%2334%3Bx0%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%26%2334%3Bdx%26%2334%3B%2520(the%2520default%2520behavior%2520when%2520%2560x%2560%2520is%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520provided).%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520y0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560y%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dy%2560%2520where%2520%2560y0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dy%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520ycalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560y%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520ygap%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520vertical%2520gap%2520(in%2520pixels)%2520between%2520bricks.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520yperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520yperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520y0%2520axis.%2520When%2520%2560y0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560y0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520yperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520ytype%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2334%3Barray%26%2334%3B%2C%2520the%2520heatmap%26%2339%3Bs%2520y%2520coordinates%2520are%2520given%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520behavior%2520when%2520%2560y%2560%2520is%2520provided)%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bscaled%26%2334%3B%2C%2520the%2520heatmap%26%2339%3Bs%2520y%2520coordinates%2520are%2520given%2520by%2520%26%2334%3By0%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%26%2334%3Bdy%26%2334%3B%2520(the%2520default%2520behavior%2520when%2520%2560y%2560%2520is%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520provided)%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520z%2520data.%2520%7C%2520%2520%2520%2520%2520%2520zauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520in%2520%2560z%2560)%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bounds%2520set%2520in%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520Defaults%2520to%2520%2560false%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520zhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560z%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25203%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.By%2520default%2520the%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520formatted%2520using%2520generic%2520number%2520format.%2520%7C%2520%2520%2520%2520%2520%2520zmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmin%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmin%2560%2520and%2For%2520%2560zmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560.%2520Has%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520when%2520%2560zauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520zmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmax%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520layer%2520on%2520which%2520this%2520trace%2520is%2520displayed%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to%2520other%2520SVG%2520traces%2520on%2520the%2520same%2520subplot.%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520with%2520higher%2520%2560zorder%2560%2520appear%2520in%2520front%2520of%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520lower%2520%2560zorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520zsmooth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Picks%2520a%2520smoothing%2520algorithm%2520use%2520to%2520smooth%2520%2560z%2560%2520data.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_histogram(self%2C%2520alignmentgroup%3DNone%2C%2520autobinx%3DNone%2C%2520autobiny%3DNone%2C%2520bingroup%3DNone%2C%2520cliponaxis%3DNone%2C%2520constraintext%3DNone%2C%2520cumulative%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520error_x%3DNone%2C%2520error_y%3DNone%2C%2520histfunc%3DNone%2C%2520histnorm%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520insidetextanchor%3DNone%2C%2520insidetextfont%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520nbinsx%3DNone%2C%2520nbinsy%3DNone%2C%2520offsetgroup%3DNone%2C%2520opacity%3DNone%2C%2520orientation%3DNone%2C%2520outsidetextfont%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textangle%3DNone%2C%2520textfont%3DNone%2C%2520textposition%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520x%3DNone%2C%2520xaxis%3DNone%2C%2520xbins%3DNone%2C%2520xcalendar%3DNone%2C%2520xhoverformat%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520yaxis%3DNone%2C%2520ybins%3DNone%2C%2520ycalendar%3DNone%2C%2520yhoverformat%3DNone%2C%2520ysrc%3DNone%2C%2520zorder%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Histogram%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520sample%2520data%2520from%2520which%2520statistics%2520are%2520computed%2520is%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2560x%2560%2520for%2520vertically%2520spanning%2520histograms%2520and%2520in%2520%2560y%2560%2520for%2520%7C%2520%2520%2520%2520%2520%2520horizontally%2520spanning%2520histograms.%2520Binning%2520options%2520are%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2560xbins%2560%2520and%2520%2560ybins%2560%2520respectively%2520if%2520no%2520aggregation%2520data%2520is%2520%7C%2520%2520%2520%2520%2520%2520provided.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520alignmentgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520several%2520traces%2520linked%2520to%2520the%2520same%2520position%2520axis%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520axes%2520to%2520the%2520same%2520alignmentgroup.%2520This%2520controls%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520whether%2520bars%2520compute%2520their%2520positional%2520range%2520dependently%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520independently.%2520%7C%2520%2520%2520%2520%2520%2520autobinx%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Obsolete%3A%2520since%2520v1.42%2520each%2520bin%2520attribute%2520is%2520auto-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520determined%2520separately%2520and%2520%2560autobinx%2560%2520is%2520not%2520needed.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520However%2C%2520we%2520accept%2520%2560autobinx%3A%2520true%2560%2520or%2520%2560false%2560%2520and%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520update%2520%2560xbins%2560%2520accordingly%2520before%2520deleting%2520%2560autobinx%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520from%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520autobiny%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Obsolete%3A%2520since%2520v1.42%2520each%2520bin%2520attribute%2520is%2520auto-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520determined%2520separately%2520and%2520%2560autobiny%2560%2520is%2520not%2520needed.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520However%2C%2520we%2520accept%2520%2560autobiny%3A%2520true%2560%2520or%2520%2560false%2560%2520and%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520update%2520%2560ybins%2560%2520accordingly%2520before%2520deleting%2520%2560autobiny%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520from%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520bingroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520a%2520group%2520of%2520histogram%2520traces%2520which%2520will%2520have%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520compatible%2520bin%2520settings.%2520Note%2520that%2520traces%2520on%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520and%2520with%2520the%2520same%2520%26%2334%3Borientation%26%2334%3B%2520under%2520%2560barmode%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bstack%26%2334%3B%2C%2520%26%2334%3Brelative%26%2334%3B%2520and%2520%26%2334%3Bgroup%26%2334%3B%2520are%2520forced%2520into%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520same%2520bingroup%2C%2520Using%2520%2560bingroup%2560%2C%2520traces%2520under%2520%2560barmode%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Boverlay%26%2334%3B%2520and%2520on%2520different%2520axes%2520(of%2520the%2520same%2520axis%2520type)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520can%2520have%2520compatible%2520bin%2520settings.%2520Note%2520that%2520histogram%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520histogram2d*%2520trace%2520can%2520share%2520the%2520same%2520%2560bingroup%2560%2520%7C%2520%2520%2520%2520%2520%2520cliponaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520text%2520nodes%2520are%2520clipped%2520about%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520axes.%2520To%2520show%2520the%2520text%2520nodes%2520above%2520axis%2520lines%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520tick%2520labels%2C%2520make%2520sure%2520to%2520set%2520%2560xaxis.layer%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560yaxis.layer%2560%2520to%2520*below%2520traces*.%2520%7C%2520%2520%2520%2520%2520%2520constraintext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Constrain%2520the%2520size%2520of%2520text%2520inside%2520or%2520outside%2520a%2520bar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520no%2520larger%2520than%2520the%2520bar%2520itself.%2520%7C%2520%2520%2520%2520%2520%2520cumulative%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram.Cumulative%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520error_x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram.ErrorX%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520error_y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram.ErrorY%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520histfunc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520binning%2520function%2520used%2520for%2520this%2520histogram%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace.%2520If%2520%26%2334%3Bcount%26%2334%3B%2C%2520the%2520histogram%2520values%2520are%2520computed%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520counting%2520the%2520number%2520of%2520values%2520lying%2520inside%2520each%2520bin.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bsum%26%2334%3B%2C%2520%26%2334%3Bavg%26%2334%3B%2C%2520%26%2334%3Bmin%26%2334%3B%2C%2520%26%2334%3Bmax%26%2334%3B%2C%2520the%2520histogram%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520computed%2520using%2520the%2520sum%2C%2520the%2520average%2C%2520the%2520minimum%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520maximum%2520of%2520the%2520values%2520lying%2520inside%2520each%2520bin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520respectively.%2520%7C%2520%2520%2520%2520%2520%2520histnorm%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520type%2520of%2520normalization%2520used%2520for%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520histogram%2520trace.%2520If%2520%26%2334%3B%26%2334%3B%2C%2520the%2520span%2520of%2520each%2520bar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520number%2520of%2520occurrences%2520(i.e.%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520number%2520of%2520data%2520points%2520lying%2520inside%2520the%2520bins).%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bpercent%26%2334%3B%2520%2F%2520%26%2334%3Bprobability%26%2334%3B%2C%2520the%2520span%2520of%2520each%2520bar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520percentage%2520%2F%2520fraction%2520of%2520occurrences%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520total%2520number%2520of%2520sample%2520points%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(here%2C%2520the%2520sum%2520of%2520all%2520bin%2520HEIGHTS%2520equals%2520100%25%2520%2F%25201).%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bdensity%26%2334%3B%2C%2520the%2520span%2520of%2520each%2520bar%2520corresponds%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520number%2520of%2520occurrences%2520in%2520a%2520bin%2520divided%2520by%2520the%2520size%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520bin%2520interval%2520(here%2C%2520the%2520sum%2520of%2520all%2520bin%2520AREAS%2520equals%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520total%2520number%2520of%2520sample%2520points).%2520If%2520*probability%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520density*%2C%2520the%2520area%2520of%2520each%2520bar%2520corresponds%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520probability%2520that%2520an%2520event%2520will%2520fall%2520into%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponding%2520bin%2520(here%2C%2520the%2520sum%2520of%2520all%2520bin%2520AREAS%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520equals%25201).%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variable%2520%2560binNumber%2560%2520Anything%2520contained%2520in%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520insidetextanchor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520if%2520texts%2520are%2520kept%2520at%2520center%2520or%2520start%2Fend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2520in%2520%2560textposition%2560%2520%26%2334%3Binside%26%2334%3B%2520mode.%2520%7C%2520%2520%2520%2520%2520%2520insidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560text%2560%2520lying%2520inside%2520the%2520bar.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram.Legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram.Marker%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520nbinsx%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520maximum%2520number%2520of%2520desired%2520bins.%2520This%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520will%2520be%2520used%2520in%2520an%2520algorithm%2520that%2520will%2520decide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520optimal%2520bin%2520size%2520such%2520that%2520the%2520histogram%2520best%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visualizes%2520the%2520distribution%2520of%2520the%2520data.%2520Ignored%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560xbins.size%2560%2520is%2520provided.%2520%7C%2520%2520%2520%2520%2520%2520nbinsy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520maximum%2520number%2520of%2520desired%2520bins.%2520This%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520will%2520be%2520used%2520in%2520an%2520algorithm%2520that%2520will%2520decide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520optimal%2520bin%2520size%2520such%2520that%2520the%2520histogram%2520best%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visualizes%2520the%2520distribution%2520of%2520the%2520data.%2520Ignored%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ybins.size%2560%2520is%2520provided.%2520%7C%2520%2520%2520%2520%2520%2520offsetgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520several%2520traces%2520linked%2520to%2520the%2520same%2520position%2520axis%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520axes%2520to%2520the%2520same%2520offsetgroup%2520where%2520bars%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520same%2520position%2520coordinate%2520will%2520line%2520up.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520orientation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520orientation%2520of%2520the%2520bars.%2520With%2520%26%2334%3Bv%26%2334%3B%2520(%26%2334%3Bh%26%2334%3B)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520of%2520the%2520each%2520bar%2520spans%2520along%2520the%2520vertical%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(horizontal).%2520%7C%2520%2520%2520%2520%2520%2520outsidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560text%2560%2520lying%2520outside%2520the%2520bar.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram.Selected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram.Stream%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520bar.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520bars.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520mapped%2520in%2520order%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520this%2520trace%26%2339%3Bs%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520textangle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520angle%2520of%2520the%2520tick%2520labels%2520with%2520respect%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bar.%2520For%2520example%2C%2520a%2520%2560tickangle%2560%2520of%2520-90%2520draws%2520the%2520tick%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520labels%2520vertically.%2520With%2520%26%2334%3Bauto%26%2334%3B%2520the%2520texts%2520may%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520automatically%2520be%2520rotated%2520to%2520fit%2520with%2520the%2520maximum%2520size%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520bars.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520font.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520location%2520of%2520the%2520%2560text%2560.%2520%26%2334%3Binside%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520positions%2520%2560text%2560%2520inside%2C%2520next%2520to%2520the%2520bar%2520end%2520(rotated%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520scaled%2520if%2520needed).%2520%26%2334%3Boutside%26%2334%3B%2520positions%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520outside%2C%2520next%2520to%2520the%2520bar%2520end%2520(scaled%2520if%2520needed)%2C%2520unless%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520there%2520is%2520another%2520bar%2520stacked%2520on%2520this%2520one%2C%2520then%2520the%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520gets%2520pushed%2520inside.%2520%26%2334%3Bauto%26%2334%3B%2520tries%2520to%2520position%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520inside%2520the%2520bar%2C%2520but%2520if%2520the%2520bar%2520is%2520too%2520small%2520and%2520no%2520bar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520stacked%2520on%2520this%2520one%2520the%2520text%2520is%2520moved%2520outside.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bnone%26%2334%3B%2C%2520no%2520text%2520appears.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560label%2560%2520and%2520%2560value%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520sample%2520data%2520to%2520be%2520binned%2520on%2520the%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520xbins%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram.XBins%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520xcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560x%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520sample%2520data%2520to%2520be%2520binned%2520on%2520the%2520y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520ybins%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram.YBins%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520ycalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560y%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520zorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520layer%2520on%2520which%2520this%2520trace%2520is%2520displayed%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to%2520other%2520SVG%2520traces%2520on%2520the%2520same%2520subplot.%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520with%2520higher%2520%2560zorder%2560%2520appear%2520in%2520front%2520of%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520lower%2520%2560zorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_histogram2d(self%2C%2520autobinx%3DNone%2C%2520autobiny%3DNone%2C%2520autocolorscale%3DNone%2C%2520bingroup%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520histfunc%3DNone%2C%2520histnorm%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520nbinsx%3DNone%2C%2520nbinsy%3DNone%2C%2520opacity%3DNone%2C%2520reversescale%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520stream%3DNone%2C%2520textfont%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520x%3DNone%2C%2520xaxis%3DNone%2C%2520xbingroup%3DNone%2C%2520xbins%3DNone%2C%2520xcalendar%3DNone%2C%2520xgap%3DNone%2C%2520xhoverformat%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520yaxis%3DNone%2C%2520ybingroup%3DNone%2C%2520ybins%3DNone%2C%2520ycalendar%3DNone%2C%2520ygap%3DNone%2C%2520yhoverformat%3DNone%2C%2520ysrc%3DNone%2C%2520z%3DNone%2C%2520zauto%3DNone%2C%2520zhoverformat%3DNone%2C%2520zmax%3DNone%2C%2520zmid%3DNone%2C%2520zmin%3DNone%2C%2520zsmooth%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Histogram2d%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520sample%2520data%2520from%2520which%2520statistics%2520are%2520computed%2520is%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2560x%2560%2520and%2520%2560y%2560%2520(where%2520%2560x%2560%2520and%2520%2560y%2560%2520represent%2520marginal%2520%7C%2520%2520%2520%2520%2520%2520distributions%2C%2520binning%2520is%2520set%2520in%2520%2560xbins%2560%2520and%2520%2560ybins%2560%2520in%2520this%2520%7C%2520%2520%2520%2520%2520%2520case)%2520or%2520%2560z%2560%2520(where%2520%2560z%2560%2520represent%2520the%25202D%2520distribution%2520and%2520%7C%2520%2520%2520%2520%2520%2520binning%2520set%2C%2520binning%2520is%2520set%2520by%2520%2560x%2560%2520and%2520%2560y%2560%2520in%2520this%2520case).%2520The%2520%7C%2520%2520%2520%2520%2520%2520resulting%2520distribution%2520is%2520visualized%2520as%2520a%2520heatmap.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520autobinx%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Obsolete%3A%2520since%2520v1.42%2520each%2520bin%2520attribute%2520is%2520auto-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520determined%2520separately%2520and%2520%2560autobinx%2560%2520is%2520not%2520needed.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520However%2C%2520we%2520accept%2520%2560autobinx%3A%2520true%2560%2520or%2520%2560false%2560%2520and%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520update%2520%2560xbins%2560%2520accordingly%2520before%2520deleting%2520%2560autobinx%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520from%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520autobiny%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Obsolete%3A%2520since%2520v1.42%2520each%2520bin%2520attribute%2520is%2520auto-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520determined%2520separately%2520and%2520%2560autobiny%2560%2520is%2520not%2520needed.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520However%2C%2520we%2520accept%2520%2560autobiny%3A%2520true%2560%2520or%2520%2560false%2560%2520and%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520update%2520%2560ybins%2560%2520accordingly%2520before%2520deleting%2520%2560autobiny%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520from%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520bingroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520the%2520%2560xbingroup%2560%2520and%2520%2560ybingroup%2560%2520default%2520prefix%2520For%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2C%2520setting%2520a%2520%2560bingroup%2560%2520of%25201%2520on%2520two%2520histogram2d%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520will%2520make%2520them%2520their%2520x-bins%2520and%2520y-bins%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520separately.%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2d.ColorBar%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560zmin%2560%2520and%2520%2560zmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520histfunc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520binning%2520function%2520used%2520for%2520this%2520histogram%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace.%2520If%2520%26%2334%3Bcount%26%2334%3B%2C%2520the%2520histogram%2520values%2520are%2520computed%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520counting%2520the%2520number%2520of%2520values%2520lying%2520inside%2520each%2520bin.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bsum%26%2334%3B%2C%2520%26%2334%3Bavg%26%2334%3B%2C%2520%26%2334%3Bmin%26%2334%3B%2C%2520%26%2334%3Bmax%26%2334%3B%2C%2520the%2520histogram%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520computed%2520using%2520the%2520sum%2C%2520the%2520average%2C%2520the%2520minimum%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520maximum%2520of%2520the%2520values%2520lying%2520inside%2520each%2520bin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520respectively.%2520%7C%2520%2520%2520%2520%2520%2520histnorm%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520type%2520of%2520normalization%2520used%2520for%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520histogram%2520trace.%2520If%2520%26%2334%3B%26%2334%3B%2C%2520the%2520span%2520of%2520each%2520bar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520number%2520of%2520occurrences%2520(i.e.%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520number%2520of%2520data%2520points%2520lying%2520inside%2520the%2520bins).%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bpercent%26%2334%3B%2520%2F%2520%26%2334%3Bprobability%26%2334%3B%2C%2520the%2520span%2520of%2520each%2520bar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520percentage%2520%2F%2520fraction%2520of%2520occurrences%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520total%2520number%2520of%2520sample%2520points%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(here%2C%2520the%2520sum%2520of%2520all%2520bin%2520HEIGHTS%2520equals%2520100%25%2520%2F%25201).%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bdensity%26%2334%3B%2C%2520the%2520span%2520of%2520each%2520bar%2520corresponds%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520number%2520of%2520occurrences%2520in%2520a%2520bin%2520divided%2520by%2520the%2520size%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520bin%2520interval%2520(here%2C%2520the%2520sum%2520of%2520all%2520bin%2520AREAS%2520equals%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520total%2520number%2520of%2520sample%2520points).%2520If%2520*probability%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520density*%2C%2520the%2520area%2520of%2520each%2520bar%2520corresponds%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520probability%2520that%2520an%2520event%2520will%2520fall%2520into%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponding%2520bin%2520(here%2C%2520the%2520sum%2520of%2520all%2520bin%2520AREAS%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520equals%25201).%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2d.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variable%2520%2560z%2560%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2d.Legendgrouptit%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520le%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2d.Marker%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520nbinsx%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520maximum%2520number%2520of%2520desired%2520bins.%2520This%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520will%2520be%2520used%2520in%2520an%2520algorithm%2520that%2520will%2520decide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520optimal%2520bin%2520size%2520such%2520that%2520the%2520histogram%2520best%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visualizes%2520the%2520distribution%2520of%2520the%2520data.%2520Ignored%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560xbins.size%2560%2520is%2520provided.%2520%7C%2520%2520%2520%2520%2520%2520nbinsy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520maximum%2520number%2520of%2520desired%2520bins.%2520This%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520will%2520be%2520used%2520in%2520an%2520algorithm%2520that%2520will%2520decide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520optimal%2520bin%2520size%2520such%2520that%2520the%2520histogram%2520best%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visualizes%2520the%2520distribution%2520of%2520the%2520data.%2520Ignored%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ybins.size%2560%2520is%2520provided.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560zmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2d.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520font.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variable%2520%2560z%2560%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520sample%2520data%2520to%2520be%2520binned%2520on%2520the%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520xbingroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520a%2520group%2520of%2520histogram%2520traces%2520which%2520will%2520have%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520compatible%2520x-bin%2520settings.%2520Using%2520%2560xbingroup%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520histogram2d%2520and%2520histogram2dcontour%2520traces%2520%2520(on%2520axes%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520axis%2520type)%2520can%2520have%2520compatible%2520x-bin%2520settings.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520the%2520same%2520%2560xbingroup%2560%2520value%2520can%2520be%2520used%2520to%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(1D)%2520histogram%2520%2560bingroup%2560%2520%7C%2520%2520%2520%2520%2520%2520xbins%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2d.XBins%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520xcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560x%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520xgap%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520horizontal%2520gap%2520(in%2520pixels)%2520between%2520bricks.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520sample%2520data%2520to%2520be%2520binned%2520on%2520the%2520y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520ybingroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520a%2520group%2520of%2520histogram%2520traces%2520which%2520will%2520have%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520compatible%2520y-bin%2520settings.%2520Using%2520%2560ybingroup%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520histogram2d%2520and%2520histogram2dcontour%2520traces%2520%2520(on%2520axes%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520axis%2520type)%2520can%2520have%2520compatible%2520y-bin%2520settings.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520the%2520same%2520%2560ybingroup%2560%2520value%2520can%2520be%2520used%2520to%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(1D)%2520histogram%2520%2560bingroup%2560%2520%7C%2520%2520%2520%2520%2520%2520ybins%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2d.YBins%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520ycalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560y%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520ygap%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520vertical%2520gap%2520(in%2520pixels)%2520between%2520bricks.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520aggregation%2520data.%2520%7C%2520%2520%2520%2520%2520%2520zauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520in%2520%2560z%2560)%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bounds%2520set%2520in%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520Defaults%2520to%2520%2560false%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520zhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560z%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25203%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.By%2520default%2520the%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520formatted%2520using%2520generic%2520number%2520format.%2520%7C%2520%2520%2520%2520%2520%2520zmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmin%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmin%2560%2520and%2For%2520%2560zmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560.%2520Has%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520when%2520%2560zauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520zmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmax%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zsmooth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Picks%2520a%2520smoothing%2520algorithm%2520use%2520to%2520smooth%2520%2560z%2560%2520data.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_histogram2dcontour(self%2C%2520autobinx%3DNone%2C%2520autobiny%3DNone%2C%2520autocolorscale%3DNone%2C%2520autocontour%3DNone%2C%2520bingroup%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520contours%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520histfunc%3DNone%2C%2520histnorm%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520nbinsx%3DNone%2C%2520nbinsy%3DNone%2C%2520ncontours%3DNone%2C%2520opacity%3DNone%2C%2520reversescale%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520stream%3DNone%2C%2520textfont%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520x%3DNone%2C%2520xaxis%3DNone%2C%2520xbingroup%3DNone%2C%2520xbins%3DNone%2C%2520xcalendar%3DNone%2C%2520xhoverformat%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520yaxis%3DNone%2C%2520ybingroup%3DNone%2C%2520ybins%3DNone%2C%2520ycalendar%3DNone%2C%2520yhoverformat%3DNone%2C%2520ysrc%3DNone%2C%2520z%3DNone%2C%2520zauto%3DNone%2C%2520zhoverformat%3DNone%2C%2520zmax%3DNone%2C%2520zmid%3DNone%2C%2520zmin%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Histogram2dContour%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520sample%2520data%2520from%2520which%2520statistics%2520are%2520computed%2520is%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2560x%2560%2520and%2520%2560y%2560%2520(where%2520%2560x%2560%2520and%2520%2560y%2560%2520represent%2520marginal%2520%7C%2520%2520%2520%2520%2520%2520distributions%2C%2520binning%2520is%2520set%2520in%2520%2560xbins%2560%2520and%2520%2560ybins%2560%2520in%2520this%2520%7C%2520%2520%2520%2520%2520%2520case)%2520or%2520%2560z%2560%2520(where%2520%2560z%2560%2520represent%2520the%25202D%2520distribution%2520and%2520%7C%2520%2520%2520%2520%2520%2520binning%2520set%2C%2520binning%2520is%2520set%2520by%2520%2560x%2560%2520and%2520%2560y%2560%2520in%2520this%2520case).%2520The%2520%7C%2520%2520%2520%2520%2520%2520resulting%2520distribution%2520is%2520visualized%2520as%2520a%2520contour%2520plot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520autobinx%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Obsolete%3A%2520since%2520v1.42%2520each%2520bin%2520attribute%2520is%2520auto-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520determined%2520separately%2520and%2520%2560autobinx%2560%2520is%2520not%2520needed.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520However%2C%2520we%2520accept%2520%2560autobinx%3A%2520true%2560%2520or%2520%2560false%2560%2520and%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520update%2520%2560xbins%2560%2520accordingly%2520before%2520deleting%2520%2560autobinx%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520from%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520autobiny%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Obsolete%3A%2520since%2520v1.42%2520each%2520bin%2520attribute%2520is%2520auto-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520determined%2520separately%2520and%2520%2560autobiny%2560%2520is%2520not%2520needed.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520However%2C%2520we%2520accept%2520%2560autobiny%3A%2520true%2560%2520or%2520%2560false%2560%2520and%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520update%2520%2560ybins%2560%2520accordingly%2520before%2520deleting%2520%2560autobiny%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520from%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520autocontour%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520contour%2520level%2520attributes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520picked%2520by%2520an%2520algorithm.%2520If%2520True%2C%2520the%2520number%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520contour%2520levels%2520can%2520be%2520set%2520in%2520%2560ncontours%2560.%2520If%2520False%2C%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520contour%2520level%2520attributes%2520in%2520%2560contours%2560.%2520%7C%2520%2520%2520%2520%2520%2520bingroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520the%2520%2560xbingroup%2560%2520and%2520%2560ybingroup%2560%2520default%2520prefix%2520For%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2C%2520setting%2520a%2520%2560bingroup%2560%2520of%25201%2520on%2520two%2520histogram2d%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520will%2520make%2520them%2520their%2520x-bins%2520and%2520y-bins%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520separately.%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2dcontour.ColorBa%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520r%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560zmin%2560%2520and%2520%2560zmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520contours%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2dcontour.Contour%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520s%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520histfunc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520binning%2520function%2520used%2520for%2520this%2520histogram%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace.%2520If%2520%26%2334%3Bcount%26%2334%3B%2C%2520the%2520histogram%2520values%2520are%2520computed%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520counting%2520the%2520number%2520of%2520values%2520lying%2520inside%2520each%2520bin.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bsum%26%2334%3B%2C%2520%26%2334%3Bavg%26%2334%3B%2C%2520%26%2334%3Bmin%26%2334%3B%2C%2520%26%2334%3Bmax%26%2334%3B%2C%2520the%2520histogram%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520computed%2520using%2520the%2520sum%2C%2520the%2520average%2C%2520the%2520minimum%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520maximum%2520of%2520the%2520values%2520lying%2520inside%2520each%2520bin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520respectively.%2520%7C%2520%2520%2520%2520%2520%2520histnorm%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520type%2520of%2520normalization%2520used%2520for%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520histogram%2520trace.%2520If%2520%26%2334%3B%26%2334%3B%2C%2520the%2520span%2520of%2520each%2520bar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520number%2520of%2520occurrences%2520(i.e.%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520number%2520of%2520data%2520points%2520lying%2520inside%2520the%2520bins).%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bpercent%26%2334%3B%2520%2F%2520%26%2334%3Bprobability%26%2334%3B%2C%2520the%2520span%2520of%2520each%2520bar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520percentage%2520%2F%2520fraction%2520of%2520occurrences%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520total%2520number%2520of%2520sample%2520points%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(here%2C%2520the%2520sum%2520of%2520all%2520bin%2520HEIGHTS%2520equals%2520100%25%2520%2F%25201).%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bdensity%26%2334%3B%2C%2520the%2520span%2520of%2520each%2520bar%2520corresponds%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520number%2520of%2520occurrences%2520in%2520a%2520bin%2520divided%2520by%2520the%2520size%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520bin%2520interval%2520(here%2C%2520the%2520sum%2520of%2520all%2520bin%2520AREAS%2520equals%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520total%2520number%2520of%2520sample%2520points).%2520If%2520*probability%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520density*%2C%2520the%2520area%2520of%2520each%2520bar%2520corresponds%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520probability%2520that%2520an%2520event%2520will%2520fall%2520into%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponding%2520bin%2520(here%2C%2520the%2520sum%2520of%2520all%2520bin%2520AREAS%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520equals%25201).%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2dcontour.Hoverla%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bel%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variable%2520%2560z%2560%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2dcontour.Legendg%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rouptitle%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2dcontour.Line%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2dcontour.Marker%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520nbinsx%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520maximum%2520number%2520of%2520desired%2520bins.%2520This%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520will%2520be%2520used%2520in%2520an%2520algorithm%2520that%2520will%2520decide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520optimal%2520bin%2520size%2520such%2520that%2520the%2520histogram%2520best%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visualizes%2520the%2520distribution%2520of%2520the%2520data.%2520Ignored%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560xbins.size%2560%2520is%2520provided.%2520%7C%2520%2520%2520%2520%2520%2520nbinsy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520maximum%2520number%2520of%2520desired%2520bins.%2520This%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520will%2520be%2520used%2520in%2520an%2520algorithm%2520that%2520will%2520decide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520optimal%2520bin%2520size%2520such%2520that%2520the%2520histogram%2520best%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visualizes%2520the%2520distribution%2520of%2520the%2520data.%2520Ignored%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ybins.size%2560%2520is%2520provided.%2520%7C%2520%2520%2520%2520%2520%2520ncontours%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520maximum%2520number%2520of%2520contour%2520levels.%2520The%2520actual%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520number%2520of%2520contours%2520will%2520be%2520chosen%2520automatically%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520less%2520than%2520or%2520equal%2520to%2520the%2520value%2520of%2520%2560ncontours%2560.%2520Has%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520only%2520if%2520%2560autocontour%2560%2520is%2520True%2520or%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560contours.size%2560%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560zmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2dcontour.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520For%2520this%2520trace%2520it%2520only%2520has%2520an%2520effect%2520if%2520%2560coloring%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520set%2520to%2520%26%2334%3Bheatmap%26%2334%3B.%2520Sets%2520the%2520text%2520font.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520For%2520this%2520trace%2520it%2520only%2520has%2520an%2520effect%2520if%2520%2560coloring%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520set%2520to%2520%26%2334%3Bheatmap%26%2334%3B.%2520Template%2520string%2520used%2520for%2520rendering%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520information%2520text%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520will%2520override%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520%25%7Bvariable%7D%2C%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560x%2560%2C%2520%2560y%2560%2C%2520%2560z%2560%2520and%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520sample%2520data%2520to%2520be%2520binned%2520on%2520the%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520xbingroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520a%2520group%2520of%2520histogram%2520traces%2520which%2520will%2520have%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520compatible%2520x-bin%2520settings.%2520Using%2520%2560xbingroup%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520histogram2d%2520and%2520histogram2dcontour%2520traces%2520%2520(on%2520axes%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520axis%2520type)%2520can%2520have%2520compatible%2520x-bin%2520settings.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520the%2520same%2520%2560xbingroup%2560%2520value%2520can%2520be%2520used%2520to%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(1D)%2520histogram%2520%2560bingroup%2560%2520%7C%2520%2520%2520%2520%2520%2520xbins%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2dcontour.XBins%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520xcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560x%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520sample%2520data%2520to%2520be%2520binned%2520on%2520the%2520y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520ybingroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520a%2520group%2520of%2520histogram%2520traces%2520which%2520will%2520have%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520compatible%2520y-bin%2520settings.%2520Using%2520%2560ybingroup%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520histogram2d%2520and%2520histogram2dcontour%2520traces%2520%2520(on%2520axes%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520axis%2520type)%2520can%2520have%2520compatible%2520y-bin%2520settings.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520the%2520same%2520%2560ybingroup%2560%2520value%2520can%2520be%2520used%2520to%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(1D)%2520histogram%2520%2560bingroup%2560%2520%7C%2520%2520%2520%2520%2520%2520ybins%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.histogram2dcontour.YBins%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520ycalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560y%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520aggregation%2520data.%2520%7C%2520%2520%2520%2520%2520%2520zauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520in%2520%2560z%2560)%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bounds%2520set%2520in%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520Defaults%2520to%2520%2560false%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560zmin%2560%2520and%2520%2560zmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520zhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560z%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25203%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.By%2520default%2520the%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520formatted%2520using%2520generic%2520number%2520format.%2520%7C%2520%2520%2520%2520%2520%2520zmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmin%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560zmin%2560%2520and%2For%2520%2560zmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560.%2520Has%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520when%2520%2560zauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520zmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520in%2520%2560z%2560%2520and%2520if%2520set%2C%2520%2560zmax%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_hline(self%2C%2520y%2C%2520row%3D%26%2339%3Ball%26%2339%3B%2C%2520col%3D%26%2339%3Ball%26%2339%3B%2C%2520exclude_empty_subplots%3DTrue%2C%2520annotation%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520horizontal%2520line%2520to%2520a%2520plot%2520or%2520subplot%2520that%2520extends%2520infinitely%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520x-dimension.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520y%3A%2520float%2520or%2520int%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520number%2520representing%2520the%2520y%2520coordinate%2520of%2520the%2520horizontal%2520line.%2520%7C%2520%2520%2520%2520%2520%2520exclude_empty_subplots%3A%2520Boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2520(default)%2520do%2520not%2520place%2520the%2520shape%2520on%2520subplots%2520that%2520have%2520no%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plotted%2520on%2520them.%2520%7C%2520%2520%2520%2520%2520%2520row%3A%2520None%2C%2520int%2520or%2520%26%2339%3Ball%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520for%2520shape%2520indexed%2520starting%2520at%25201.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520rows%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520specified%2520column(s).%2520If%2520both%2520row%2520and%2520col%2520are%2520None%2C%2520addresses%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520first%2520subplot%2520if%2520subplots%2520exist%2C%2520or%2520the%2520only%2520plot.%2520By%2520default%2520is%2520%26%2334%3Ball%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520col%3A%2520None%2C%2520int%2520or%2520%26%2339%3Ball%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520column%2520for%2520shape%2520indexed%2520starting%2520at%25201.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520rows%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520specified%2520column(s).%2520If%2520both%2520row%2520and%2520col%2520are%2520None%2C%2520addresses%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520first%2520subplot%2520if%2520subplots%2520exist%2C%2520or%2520the%2520only%2520plot.%2520By%2520default%2520is%2520%26%2334%3Ball%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520annotation%3A%2520dict%2520or%2520plotly.graph_objects.layout.Annotation.%2520If%2520dict()%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520it%2520is%2520interpreted%2520as%2520describing%2520an%2520annotation.%2520The%2520annotation%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520placed%2520relative%2520to%2520the%2520shape%2520based%2520on%2520annotation_position%2520(see%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520below)%2520unless%2520its%2520x%2520or%2520y%2520value%2520has%2520been%2520specified%2520for%2520the%2520annotation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520passed%2520here.%2520xref%2520and%2520yref%2520are%2520always%2520the%2520same%2520as%2520for%2520the%2520added%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520shape%2520and%2520cannot%2520be%2520overridden.%2520%7C%2520%2520%2520%2520%2520%2520annotation_position%3A%2520a%2520string%2520containing%2520optionally%2520%5B%26%2334%3Btop%26%2334%3B%2C%2520%26%2334%3Bbottom%26%2334%3B%5D%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%5B%26%2334%3Bleft%26%2334%3B%2C%2520%26%2334%3Bright%26%2334%3B%5D%2520specifying%2520where%2520the%2520text%2520should%2520be%2520anchored%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520on%2520the%2520line.%2520Example%2520positions%2520are%2520%26%2334%3Bbottom%2520left%26%2334%3B%2C%2520%26%2334%3Bright%2520top%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bright%26%2334%3B%2C%2520%26%2334%3Bbottom%26%2334%3B.%2520If%2520an%2520annotation%2520is%2520added%2520but%2520annotation_position%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520not%2520specified%2C%2520this%2520defaults%2520to%2520%26%2334%3Btop%2520right%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520annotation_*%3A%2520any%2520parameters%2520to%2520go.layout.Annotation%2520can%2520be%2520passed%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520keywords%2520by%2520prefixing%2520them%2520with%2520%26%2334%3Bannotation_%26%2334%3B.%2520For%2520example%2C%2520to%2520specify%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520annotation%2520text%2520%26%2334%3Bexample%26%2334%3B%2520you%2520can%2520pass%2520annotation_text%3D%26%2334%3Bexample%26%2334%3B%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520keyword%2520argument.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Any%2520named%2520function%2520parameters%2520that%2520can%2520be%2520passed%2520to%2520%26%2339%3Badd_shape%26%2339%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520except%2520for%2520x0%2C%2520x1%2C%2520y0%2C%2520y1%2520or%2520type.%2520%7C%2520%2520%2520%7C%2520%2520add_hrect(self%2C%2520y0%2C%2520y1%2C%2520row%3D%26%2339%3Ball%26%2339%3B%2C%2520col%3D%26%2339%3Ball%26%2339%3B%2C%2520exclude_empty_subplots%3DTrue%2C%2520annotation%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520rectangle%2520to%2520a%2520plot%2520or%2520subplot%2520that%2520extends%2520infinitely%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520x-dimension.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520y0%3A%2520float%2520or%2520int%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520number%2520representing%2520the%2520y%2520coordinate%2520of%2520one%2520side%2520of%2520the%2520rectangle.%2520%7C%2520%2520%2520%2520%2520%2520y1%3A%2520float%2520or%2520int%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520number%2520representing%2520the%2520y%2520coordinate%2520of%2520the%2520other%2520side%2520of%2520the%2520rectangle.%2520%7C%2520%2520%2520%2520%2520%2520exclude_empty_subplots%3A%2520Boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2520(default)%2520do%2520not%2520place%2520the%2520shape%2520on%2520subplots%2520that%2520have%2520no%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plotted%2520on%2520them.%2520%7C%2520%2520%2520%2520%2520%2520row%3A%2520None%2C%2520int%2520or%2520%26%2339%3Ball%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520for%2520shape%2520indexed%2520starting%2520at%25201.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520rows%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520specified%2520column(s).%2520If%2520both%2520row%2520and%2520col%2520are%2520None%2C%2520addresses%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520first%2520subplot%2520if%2520subplots%2520exist%2C%2520or%2520the%2520only%2520plot.%2520By%2520default%2520is%2520%26%2334%3Ball%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520col%3A%2520None%2C%2520int%2520or%2520%26%2339%3Ball%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520column%2520for%2520shape%2520indexed%2520starting%2520at%25201.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520rows%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520specified%2520column(s).%2520If%2520both%2520row%2520and%2520col%2520are%2520None%2C%2520addresses%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520first%2520subplot%2520if%2520subplots%2520exist%2C%2520or%2520the%2520only%2520plot.%2520By%2520default%2520is%2520%26%2334%3Ball%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520annotation%3A%2520dict%2520or%2520plotly.graph_objects.layout.Annotation.%2520If%2520dict()%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520it%2520is%2520interpreted%2520as%2520describing%2520an%2520annotation.%2520The%2520annotation%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520placed%2520relative%2520to%2520the%2520shape%2520based%2520on%2520annotation_position%2520(see%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520below)%2520unless%2520its%2520x%2520or%2520y%2520value%2520has%2520been%2520specified%2520for%2520the%2520annotation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520passed%2520here.%2520xref%2520and%2520yref%2520are%2520always%2520the%2520same%2520as%2520for%2520the%2520added%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520shape%2520and%2520cannot%2520be%2520overridden.%2520%7C%2520%2520%2520%2520%2520%2520annotation_position%3A%2520a%2520string%2520containing%2520optionally%2520%5B%26%2334%3Binside%26%2334%3B%2C%2520%26%2334%3Boutside%26%2334%3B%5D%2C%2520%5B%26%2334%3Btop%26%2334%3B%2C%2520%26%2334%3Bbottom%26%2334%3B%5D%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%5B%26%2334%3Bleft%26%2334%3B%2C%2520%26%2334%3Bright%26%2334%3B%5D%2520specifying%2520where%2520the%2520text%2520should%2520be%2520anchored%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520on%2520the%2520rectangle.%2520Example%2520positions%2520are%2520%26%2334%3Boutside%2520top%2520left%26%2334%3B%2C%2520%26%2334%3Binside%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%26%2334%3B%2C%2520%26%2334%3Bright%26%2334%3B%2C%2520%26%2334%3Binside%2520left%26%2334%3B%2C%2520%26%2334%3Binside%26%2334%3B%2520(%26%2334%3Boutside%26%2334%3B%2520is%2520not%2520supported).%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520an%2520annotation%2520is%2520added%2520but%2520annotation_position%2520is%2520not%2520specified%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520defaults%2520to%2520%26%2334%3Binside%2520top%2520right%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520annotation_*%3A%2520any%2520parameters%2520to%2520go.layout.Annotation%2520can%2520be%2520passed%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520keywords%2520by%2520prefixing%2520them%2520with%2520%26%2334%3Bannotation_%26%2334%3B.%2520For%2520example%2C%2520to%2520specify%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520annotation%2520text%2520%26%2334%3Bexample%26%2334%3B%2520you%2520can%2520pass%2520annotation_text%3D%26%2334%3Bexample%26%2334%3B%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520keyword%2520argument.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Any%2520named%2520function%2520parameters%2520that%2520can%2520be%2520passed%2520to%2520%26%2339%3Badd_shape%26%2339%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520except%2520for%2520x0%2C%2520x1%2C%2520y0%2C%2520y1%2520or%2520type.%2520%7C%2520%2520%2520%7C%2520%2520add_icicle(self%2C%2520branchvalues%3DNone%2C%2520count%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520domain%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520insidetextfont%3DNone%2C%2520labels%3DNone%2C%2520labelssrc%3DNone%2C%2520leaf%3DNone%2C%2520legend%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520level%3DNone%2C%2520marker%3DNone%2C%2520maxdepth%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520outsidetextfont%3DNone%2C%2520parents%3DNone%2C%2520parentssrc%3DNone%2C%2520pathbar%3DNone%2C%2520root%3DNone%2C%2520sort%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textinfo%3DNone%2C%2520textposition%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520tiling%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520values%3DNone%2C%2520valuessrc%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Icicle%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Visualize%2520hierarchal%2520data%2520from%2520leaves%2520(and%2For%2520outer%2520branches)%2520%7C%2520%2520%2520%2520%2520%2520towards%2520root%2520with%2520rectangles.%2520The%2520icicle%2520sectors%2520are%2520determined%2520%7C%2520%2520%2520%2520%2520%2520by%2520the%2520entries%2520in%2520%26%2334%3Blabels%26%2334%3B%2520or%2520%26%2334%3Bids%26%2334%3B%2520and%2520in%2520%26%2334%3Bparents%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520branchvalues%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520how%2520the%2520items%2520in%2520%2560values%2560%2520are%2520summed.%2520When%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520set%2520to%2520%26%2334%3Btotal%26%2334%3B%2C%2520items%2520in%2520%2560values%2560%2520are%2520taken%2520to%2520be%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520all%2520its%2520descendants.%2520When%2520set%2520to%2520%26%2334%3Bremainder%26%2334%3B%2C%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520%2560values%2560%2520corresponding%2520to%2520the%2520root%2520and%2520the%2520branches%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sectors%2520are%2520taken%2520to%2520be%2520the%2520extra%2520part%2520not%2520part%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sum%2520of%2520the%2520values%2520at%2520their%2520leaves.%2520%7C%2520%2520%2520%2520%2520%2520count%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520default%2520for%2520%2560values%2560%2520when%2520it%2520is%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520provided%2C%2520by%2520inferring%2520a%25201%2520for%2520each%2520of%2520the%2520%26%2334%3Bleaves%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2For%2520%26%2334%3Bbranches%26%2334%3B%2C%2520otherwise%25200.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520domain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.icicle.Domain%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.icicle.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560currentPath%2560%2C%2520%2560root%2560%2C%2520%2560entry%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560percentRoot%2560%2C%2520%2560percentEntry%2560%2520and%2520%2560percentParent%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520displayed%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520sector.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520for%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520of%2520this%2520trace%26%2339%3Bs%2520sectors.%2520To%2520be%2520seen%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520insidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560textinfo%2560%2520lying%2520inside%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sector.%2520%7C%2520%2520%2520%2520%2520%2520labels%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520labels%2520of%2520each%2520of%2520the%2520sectors.%2520%7C%2520%2520%2520%2520%2520%2520labelssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560labels%2560.%2520%7C%2520%2520%2520%2520%2520%2520leaf%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.icicle.Leaf%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.icicle.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520level%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520level%2520from%2520which%2520this%2520trace%2520hierarchy%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rendered.%2520Set%2520%2560level%2560%2520to%2520%2560%26%2339%3B%26%2339%3B%2560%2520to%2520start%2520from%2520the%2520root%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520node%2520in%2520the%2520hierarchy.%2520Must%2520be%2520an%2520%26%2334%3Bid%26%2334%3B%2520if%2520%2560ids%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520filled%2520in%2C%2520otherwise%2520plotly%2520attempts%2520to%2520find%2520a%2520matching%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520item%2520in%2520%2560labels%2560.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.icicle.Marker%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520maxdepth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520number%2520of%2520rendered%2520sectors%2520from%2520any%2520given%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560level%2560.%2520Set%2520%2560maxdepth%2560%2520to%2520%26%2334%3B-1%26%2334%3B%2520to%2520render%2520all%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520levels%2520in%2520the%2520hierarchy.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520outsidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560textinfo%2560%2520lying%2520outside%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sector.%2520This%2520option%2520refers%2520to%2520the%2520root%2520of%2520the%2520hierarchy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520presented%2520on%2520top%2520left%2520corner%2520of%2520a%2520treemap%2520graph.%2520Please%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520note%2520that%2520if%2520a%2520hierarchy%2520has%2520multiple%2520root%2520nodes%2C%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520option%2520won%26%2339%3Bt%2520have%2520any%2520effect%2520and%2520%2560insidetextfont%2560%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520used.%2520%7C%2520%2520%2520%2520%2520%2520parents%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520parent%2520sectors%2520for%2520each%2520of%2520the%2520sectors.%2520Empty%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520items%2520%26%2339%3B%26%2339%3B%2520are%2520understood%2520to%2520reference%2520the%2520root%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520node%2520in%2520the%2520hierarchy.%2520If%2520%2560ids%2560%2520is%2520filled%2C%2520%2560parents%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520are%2520understood%2520to%2520be%2520%26%2334%3Bids%26%2334%3B%2520themselves.%2520When%2520%2560ids%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520not%2520set%2C%2520plotly%2520attempts%2520to%2520find%2520matching%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560labels%2560%2C%2520but%2520beware%2520they%2520must%2520be%2520unique.%2520%7C%2520%2520%2520%2520%2520%2520parentssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560parents%2560.%2520%7C%2520%2520%2520%2520%2520%2520pathbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.icicle.Pathbar%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520root%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.icicle.Root%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520sort%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520sectors%2520are%2520reordered%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520from%2520largest%2520to%2520smallest.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.icicle.Stream%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520sector.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560textinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2C%2520these%2520elements%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520seen%2520on%2520the%2520chart.%2520If%2520trace%2520%2560hoverinfo%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520elements%2520will%2520be%2520seen%2520in%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560textinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520textinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520the%2520graph.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520positions%2520of%2520the%2520%2560text%2560%2520elements.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560currentPath%2560%2C%2520%2560root%2560%2C%2520%2560entry%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560percentRoot%2560%2C%2520%2560percentEntry%2560%2C%2520%2560percentParent%2560%2C%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560value%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520tiling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.icicle.Tiling%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520values%2520associated%2520with%2520each%2520of%2520the%2520sectors.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Use%2520with%2520%2560branchvalues%2560%2520to%2520determine%2520how%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520summed.%2520%7C%2520%2520%2520%2520%2520%2520valuessrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560values%2560.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_image(self%2C%2520colormodel%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520dx%3DNone%2C%2520dy%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520source%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520x0%3DNone%2C%2520xaxis%3DNone%2C%2520y0%3DNone%2C%2520yaxis%3DNone%2C%2520z%3DNone%2C%2520zmax%3DNone%2C%2520zmin%3DNone%2C%2520zorder%3DNone%2C%2520zsmooth%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Image%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Display%2520an%2520image%2C%2520i.e.%2520data%2520on%2520a%25202D%2520regular%2520raster.%2520By%2520default%2C%2520%7C%2520%2520%2520%2520%2520%2520when%2520an%2520image%2520is%2520displayed%2520in%2520a%2520subplot%2C%2520its%2520y%2520axis%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520reversed%2520(ie.%2520%2560autorange%3A%2520%26%2339%3Breversed%26%2339%3B%2560)%2C%2520constrained%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520domain%2520(ie.%2520%2560constrain%3A%2520%26%2339%3Bdomain%26%2339%3B%2560)%2520and%2520it%2520will%2520have%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520scale%2520as%2520its%2520x%2520axis%2520(ie.%2520%2560scaleanchor%3A%2520%26%2339%3Bx%2C%2560)%2520in%2520order%2520for%2520%7C%2520%2520%2520%2520%2520%2520pixels%2520to%2520be%2520rendered%2520as%2520squares.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520colormodel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Color%2520model%2520used%2520to%2520map%2520the%2520numerical%2520color%2520components%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520in%2520%2560z%2560%2520into%2520colors.%2520If%2520%2560source%2560%2520is%2520specified%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520attribute%2520will%2520be%2520set%2520to%2520%2560rgba256%2560%2520otherwise%2520it%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520defaults%2520to%2520%2560rgb%2560.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520dx%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520the%2520pixel%26%2339%3Bs%2520horizontal%2520size.%2520%7C%2520%2520%2520%2520%2520%2520dy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520the%2520pixel%26%2339%3Bs%2520vertical%2520size%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.image.Hoverlabel%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560z%2560%2C%2520%2560color%2560%2520and%2520%2560colormodel%2560.%2520Anything%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520displayed%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.image.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520source%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520data%2520URI%2520of%2520the%2520image%2520to%2520be%2520visualized.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520URI%2520consists%2520of%2520%26%2334%3Bdata%3Aimage%2F%5B%26lt%3Bmedia%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subtype%5C%26gt%3B%5D%5B%3Bbase64%5C%5D%2C%26lt%3Bdata%5C%26gt%3B%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.image.Stream%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520elements%2520associated%2520with%2520each%2520z%2520value.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520the%2520image%26%2339%3Bs%2520x%2520position.%2520The%2520left%2520edge%2520of%2520the%2520image%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(or%2520the%2520right%2520edge%2520if%2520the%2520x%2520axis%2520is%2520reversed%2520or%2520dx%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520negative)%2520will%2520be%2520found%2520at%2520xmin%3Dx0-dx%2F2%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520y0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520the%2520image%26%2339%3Bs%2520y%2520position.%2520The%2520top%2520edge%2520of%2520the%2520image%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(or%2520the%2520bottom%2520edge%2520if%2520the%2520y%2520axis%2520is%2520NOT%2520reversed%2520or%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dy%2520is%2520negative)%2520will%2520be%2520found%2520at%2520ymin%3Dy0-dy%2F2.%2520By%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520default%2520when%2520an%2520image%2520trace%2520is%2520included%2C%2520the%2520y%2520axis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520reversed%2520so%2520that%2520the%2520image%2520is%2520right-side-up%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520but%2520you%2520can%2520disable%2520this%2520by%2520setting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520yaxis.autorange%3Dtrue%2520or%2520by%2520providing%2520an%2520explicit%2520y%2520axis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520range.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%25202-dimensional%2520array%2520in%2520which%2520each%2520element%2520is%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%25203%2520or%25204%2520numbers%2520representing%2520a%2520color.%2520%7C%2520%2520%2520%2520%2520%2520zmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520defining%2520the%2520higher%2520bound%2520for%2520each%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520component.%2520Note%2520that%2520the%2520default%2520value%2520will%2520depend%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520colormodel.%2520For%2520the%2520%2560rgb%2560%2520colormodel%2C%2520it%2520is%2520%5B255%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520255%2C%2520255%5D.%2520For%2520the%2520%2560rgba%2560%2520colormodel%2C%2520it%2520is%2520%5B255%2C%2520255%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520255%2C%25201%5D.%2520For%2520the%2520%2560rgba256%2560%2520colormodel%2C%2520it%2520is%2520%5B255%2C%2520255%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520255%2C%2520255%5D.%2520For%2520the%2520%2560hsl%2560%2520colormodel%2C%2520it%2520is%2520%5B360%2C%2520100%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520100%5D.%2520For%2520the%2520%2560hsla%2560%2520colormodel%2C%2520it%2520is%2520%5B360%2C%2520100%2C%2520100%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201%5D.%2520%7C%2520%2520%2520%2520%2520%2520zmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520defining%2520the%2520lower%2520bound%2520for%2520each%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520component.%2520Note%2520that%2520the%2520default%2520value%2520will%2520depend%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520colormodel.%2520For%2520the%2520%2560rgb%2560%2520colormodel%2C%2520it%2520is%2520%5B0%2C%25200%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25200%5D.%2520For%2520the%2520%2560rgba%2560%2520colormodel%2C%2520it%2520is%2520%5B0%2C%25200%2C%25200%2C%25200%5D.%2520For%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560rgba256%2560%2520colormodel%2C%2520it%2520is%2520%5B0%2C%25200%2C%25200%2C%25200%5D.%2520For%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hsl%2560%2520colormodel%2C%2520it%2520is%2520%5B0%2C%25200%2C%25200%5D.%2520For%2520the%2520%2560hsla%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colormodel%2C%2520it%2520is%2520%5B0%2C%25200%2C%25200%2C%25200%5D.%2520%7C%2520%2520%2520%2520%2520%2520zorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520layer%2520on%2520which%2520this%2520trace%2520is%2520displayed%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to%2520other%2520SVG%2520traces%2520on%2520the%2520same%2520subplot.%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520with%2520higher%2520%2560zorder%2560%2520appear%2520in%2520front%2520of%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520lower%2520%2560zorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520zsmooth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Picks%2520a%2520smoothing%2520algorithm%2520used%2520to%2520smooth%2520%2560z%2560%2520data.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520This%2520only%2520applies%2520for%2520image%2520traces%2520that%2520use%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560source%2560%2520attribute.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_indicator(self%2C%2520align%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520delta%3DNone%2C%2520domain%3DNone%2C%2520gauge%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520mode%3DNone%2C%2520name%3DNone%2C%2520number%3DNone%2C%2520stream%3DNone%2C%2520title%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520value%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Indicator%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520An%2520indicator%2520is%2520used%2520to%2520visualize%2520a%2520single%2520%2560value%2560%2520along%2520with%2520%7C%2520%2520%2520%2520%2520%2520some%2520contextual%2520information%2520such%2520as%2520%2560steps%2560%2520or%2520a%2520%2560threshold%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520using%2520a%2520combination%2520of%2520three%2520visual%2520elements%3A%2520a%2520number%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520delta%2C%2520and%2For%2520a%2520gauge.%2520Deltas%2520are%2520taken%2520with%2520respect%2520to%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2560reference%2560.%2520Gauges%2520can%2520be%2520either%2520angular%2520or%2520bullet%2520(aka%2520%7C%2520%2520%2520%2520%2520%2520linear)%2520gauges.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520align%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520horizontal%2520alignment%2520of%2520the%2520%2560text%2560%2520within%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520box.%2520Note%2520that%2520this%2520attribute%2520has%2520no%2520effect%2520if%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520angular%2520gauge%2520is%2520displayed%3A%2520in%2520this%2520case%2C%2520it%2520is%2520always%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520centered%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520delta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.indicator.Delta%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520domain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.indicator.Domain%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520gauge%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520gauge%2520of%2520the%2520Indicator%2520plot.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.indicator.Legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520how%2520the%2520value%2520is%2520displayed%2520on%2520the%2520graph.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560number%2560%2520displays%2520the%2520value%2520numerically%2520in%2520text.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560delta%2560%2520displays%2520the%2520difference%2520to%2520a%2520reference%2520value%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text.%2520Finally%2C%2520%2560gauge%2560%2520displays%2520the%2520value%2520graphically%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520on%2520an%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.indicator.Number%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.indicator.Stream%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520title%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.indicator.Title%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520number%2520to%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_isosurface(self%2C%2520autocolorscale%3DNone%2C%2520caps%3DNone%2C%2520cauto%3DNone%2C%2520cmax%3DNone%2C%2520cmid%3DNone%2C%2520cmin%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520contour%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520flatshading%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520isomax%3DNone%2C%2520isomin%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520lighting%3DNone%2C%2520lightposition%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520reversescale%3DNone%2C%2520scene%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520slices%3DNone%2C%2520spaceframe%3DNone%2C%2520stream%3DNone%2C%2520surface%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520value%3DNone%2C%2520valuehoverformat%3DNone%2C%2520valuesrc%3DNone%2C%2520visible%3DNone%2C%2520x%3DNone%2C%2520xhoverformat%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520yhoverformat%3DNone%2C%2520ysrc%3DNone%2C%2520z%3DNone%2C%2520zhoverformat%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Isosurface%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Draws%2520isosurfaces%2520between%2520iso-min%2520and%2520iso-max%2520values%2520with%2520%7C%2520%2520%2520%2520%2520%2520coordinates%2520given%2520by%2520four%25201-dimensional%2520arrays%2520containing%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2560value%2560%2C%2520%2560x%2560%2C%2520%2560y%2560%2520and%2520%2560z%2560%2520of%2520every%2520vertex%2520of%2520a%2520uniform%2520or%2520non-%2520%7C%2520%2520%2520%2520%2520%2520uniform%25203-D%2520grid.%2520Horizontal%2520or%2520vertical%2520slices%2C%2520caps%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520as%2520spaceframe%2520between%2520iso-min%2520and%2520iso-max%2520values%2520could%2520also%2520be%2520%7C%2520%2520%2520%2520%2520%2520drawn%2520using%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520caps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.isosurface.Caps%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520cauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520%2560value%2560)%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bounds%2520set%2520in%2520%2560cmin%2560%2520and%2520%2560cmax%2560%2520Defaults%2520to%2520%2560false%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560cmin%2560%2520and%2520%2560cmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520cmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520%2560value%2560%2520and%2520if%2520set%2C%2520%2560cmin%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520cmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560cmin%2560%2520and%2For%2520%2560cmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520%2560value%2560.%2520Has%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520when%2520%2560cauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520cmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520%2560value%2560%2520and%2520if%2520set%2C%2520%2560cmax%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.isosurface.ColorBar%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560cmin%2560%2520and%2520%2560cmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520contour%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.isosurface.Contour%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520flatshading%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520normal%2520smoothing%2520is%2520applied%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520meshes%2C%2520creating%2520meshes%2520with%2520an%2520angular%2C%2520low-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520poly%2520look%2520via%2520flat%2520reflections.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.isosurface.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520isomax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520maximum%2520boundary%2520for%2520iso-surface%2520plot.%2520%7C%2520%2520%2520%2520%2520%2520isomin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520minimum%2520boundary%2520for%2520iso-surface%2520plot.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.isosurface.Legendgrouptitl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520e%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520lighting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.isosurface.Lighting%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520lightposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.isosurface.Lightposition%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520surface.%2520Please%2520note%2520that%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520case%2520of%2520using%2520high%2520%2560opacity%2560%2520values%2520for%2520example%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520greater%2520than%2520or%2520equal%2520to%25200.5%2520on%2520two%2520surfaces%2520(and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25200.25%2520with%2520four%2520surfaces)%2C%2520an%2520overlay%2520of%2520multiple%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transparent%2520surfaces%2520may%2520not%2520perfectly%2520be%2520sorted%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520depth%2520by%2520the%2520webgl%2520API.%2520This%2520behavior%2520may%2520be%2520improved%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520the%2520near%2520future%2520and%2520is%2520subject%2520to%2520change.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560cmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560cmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520scene%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%25203D%2520coordinate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520system%2520and%2520a%25203D%2520scene.%2520If%2520%26%2334%3Bscene%26%2334%3B%2520(the%2520default%2520value)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520(x%2Cy%2Cz)%2520coordinates%2520refer%2520to%2520%2560layout.scene%2560.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bscene2%26%2334%3B%2C%2520the%2520(x%2Cy%2Cz)%2520coordinates%2520refer%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.scene2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520slices%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.isosurface.Slices%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520spaceframe%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.isosurface.Spaceframe%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.isosurface.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520surface%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.isosurface.Surface%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520elements%2520associated%2520with%2520the%2520vertices.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%25204th%2520dimension%2520(value)%2520of%2520the%2520vertices.%2520%7C%2520%2520%2520%2520%2520%2520valuehoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560value%2560%2520%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25203%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.By%2520default%2520the%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520formatted%2520using%2520generic%2520number%2520format.%2520%7C%2520%2520%2520%2520%2520%2520valuesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560value%2560.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520X%2520coordinates%2520of%2520the%2520vertices%2520on%2520X%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520Y%2520coordinates%2520of%2520the%2520vertices%2520on%2520Y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520Z%2520coordinates%2520of%2520the%2520vertices%2520on%2520Z%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520zhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560z%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560zaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_layout_image(self%2C%2520arg%3DNone%2C%2520layer%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520sizex%3DNone%2C%2520sizey%3DNone%2C%2520sizing%3DNone%2C%2520source%3DNone%2C%2520templateitemname%3DNone%2C%2520visible%3DNone%2C%2520x%3DNone%2C%2520xanchor%3DNone%2C%2520xref%3DNone%2C%2520y%3DNone%2C%2520yanchor%3DNone%2C%2520yref%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520exclude_empty_subplots%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Create%2520and%2520add%2520a%2520new%2520image%2520to%2520the%2520figure%26%2339%3Bs%2520layout%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520arg%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520of%2520Image%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520layer%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520whether%2520images%2520are%2520drawn%2520below%2520or%2520above%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces.%2520When%2520%2560xref%2560%2520and%2520%2560yref%2560%2520are%2520both%2520set%2520to%2520%2560paper%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520image%2520is%2520drawn%2520below%2520the%2520entire%2520plot%2520area.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520When%2520used%2520in%2520a%2520template%2C%2520named%2520items%2520are%2520created%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520output%2520figure%2520in%2520addition%2520to%2520any%2520items%2520the%2520figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520already%2520has%2520in%2520this%2520array.%2520You%2520can%2520modify%2520these%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520the%2520output%2520figure%2520by%2520making%2520your%2520own%2520item%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560templateitemname%2560%2520matching%2520this%2520%2560name%2560%2520alongside%2520your%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520modifications%2520(including%2520%2560visible%3A%2520false%2560%2520or%2520%2560enabled%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520false%2560%2520to%2520hide%2520it).%2520Has%2520no%2520effect%2520outside%2520of%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520image.%2520%7C%2520%2520%2520%2520%2520%2520sizex%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520image%2520container%2520size%2520horizontally.%2520The%2520image%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520sized%2520based%2520on%2520the%2520%2560position%2560%2520value.%2520When%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560xref%2560%2520is%2520set%2520to%2520%2560paper%2560%2C%2520units%2520are%2520sized%2520relative%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520plot%2520width.%2520When%2520%2560xref%2560%2520ends%2520with%2520%2560%2520domain%2560%2C%2520units%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520sized%2520relative%2520to%2520the%2520axis%2520width.%2520%7C%2520%2520%2520%2520%2520%2520sizey%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520image%2520container%2520size%2520vertically.%2520The%2520image%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520sized%2520based%2520on%2520the%2520%2560position%2560%2520value.%2520When%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560yref%2560%2520is%2520set%2520to%2520%2560paper%2560%2C%2520units%2520are%2520sized%2520relative%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520plot%2520height.%2520When%2520%2560yref%2560%2520ends%2520with%2520%2560%2520domain%2560%2C%2520units%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520sized%2520relative%2520to%2520the%2520axis%2520height.%2520%7C%2520%2520%2520%2520%2520%2520sizing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520which%2520dimension%2520of%2520the%2520image%2520to%2520constrain.%2520%7C%2520%2520%2520%2520%2520%2520source%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520URL%2520of%2520the%2520image%2520to%2520be%2520used.%2520The%2520URL%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520accessible%2520from%2520the%2520domain%2520where%2520the%2520plot%2520code%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520run%2C%2520and%2520can%2520be%2520either%2520relative%2520or%2520absolute.%2520%7C%2520%2520%2520%2520%2520%2520templateitemname%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Used%2520to%2520refer%2520to%2520a%2520named%2520item%2520in%2520this%2520array%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template.%2520Named%2520items%2520from%2520the%2520template%2520will%2520be%2520created%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520even%2520without%2520a%2520matching%2520item%2520in%2520the%2520input%2520figure%2C%2520but%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520you%2520can%2520modify%2520one%2520by%2520making%2520an%2520item%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560templateitemname%2560%2520matching%2520its%2520%2560name%2560%2C%2520alongside%2520your%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520modifications%2520(including%2520%2560visible%3A%2520false%2560%2520or%2520%2560enabled%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520false%2560%2520to%2520hide%2520it).%2520If%2520there%2520is%2520no%2520template%2520or%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520item%2C%2520this%2520item%2520will%2520be%2520hidden%2520unless%2520you%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520explicitly%2520show%2520it%2520with%2520%2560visible%3A%2520true%2560.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520image%2520is%2520visible.%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520image%26%2339%3Bs%2520x%2520position.%2520When%2520%2560xref%2560%2520is%2520set%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560paper%2560%2C%2520units%2520are%2520sized%2520relative%2520to%2520the%2520plot%2520height.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520See%2520%2560xref%2560%2520for%2520more%2520info%2520%7C%2520%2520%2520%2520%2520%2520xanchor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520anchor%2520for%2520the%2520x%2520position%2520%7C%2520%2520%2520%2520%2520%2520xref%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520images%26%2339%3Bs%2520x%2520coordinate%2520axis.%2520If%2520set%2520to%2520a%2520x%2520axis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520id%2520(e.g.%2520%26%2334%3Bx%26%2334%3B%2520or%2520%26%2334%3Bx2%26%2334%3B)%2C%2520the%2520%2560x%2560%2520position%2520refers%2520to%2520a%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate.%2520If%2520set%2520to%2520%26%2334%3Bpaper%26%2334%3B%2C%2520the%2520%2560x%2560%2520position%2520refers%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520distance%2520from%2520the%2520left%2520of%2520the%2520plotting%2520area%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520normalized%2520coordinates%2520where%25200%2520(1)%2520corresponds%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520left%2520(right).%2520If%2520set%2520to%2520a%2520x%2520axis%2520ID%2520followed%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bdomain%26%2334%3B%2520(separated%2520by%2520a%2520space)%2C%2520the%2520position%2520behaves%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520like%2520for%2520%26%2334%3Bpaper%26%2334%3B%2C%2520but%2520refers%2520to%2520the%2520distance%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fractions%2520of%2520the%2520domain%2520length%2520from%2520the%2520left%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520that%2520axis%3A%2520e.g.%2C%2520*x2%2520domain*%2520refers%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520the%2520second%2520x%2520%2520axis%2520and%2520a%2520x%2520position%2520of%25200.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refers%2520to%2520the%2520point%2520between%2520the%2520left%2520and%2520the%2520right%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520domain%2520of%2520the%2520second%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520image%26%2339%3Bs%2520y%2520position.%2520When%2520%2560yref%2560%2520is%2520set%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560paper%2560%2C%2520units%2520are%2520sized%2520relative%2520to%2520the%2520plot%2520height.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520See%2520%2560yref%2560%2520for%2520more%2520info%2520%7C%2520%2520%2520%2520%2520%2520yanchor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520anchor%2520for%2520the%2520y%2520position.%2520%7C%2520%2520%2520%2520%2520%2520yref%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520images%26%2339%3Bs%2520y%2520coordinate%2520axis.%2520If%2520set%2520to%2520a%2520y%2520axis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520id%2520(e.g.%2520%26%2334%3By%26%2334%3B%2520or%2520%26%2334%3By2%26%2334%3B)%2C%2520the%2520%2560y%2560%2520position%2520refers%2520to%2520a%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate.%2520If%2520set%2520to%2520%26%2334%3Bpaper%26%2334%3B%2C%2520the%2520%2560y%2560%2520position%2520refers%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520distance%2520from%2520the%2520bottom%2520of%2520the%2520plotting%2520area%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520normalized%2520coordinates%2520where%25200%2520(1)%2520corresponds%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2520(top).%2520If%2520set%2520to%2520a%2520y%2520axis%2520ID%2520followed%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bdomain%26%2334%3B%2520(separated%2520by%2520a%2520space)%2C%2520the%2520position%2520behaves%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520like%2520for%2520%26%2334%3Bpaper%26%2334%3B%2C%2520but%2520refers%2520to%2520the%2520distance%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fractions%2520of%2520the%2520domain%2520length%2520from%2520the%2520bottom%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520that%2520axis%3A%2520e.g.%2C%2520*y2%2520domain*%2520refers%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520the%2520second%2520y%2520%2520axis%2520and%2520a%2520y%2520position%2520of%25200.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refers%2520to%2520the%2520point%2520between%2520the%2520bottom%2520and%2520the%2520top%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520domain%2520of%2520the%2520second%2520y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520for%2520image.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520rows%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520column%2520for%2520image.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Whether%2520to%2520add%2520image%2520to%2520secondary%2520y-axis%2520%7C%2520%2520%2520%2520%2520%2520exclude_empty_subplots%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520image%2520will%2520not%2520be%2520added%2520to%2520subplots%2520without%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_mesh3d(self%2C%2520alphahull%3DNone%2C%2520autocolorscale%3DNone%2C%2520cauto%3DNone%2C%2520cmax%3DNone%2C%2520cmid%3DNone%2C%2520cmin%3DNone%2C%2520color%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520contour%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520delaunayaxis%3DNone%2C%2520facecolor%3DNone%2C%2520facecolorsrc%3DNone%2C%2520flatshading%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520i%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520intensity%3DNone%2C%2520intensitymode%3DNone%2C%2520intensitysrc%3DNone%2C%2520isrc%3DNone%2C%2520j%3DNone%2C%2520jsrc%3DNone%2C%2520k%3DNone%2C%2520ksrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520lighting%3DNone%2C%2520lightposition%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520reversescale%3DNone%2C%2520scene%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520vertexcolor%3DNone%2C%2520vertexcolorsrc%3DNone%2C%2520visible%3DNone%2C%2520x%3DNone%2C%2520xcalendar%3DNone%2C%2520xhoverformat%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520ycalendar%3DNone%2C%2520yhoverformat%3DNone%2C%2520ysrc%3DNone%2C%2520z%3DNone%2C%2520zcalendar%3DNone%2C%2520zhoverformat%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Mesh3d%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Draws%2520sets%2520of%2520triangles%2520with%2520coordinates%2520given%2520by%2520three%2520%7C%2520%2520%2520%2520%2520%25201-dimensional%2520arrays%2520in%2520%2560x%2560%2C%2520%2560y%2560%2C%2520%2560z%2560%2520and%2520(1)%2520a%2520sets%2520of%2520%2560i%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2560j%2560%2C%2520%2560k%2560%2520indices%2520(2)%2520Delaunay%2520triangulation%2520or%2520(3)%2520the%2520Alpha-%2520%7C%2520%2520%2520%2520%2520%2520shape%2520algorithm%2520or%2520(4)%2520the%2520Convex-hull%2520algorithm%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520alphahull%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520how%2520the%2520mesh%2520surface%2520triangles%2520are%2520derived%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520from%2520the%2520set%2520of%2520vertices%2520(points)%2520represented%2520by%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560%2C%2520%2560y%2560%2520and%2520%2560z%2560%2520arrays%2C%2520if%2520the%2520%2560i%2560%2C%2520%2560j%2560%2C%2520%2560k%2560%2520arrays%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520not%2520supplied.%2520For%2520general%2520use%2520of%2520%2560mesh3d%2560%2520it%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preferred%2520that%2520%2560i%2560%2C%2520%2560j%2560%2C%2520%2560k%2560%2520are%2520supplied.%2520If%2520%26%2334%3B-1%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Delaunay%2520triangulation%2520is%2520used%2C%2520which%2520is%2520mainly%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520suitable%2520if%2520the%2520mesh%2520is%2520a%2520single%2C%2520more%2520or%2520less%2520layer%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520surface%2520that%2520is%2520perpendicular%2520to%2520%2560delaunayaxis%2560.%2520In%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520case%2520the%2520%2560delaunayaxis%2560%2520intersects%2520the%2520mesh%2520surface%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520more%2520than%2520one%2520point%2520it%2520will%2520result%2520triangles%2520that%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520very%2520long%2520in%2520the%2520dimension%2520of%2520%2560delaunayaxis%2560.%2520If%2520%26%2334%3B%26gt%3B0%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520alpha-shape%2520algorithm%2520is%2520used.%2520In%2520this%2520case%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520positive%2520%2560alphahull%2560%2520value%2520signals%2520the%2520use%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alpha-shape%2520algorithm%2C%2520_and_%2520its%2520value%2520acts%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520parameter%2520for%2520the%2520mesh%2520fitting.%2520If%25200%2C%2520%2520the%2520convex-hull%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520algorithm%2520is%2520used.%2520It%2520is%2520suitable%2520for%2520convex%2520bodies%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520the%2520intention%2520is%2520to%2520enclose%2520the%2520%2560x%2560%2C%2520%2560y%2560%2520and%2520%2560z%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520point%2520set%2520into%2520a%2520convex%2520hull.%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520cauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520%2560intensity%2560)%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520bounds%2520set%2520in%2520%2560cmin%2560%2520and%2520%2560cmax%2560%2520Defaults%2520to%2520%2560false%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560cmin%2560%2520and%2520%2560cmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520cmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520%2560intensity%2560%2520and%2520if%2520set%2C%2520%2560cmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520cmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560cmin%2560%2520and%2For%2520%2560cmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520%2560intensity%2560.%2520Has%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520when%2520%2560cauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520cmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520%2560intensity%2560%2520and%2520if%2520set%2C%2520%2560cmax%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520color%2520of%2520the%2520whole%2520mesh%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.mesh3d.ColorBar%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560cmin%2560%2520and%2520%2560cmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520contour%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.mesh3d.Contour%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520delaunayaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520Delaunay%2520axis%2C%2520which%2520is%2520the%2520axis%2520that%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520perpendicular%2520to%2520the%2520surface%2520of%2520the%2520Delaunay%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520triangulation.%2520It%2520has%2520an%2520effect%2520if%2520%2560i%2560%2C%2520%2560j%2560%2C%2520%2560k%2560%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520not%2520provided%2520and%2520%2560alphahull%2560%2520is%2520set%2520to%2520indicate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Delaunay%2520triangulation.%2520%7C%2520%2520%2520%2520%2520%2520facecolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520color%2520of%2520each%2520face%2520Overrides%2520%26%2334%3Bcolor%26%2334%3B%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bvertexcolor%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520facecolorsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560facecolor%2560.%2520%7C%2520%2520%2520%2520%2520%2520flatshading%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520normal%2520smoothing%2520is%2520applied%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520meshes%2C%2520creating%2520meshes%2520with%2520an%2520angular%2C%2520low-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520poly%2520look%2520via%2520flat%2520reflections.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.mesh3d.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520i%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520vector%2520of%2520vertex%2520indices%2C%2520i.e.%2520integer%2520values%2520between%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25200%2520and%2520the%2520length%2520of%2520the%2520vertex%2520vectors%2C%2520representing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%26%2334%3Bfirst%26%2334%3B%2520vertex%2520of%2520a%2520triangle.%2520For%2520example%2C%2520%2560%7Bi%5Bm%5D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520j%5Bm%5D%2C%2520k%5Bm%5D%7D%2560%2520together%2520represent%2520face%2520m%2520(triangle%2520m)%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520mesh%2C%2520where%2520%2560i%5Bm%5D%2520%3D%2520n%2560%2520points%2520to%2520the%2520triplet%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%7Bx%5Bn%5D%2C%2520y%5Bn%5D%2C%2520z%5Bn%5D%7D%2560%2520in%2520the%2520vertex%2520arrays.%2520Therefore%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520element%2520in%2520%2560i%2560%2520represents%2520a%2520point%2520in%2520space%2C%2520which%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520first%2520vertex%2520of%2520a%2520triangle.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520intensity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520intensity%2520values%2520for%2520vertices%2520or%2520cells%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520defined%2520by%2520%2560intensitymode%2560.%2520It%2520can%2520be%2520used%2520for%2520plotting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fields%2520on%2520meshes.%2520%7C%2520%2520%2520%2520%2520%2520intensitymode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520the%2520source%2520of%2520%2560intensity%2560%2520values.%2520%7C%2520%2520%2520%2520%2520%2520intensitysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560intensity%2560.%2520%7C%2520%2520%2520%2520%2520%2520isrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560i%2560.%2520%7C%2520%2520%2520%2520%2520%2520j%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520vector%2520of%2520vertex%2520indices%2C%2520i.e.%2520integer%2520values%2520between%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25200%2520and%2520the%2520length%2520of%2520the%2520vertex%2520vectors%2C%2520representing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%26%2334%3Bsecond%26%2334%3B%2520vertex%2520of%2520a%2520triangle.%2520For%2520example%2C%2520%2560%7Bi%5Bm%5D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520j%5Bm%5D%2C%2520k%5Bm%5D%7D%2560%2520%2520together%2520represent%2520face%2520m%2520(triangle%2520m)%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520mesh%2C%2520where%2520%2560j%5Bm%5D%2520%3D%2520n%2560%2520points%2520to%2520the%2520triplet%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%7Bx%5Bn%5D%2C%2520y%5Bn%5D%2C%2520z%5Bn%5D%7D%2560%2520in%2520the%2520vertex%2520arrays.%2520Therefore%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520element%2520in%2520%2560j%2560%2520represents%2520a%2520point%2520in%2520space%2C%2520which%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520second%2520vertex%2520of%2520a%2520triangle.%2520%7C%2520%2520%2520%2520%2520%2520jsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560j%2560.%2520%7C%2520%2520%2520%2520%2520%2520k%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520vector%2520of%2520vertex%2520indices%2C%2520i.e.%2520integer%2520values%2520between%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25200%2520and%2520the%2520length%2520of%2520the%2520vertex%2520vectors%2C%2520representing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%26%2334%3Bthird%26%2334%3B%2520vertex%2520of%2520a%2520triangle.%2520For%2520example%2C%2520%2560%7Bi%5Bm%5D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520j%5Bm%5D%2C%2520k%5Bm%5D%7D%2560%2520together%2520represent%2520face%2520m%2520(triangle%2520m)%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520mesh%2C%2520where%2520%2560k%5Bm%5D%2520%3D%2520n%2560%2520points%2520to%2520the%2520triplet%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%7Bx%5Bn%5D%2C%2520y%5Bn%5D%2C%2520z%5Bn%5D%7D%2560%2520in%2520the%2520vertex%2520arrays.%2520Therefore%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520element%2520in%2520%2560k%2560%2520represents%2520a%2520point%2520in%2520space%2C%2520which%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520third%2520vertex%2520of%2520a%2520triangle.%2520%7C%2520%2520%2520%2520%2520%2520ksrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560k%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.mesh3d.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520lighting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.mesh3d.Lighting%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520lightposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.mesh3d.Lightposition%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520surface.%2520Please%2520note%2520that%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520case%2520of%2520using%2520high%2520%2560opacity%2560%2520values%2520for%2520example%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520greater%2520than%2520or%2520equal%2520to%25200.5%2520on%2520two%2520surfaces%2520(and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25200.25%2520with%2520four%2520surfaces)%2C%2520an%2520overlay%2520of%2520multiple%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transparent%2520surfaces%2520may%2520not%2520perfectly%2520be%2520sorted%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520depth%2520by%2520the%2520webgl%2520API.%2520This%2520behavior%2520may%2520be%2520improved%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520the%2520near%2520future%2520and%2520is%2520subject%2520to%2520change.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560cmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560cmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520scene%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%25203D%2520coordinate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520system%2520and%2520a%25203D%2520scene.%2520If%2520%26%2334%3Bscene%26%2334%3B%2520(the%2520default%2520value)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520(x%2Cy%2Cz)%2520coordinates%2520refer%2520to%2520%2560layout.scene%2560.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bscene2%26%2334%3B%2C%2520the%2520(x%2Cy%2Cz)%2520coordinates%2520refer%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.scene2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.mesh3d.Stream%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520elements%2520associated%2520with%2520the%2520vertices.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520vertexcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520color%2520of%2520each%2520vertex%2520Overrides%2520%26%2334%3Bcolor%26%2334%3B.%2520While%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Red%2C%2520green%2520and%2520blue%2520colors%2520are%2520in%2520the%2520range%2520of%25200%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520255%3B%2520in%2520the%2520case%2520of%2520having%2520vertex%2520color%2520data%2520in%2520RGBA%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2C%2520the%2520alpha%2520color%2520should%2520be%2520normalized%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520between%25200%2520and%25201.%2520%7C%2520%2520%2520%2520%2520%2520vertexcolorsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560vertexcolor%2560.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520X%2520coordinates%2520of%2520the%2520vertices.%2520The%2520nth%2520element%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520vectors%2520%2560x%2560%2C%2520%2560y%2560%2520and%2520%2560z%2560%2520jointly%2520represent%2520the%2520X%2C%2520Y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520Z%2520coordinates%2520of%2520the%2520nth%2520vertex.%2520%7C%2520%2520%2520%2520%2520%2520xcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560x%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520Y%2520coordinates%2520of%2520the%2520vertices.%2520The%2520nth%2520element%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520vectors%2520%2560x%2560%2C%2520%2560y%2560%2520and%2520%2560z%2560%2520jointly%2520represent%2520the%2520X%2C%2520Y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520Z%2520coordinates%2520of%2520the%2520nth%2520vertex.%2520%7C%2520%2520%2520%2520%2520%2520ycalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560y%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520Z%2520coordinates%2520of%2520the%2520vertices.%2520The%2520nth%2520element%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520vectors%2520%2560x%2560%2C%2520%2560y%2560%2520and%2520%2560z%2560%2520jointly%2520represent%2520the%2520X%2C%2520Y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520Z%2520coordinates%2520of%2520the%2520nth%2520vertex.%2520%7C%2520%2520%2520%2520%2520%2520zcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560z%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520zhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560z%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560zaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_ohlc(self%2C%2520close%3DNone%2C%2520closesrc%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520decreasing%3DNone%2C%2520high%3DNone%2C%2520highsrc%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520increasing%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520low%3DNone%2C%2520lowsrc%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520open%3DNone%2C%2520opensrc%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520tickwidth%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520x%3DNone%2C%2520xaxis%3DNone%2C%2520xcalendar%3DNone%2C%2520xhoverformat%3DNone%2C%2520xperiod%3DNone%2C%2520xperiod0%3DNone%2C%2520xperiodalignment%3DNone%2C%2520xsrc%3DNone%2C%2520yaxis%3DNone%2C%2520yhoverformat%3DNone%2C%2520zorder%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Ohlc%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520ohlc%2520(short%2520for%2520Open-High-Low-Close)%2520is%2520a%2520style%2520of%2520%7C%2520%2520%2520%2520%2520%2520financial%2520chart%2520describing%2520open%2C%2520high%2C%2520low%2520and%2520close%2520for%2520a%2520%7C%2520%2520%2520%2520%2520%2520given%2520%2560x%2560%2520coordinate%2520(most%2520likely%2520time).%2520The%2520tip%2520of%2520the%2520lines%2520%7C%2520%2520%2520%2520%2520%2520represent%2520the%2520%2560low%2560%2520and%2520%2560high%2560%2520values%2520and%2520the%2520horizontal%2520%7C%2520%2520%2520%2520%2520%2520segments%2520represent%2520the%2520%2560open%2560%2520and%2520%2560close%2560%2520values.%2520Sample%2520points%2520%7C%2520%2520%2520%2520%2520%2520where%2520the%2520close%2520value%2520is%2520higher%2520(lower)%2520then%2520the%2520open%2520value%2520are%2520%7C%2520%2520%2520%2520%2520%2520called%2520increasing%2520(decreasing).%2520By%2520default%2C%2520increasing%2520items%2520%7C%2520%2520%2520%2520%2520%2520are%2520drawn%2520in%2520green%2520whereas%2520decreasing%2520are%2520drawn%2520in%2520red.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520close%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520close%2520values.%2520%7C%2520%2520%2520%2520%2520%2520closesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560close%2560.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520decreasing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.ohlc.Decreasing%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520high%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520high%2520values.%2520%7C%2520%2520%2520%2520%2520%2520highsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560high%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.ohlc.Hoverlabel%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560open%2560%2C%2520%2560high%2560%2C%2520%2560low%2560%2520and%2520%2560close%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520displayed%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520increasing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.ohlc.Increasing%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.ohlc.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.ohlc.Line%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520low%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520low%2520values.%2520%7C%2520%2520%2520%2520%2520%2520lowsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560low%2560.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520open%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520open%2520values.%2520%7C%2520%2520%2520%2520%2520%2520opensrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560open%2560.%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.ohlc.Stream%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520sample%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520point.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520this%2520trace%26%2339%3Bs%2520sample%2520points.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520tickwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520of%2520the%2520open%2Fclose%2520tick%2520marks%2520relative%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%26%2334%3Bx%26%2334%3B%2520minimal%2520interval.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinates.%2520If%2520absent%2C%2520linear%2520coordinate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520generated.%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520xcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560x%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520xperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520x0%2520axis.%2520When%2520%2560x0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560x0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520xperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520zorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520layer%2520on%2520which%2520this%2520trace%2520is%2520displayed%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to%2520other%2520SVG%2520traces%2520on%2520the%2520same%2520subplot.%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520with%2520higher%2520%2560zorder%2560%2520appear%2520in%2520front%2520of%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520lower%2520%2560zorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_parcats(self%2C%2520arrangement%3DNone%2C%2520bundlecolors%3DNone%2C%2520counts%3DNone%2C%2520countssrc%3DNone%2C%2520dimensions%3DNone%2C%2520dimensiondefaults%3DNone%2C%2520domain%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoveron%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520labelfont%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520sortpaths%3DNone%2C%2520stream%3DNone%2C%2520tickfont%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Parcats%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parallel%2520categories%2520diagram%2520for%2520multidimensional%2520categorical%2520%7C%2520%2520%2520%2520%2520%2520data.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520arrangement%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520drag%2520interaction%2520mode%2520for%2520categories%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dimensions.%2520If%2520%2560perpendicular%2560%2C%2520the%2520categories%2520can%2520only%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520move%2520along%2520a%2520line%2520perpendicular%2520to%2520the%2520paths.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560freeform%2560%2C%2520the%2520categories%2520can%2520freely%2520move%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plane.%2520If%2520%2560fixed%2560%2C%2520the%2520categories%2520and%2520dimensions%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520stationary.%2520%7C%2520%2520%2520%2520%2520%2520bundlecolors%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sort%2520paths%2520so%2520that%2520like%2520colors%2520are%2520bundled%2520together%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520within%2520each%2520category.%2520%7C%2520%2520%2520%2520%2520%2520counts%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520number%2520of%2520observations%2520represented%2520by%2520each%2520state.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Defaults%2520to%25201%2520so%2520that%2520each%2520state%2520represents%2520one%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520observation%2520%7C%2520%2520%2520%2520%2520%2520countssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560counts%2560.%2520%7C%2520%2520%2520%2520%2520%2520dimensions%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520dimensions%2520(variables)%2520of%2520the%2520parallel%2520categories%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520diagram.%2520%7C%2520%2520%2520%2520%2520%2520dimensiondefaults%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520When%2520used%2520in%2520a%2520template%2520(as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.template.data.parcats.dimensiondefaults)%2C%2520sets%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520default%2520property%2520values%2520to%2520use%2520for%2520elements%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520parcats.dimensions%2520%7C%2520%2520%2520%2520%2520%2520domain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.parcats.Domain%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoveron%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520interaction%2520mode%2520for%2520the%2520parcats%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520diagram.%2520If%2520%2560category%2560%2C%2520hover%2520interaction%2520take%2520place%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520per%2520category.%2520If%2520%2560color%2560%2C%2520hover%2520interactions%2520take%2520place%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520per%2520color%2520per%2520category.%2520If%2520%2560dimension%2560%2C%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520interactions%2520take%2520place%2520across%2520all%2520categories%2520per%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dimension.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560count%2560%2C%2520%2560probability%2560%2C%2520%2560category%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560categorycount%2560%2C%2520%2560colorcount%2560%2520and%2520%2560bandcolorcount%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520displayed%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520labelfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520for%2520the%2520%2560dimension%2560%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.parcats.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.parcats.Line%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520sortpaths%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520path%2520sorting%2520algorithm.%2520If%2520%2560forward%2560%2C%2520sort%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520paths%2520based%2520on%2520dimension%2520categories%2520from%2520left%2520to%2520right.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%2560backward%2560%2C%2520sort%2520paths%2520based%2520on%2520dimensions%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520categories%2520from%2520right%2520to%2520left.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.parcats.Stream%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520tickfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520for%2520the%2520%2560category%2560%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_parcoords(self%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520dimensions%3DNone%2C%2520dimensiondefaults%3DNone%2C%2520domain%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520labelangle%3DNone%2C%2520labelfont%3DNone%2C%2520labelside%3DNone%2C%2520legend%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520rangefont%3DNone%2C%2520stream%3DNone%2C%2520tickfont%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Parcoords%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parallel%2520coordinates%2520for%2520multidimensional%2520exploratory%2520data%2520%7C%2520%2520%2520%2520%2520%2520analysis.%2520The%2520samples%2520are%2520specified%2520in%2520%2560dimensions%2560.%2520The%2520colors%2520%7C%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520%2560line.color%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520dimensions%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520dimensions%2520(variables)%2520of%2520the%2520parallel%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chart.%25202..60%2520dimensions%2520are%2520supported.%2520%7C%2520%2520%2520%2520%2520%2520dimensiondefaults%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520When%2520used%2520in%2520a%2520template%2520(as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.template.data.parcoords.dimensiondefaults)%2C%2520sets%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520default%2520property%2520values%2520to%2520use%2520for%2520elements%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520parcoords.dimensions%2520%7C%2520%2520%2520%2520%2520%2520domain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.parcoords.Domain%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520labelangle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520angle%2520of%2520the%2520labels%2520with%2520respect%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520horizontal.%2520For%2520example%2C%2520a%2520%2560tickangle%2560%2520of%2520-90%2520draws%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520labels%2520vertically.%2520Tilted%2520labels%2520with%2520%26%2334%3Blabelangle%26%2334%3B%2520may%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520positioned%2520better%2520inside%2520margins%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560labelposition%2560%2520is%2520set%2520to%2520%26%2334%3Bbottom%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520labelfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520for%2520the%2520%2560dimension%2560%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520labelside%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520location%2520of%2520the%2520%2560label%2560.%2520%26%2334%3Btop%26%2334%3B%2520positions%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520labels%2520above%2C%2520next%2520to%2520the%2520title%2520%26%2334%3Bbottom%26%2334%3B%2520positions%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520labels%2520below%2520the%2520graph%2520Tilted%2520labels%2520with%2520%26%2334%3Blabelangle%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520may%2520be%2520positioned%2520better%2520inside%2520margins%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560labelposition%2560%2520is%2520set%2520to%2520%26%2334%3Bbottom%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.parcoords.Legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.parcoords.Line%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520rangefont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520for%2520the%2520%2560dimension%2560%2520range%2520values.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.parcoords.Stream%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520tickfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520for%2520the%2520%2560dimension%2560%2520tick%2520values.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.parcoords.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_pie(self%2C%2520automargin%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520direction%3DNone%2C%2520dlabel%3DNone%2C%2520domain%3DNone%2C%2520hole%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520insidetextfont%3DNone%2C%2520insidetextorientation%3DNone%2C%2520label0%3DNone%2C%2520labels%3DNone%2C%2520labelssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520outsidetextfont%3DNone%2C%2520pull%3DNone%2C%2520pullsrc%3DNone%2C%2520rotation%3DNone%2C%2520scalegroup%3DNone%2C%2520showlegend%3DNone%2C%2520sort%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textinfo%3DNone%2C%2520textposition%3DNone%2C%2520textpositionsrc%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520title%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520values%3DNone%2C%2520valuessrc%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Pie%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520A%2520data%2520visualized%2520by%2520the%2520sectors%2520of%2520the%2520pie%2520is%2520set%2520in%2520%2560values%2560.%2520%7C%2520%2520%2520%2520%2520%2520The%2520sector%2520labels%2520are%2520set%2520in%2520%2560labels%2560.%2520The%2520sector%2520colors%2520are%2520%7C%2520%2520%2520%2520%2520%2520set%2520in%2520%2560marker.colors%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520automargin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520outside%2520text%2520labels%2520can%2520push%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520margins.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520direction%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520direction%2520at%2520which%2520succeeding%2520sectors%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520follow%2520one%2520another.%2520%7C%2520%2520%2520%2520%2520%2520dlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520label%2520step.%2520See%2520%2560label0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520domain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.pie.Domain%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hole%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fraction%2520of%2520the%2520radius%2520to%2520cut%2520out%2520of%2520the%2520pie.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Use%2520this%2520to%2520make%2520a%2520donut%2520chart.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.pie.Hoverlabel%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560label%2560%2C%2520%2560color%2560%2C%2520%2560value%2560%2C%2520%2560percent%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520sector.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520for%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520of%2520this%2520trace%26%2339%3Bs%2520sectors.%2520To%2520be%2520seen%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520insidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560textinfo%2560%2520lying%2520inside%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sector.%2520%7C%2520%2520%2520%2520%2520%2520insidetextorientation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520the%2520orientation%2520of%2520the%2520text%2520inside%2520chart%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sectors.%2520When%2520set%2520to%2520%26%2334%3Bauto%26%2334%3B%2C%2520text%2520may%2520be%2520oriented%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520direction%2520in%2520order%2520to%2520be%2520as%2520big%2520as%2520possible%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520middle%2520of%2520a%2520sector.%2520The%2520%26%2334%3Bhorizontal%26%2334%3B%2520option%2520orients%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520to%2520be%2520parallel%2520with%2520the%2520bottom%2520of%2520the%2520chart%2C%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520may%2520make%2520text%2520smaller%2520in%2520order%2520to%2520achieve%2520that%2520goal.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520%26%2334%3Bradial%26%2334%3B%2520option%2520orients%2520text%2520along%2520the%2520radius%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520sector.%2520The%2520%26%2334%3Btangential%26%2334%3B%2520option%2520orients%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520perpendicular%2520to%2520the%2520radius%2520of%2520the%2520sector.%2520%7C%2520%2520%2520%2520%2520%2520label0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560labels%2560.%2520Builds%2520a%2520numeric%2520set%2520of%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Use%2520with%2520%2560dlabel%2560%2520where%2520%2560label0%2560%2520is%2520the%2520starting%2520label%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560dlabel%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520labels%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520sector%2520labels.%2520If%2520%2560labels%2560%2520entries%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520duplicated%2C%2520we%2520sum%2520associated%2520%2560values%2560%2520or%2520simply%2520count%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520occurrences%2520if%2520%2560values%2560%2520is%2520not%2520provided.%2520For%2520other%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520attributes%2520(including%2520color)%2520we%2520use%2520the%2520first%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520non-empty%2520entry%2520among%2520all%2520occurrences%2520of%2520the%2520label.%2520%7C%2520%2520%2520%2520%2520%2520labelssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560labels%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.pie.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.pie.Marker%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520outsidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560textinfo%2560%2520lying%2520outside%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sector.%2520%7C%2520%2520%2520%2520%2520%2520pull%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fraction%2520of%2520larger%2520radius%2520to%2520pull%2520the%2520sectors%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520out%2520from%2520the%2520center.%2520This%2520can%2520be%2520a%2520constant%2520to%2520pull%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520slices%2520apart%2520from%2520each%2520other%2520equally%2520or%2520an%2520array%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520highlight%2520one%2520or%2520more%2520slices.%2520%7C%2520%2520%2520%2520%2520%2520pullsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560pull%2560.%2520%7C%2520%2520%2520%2520%2520%2520rotation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Instead%2520of%2520the%2520first%2520slice%2520starting%2520at%252012%2520o%26%2339%3Bclock%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rotate%2520to%2520some%2520other%2520angle.%2520%7C%2520%2520%2520%2520%2520%2520scalegroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520there%2520are%2520multiple%2520pie%2520charts%2520that%2520should%2520be%2520sized%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520according%2520to%2520their%2520totals%2C%2520link%2520them%2520by%2520providing%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520non-empty%2520group%2520id%2520here%2520shared%2520by%2520every%2520trace%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520same%2520group.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520sort%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520sectors%2520are%2520reordered%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520from%2520largest%2520to%2520smallest.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.pie.Stream%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520sector.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560textinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2C%2520these%2520elements%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520seen%2520on%2520the%2520chart.%2520If%2520trace%2520%2560hoverinfo%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520elements%2520will%2520be%2520seen%2520in%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560textinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520textinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520the%2520graph.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520location%2520of%2520the%2520%2560textinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520textpositionsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textposition%2560.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560label%2560%2C%2520%2560color%2560%2C%2520%2560value%2560%2C%2520%2560percent%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520title%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.pie.Title%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520values%2520of%2520the%2520sectors.%2520If%2520omitted%2C%2520we%2520count%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520occurrences%2520of%2520each%2520label.%2520%7C%2520%2520%2520%2520%2520%2520valuessrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560values%2560.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_sankey(self%2C%2520arrangement%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520domain%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverlabel%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520link%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520node%3DNone%2C%2520orientation%3DNone%2C%2520selectedpoints%3DNone%2C%2520stream%3DNone%2C%2520textfont%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520valueformat%3DNone%2C%2520valuesuffix%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Sankey%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Sankey%2520plots%2520for%2520network%2520flow%2520data%2520analysis.%2520The%2520nodes%2520are%2520%7C%2520%2520%2520%2520%2520%2520specified%2520in%2520%2560nodes%2560%2520and%2520the%2520links%2520between%2520sources%2520and%2520targets%2520%7C%2520%2520%2520%2520%2520%2520in%2520%2560links%2560.%2520The%2520colors%2520are%2520set%2520in%2520%2560nodes%5Bi%5D.color%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2560links%5Bi%5D.color%2560%2C%2520otherwise%2520defaults%2520are%2520used.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520arrangement%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520value%2520is%2520%2560snap%2560%2520(the%2520default)%2C%2520the%2520node%2520arrangement%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520assisted%2520by%2520automatic%2520snapping%2520of%2520elements%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520space%2520between%2520nodes%2520specified%2520via%2520%2560nodepad%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520value%2520is%2520%2560perpendicular%2560%2C%2520the%2520nodes%2520can%2520only%2520move%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520along%2520a%2520line%2520perpendicular%2520to%2520the%2520flow.%2520If%2520value%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560freeform%2560%2C%2520the%2520nodes%2520can%2520freely%2520move%2520on%2520the%2520plane.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520is%2520%2560fixed%2560%2C%2520the%2520nodes%2520are%2520stationary.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520domain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.sankey.Domain%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520Note%2520that%2520this%2520attribute%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520superseded%2520by%2520%2560node.hoverinfo%2560%2520and%2520%2560node.hoverinfo%2560%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520nodes%2520and%2520links%2520respectively.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.sankey.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.sankey.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520links%2520of%2520the%2520Sankey%2520plot.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520node%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520nodes%2520of%2520the%2520Sankey%2520plot.%2520%7C%2520%2520%2520%2520%2520%2520orientation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520orientation%2520of%2520the%2520Sankey%2520diagram.%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.sankey.Stream%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520for%2520node%2520labels%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520valueformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520value%2520formatting%2520rule%2520using%2520d3%2520formatting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520those%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520valuesuffix%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Adds%2520a%2520unit%2520to%2520follow%2520the%2520value%2520in%2520the%2520hover%2520tooltip.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Add%2520a%2520space%2520if%2520a%2520separation%2520is%2520necessary%2520from%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_scatter(self%2C%2520alignmentgroup%3DNone%2C%2520cliponaxis%3DNone%2C%2520connectgaps%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520dx%3DNone%2C%2520dy%3DNone%2C%2520error_x%3DNone%2C%2520error_y%3DNone%2C%2520fill%3DNone%2C%2520fillcolor%3DNone%2C%2520fillgradient%3DNone%2C%2520fillpattern%3DNone%2C%2520groupnorm%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hoveron%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520mode%3DNone%2C%2520name%3DNone%2C%2520offsetgroup%3DNone%2C%2520opacity%3DNone%2C%2520orientation%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stackgaps%3DNone%2C%2520stackgroup%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textposition%3DNone%2C%2520textpositionsrc%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520x%3DNone%2C%2520x0%3DNone%2C%2520xaxis%3DNone%2C%2520xcalendar%3DNone%2C%2520xhoverformat%3DNone%2C%2520xperiod%3DNone%2C%2520xperiod0%3DNone%2C%2520xperiodalignment%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520y0%3DNone%2C%2520yaxis%3DNone%2C%2520ycalendar%3DNone%2C%2520yhoverformat%3DNone%2C%2520yperiod%3DNone%2C%2520yperiod0%3DNone%2C%2520yperiodalignment%3DNone%2C%2520ysrc%3DNone%2C%2520zorder%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Scatter%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520scatter%2520trace%2520type%2520encompasses%2520line%2520charts%2C%2520scatter%2520charts%2C%2520%7C%2520%2520%2520%2520%2520%2520text%2520charts%2C%2520and%2520bubble%2520charts.%2520The%2520data%2520visualized%2520as%2520scatter%2520%7C%2520%2520%2520%2520%2520%2520point%2520or%2520lines%2520is%2520set%2520in%2520%2560x%2560%2520and%2520%2560y%2560.%2520Text%2520(appearing%2520either%2520on%2520%7C%2520%2520%2520%2520%2520%2520the%2520chart%2520or%2520on%2520hover%2520only)%2520is%2520via%2520%2560text%2560.%2520Bubble%2520charts%2520are%2520%7C%2520%2520%2520%2520%2520%2520achieved%2520by%2520setting%2520%2560marker.size%2560%2520and%2For%2520%2560marker.color%2560%2520to%2520%7C%2520%2520%2520%2520%2520%2520numerical%2520arrays.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520alignmentgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520several%2520traces%2520linked%2520to%2520the%2520same%2520position%2520axis%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520axes%2520to%2520the%2520same%2520alignmentgroup.%2520This%2520controls%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520whether%2520bars%2520compute%2520their%2520positional%2520range%2520dependently%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520independently.%2520%7C%2520%2520%2520%2520%2520%2520cliponaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520markers%2520and%2520text%2520nodes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520clipped%2520about%2520the%2520subplot%2520axes.%2520To%2520show%2520markers%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520nodes%2520above%2520axis%2520lines%2520and%2520tick%2520labels%2C%2520make%2520sure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520set%2520%2560xaxis.layer%2560%2520and%2520%2560yaxis.layer%2560%2520to%2520*below%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces*.%2520%7C%2520%2520%2520%2520%2520%2520connectgaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520provided%2520data%2520arrays%2520are%2520connected.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520dx%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinate%2520step.%2520See%2520%2560x0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520dy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinate%2520step.%2520See%2520%2560y0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520error_x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter.ErrorX%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520error_y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter.ErrorY%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520fill%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520area%2520to%2520fill%2520with%2520a%2520solid%2520color.%2520Defaults%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bnone%26%2334%3B%2520unless%2520this%2520trace%2520is%2520stacked%2C%2520then%2520it%2520gets%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Btonexty%26%2334%3B%2520(%26%2334%3Btonextx%26%2334%3B)%2520if%2520%2560orientation%2560%2520is%2520%26%2334%3Bv%26%2334%3B%2520(%26%2334%3Bh%26%2334%3B)%2520Use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%2560fillcolor%2560%2520if%2520not%2520%26%2334%3Bnone%26%2334%3B.%2520%26%2334%3Btozerox%26%2334%3B%2520and%2520%26%2334%3Btozeroy%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fill%2520to%2520x%3D0%2520and%2520y%3D0%2520respectively.%2520%26%2334%3Btonextx%26%2334%3B%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Btonexty%26%2334%3B%2520fill%2520between%2520the%2520endpoints%2520of%2520this%2520trace%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520endpoints%2520of%2520the%2520trace%2520before%2520it%2C%2520connecting%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520endpoints%2520with%2520straight%2520lines%2520(to%2520make%2520a%2520stacked%2520area%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520graph)%3B%2520if%2520there%2520is%2520no%2520trace%2520before%2520it%2C%2520they%2520behave%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520like%2520%26%2334%3Btozerox%26%2334%3B%2520and%2520%26%2334%3Btozeroy%26%2334%3B.%2520%26%2334%3Btoself%26%2334%3B%2520connects%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520endpoints%2520of%2520the%2520trace%2520(or%2520each%2520segment%2520of%2520the%2520trace%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520it%2520has%2520gaps)%2520into%2520a%2520closed%2520shape.%2520%26%2334%3Btonext%26%2334%3B%2520fills%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520space%2520between%2520two%2520traces%2520if%2520one%2520completely%2520encloses%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520other%2520(eg%2520consecutive%2520contour%2520lines)%2C%2520and%2520behaves%2520like%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Btoself%26%2334%3B%2520if%2520there%2520is%2520no%2520trace%2520before%2520it.%2520%26%2334%3Btonext%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520should%2520not%2520be%2520used%2520if%2520one%2520trace%2520does%2520not%2520enclose%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520other.%2520Traces%2520in%2520a%2520%2560stackgroup%2560%2520will%2520only%2520fill%2520to%2520(or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520filled%2520to)%2520other%2520traces%2520in%2520the%2520same%2520group.%2520With%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520multiple%2520%2560stackgroup%2560s%2520or%2520some%2520traces%2520stacked%2520and%2520some%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520not%2C%2520if%2520fill-linked%2520traces%2520are%2520not%2520already%2520consecutive%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520later%2520ones%2520will%2520be%2520pushed%2520down%2520in%2520the%2520drawing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520order.%2520%7C%2520%2520%2520%2520%2520%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fill%2520color.%2520Defaults%2520to%2520a%2520half-transparent%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520variant%2520of%2520the%2520line%2520color%2C%2520marker%2520color%2C%2520or%2520marker%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520whichever%2520is%2520available.%2520If%2520fillgradient%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2C%2520fillcolor%2520is%2520ignored%2520except%2520for%2520setting%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520background%2520color%2520of%2520the%2520hover%2520label%2C%2520if%2520any.%2520%7C%2520%2520%2520%2520%2520%2520fillgradient%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520fill%2520gradient.%2520If%2520not%2520specified%2C%2520the%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520used%2520instead.%2520%7C%2520%2520%2520%2520%2520%2520fillpattern%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520pattern%2520within%2520the%2520marker.%2520%7C%2520%2520%2520%2520%2520%2520groupnorm%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520%2560stackgroup%2560%2520is%2520used%2C%2520and%2520only%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520first%2520%2560groupnorm%2560%2520found%2520in%2520the%2520%2560stackgroup%2560%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520-%2520including%2520if%2520%2560visible%2560%2520is%2520%26%2334%3Blegendonly%26%2334%3B%2520but%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520it%2520is%2520%2560false%2560.%2520Sets%2520the%2520normalization%2520for%2520the%2520sum%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520%2560stackgroup%2560.%2520With%2520%26%2334%3Bfraction%26%2334%3B%2C%2520the%2520value%2520of%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520at%2520each%2520location%2520is%2520divided%2520by%2520the%2520sum%2520of%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520values%2520at%2520that%2520location.%2520%26%2334%3Bpercent%26%2334%3B%2520is%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520but%2520multiplied%2520by%2520100%2520to%2520show%2520percentages.%2520If%2520there%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520multiple%2520subplots%2C%2520or%2520multiple%2520%2560stackgroup%2560s%2520on%2520one%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2C%2520each%2520will%2520be%2520normalized%2520within%2520its%2520own%2520set.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoveron%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Do%2520the%2520hover%2520effects%2520highlight%2520individual%2520points%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(markers%2520or%2520line%2520points)%2520or%2520do%2520they%2520highlight%2520filled%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520regions%3F%2520If%2520the%2520fill%2520is%2520%26%2334%3Btoself%26%2334%3B%2520or%2520%26%2334%3Btonext%26%2334%3B%2520and%2520there%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520no%2520markers%2520or%2520text%2C%2520then%2520the%2520default%2520is%2520%26%2334%3Bfills%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520otherwise%2520it%2520is%2520%26%2334%3Bpoints%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520pair.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter.Line%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter.Marker%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520the%2520drawing%2520mode%2520for%2520this%2520scatter%2520trace.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520provided%2520%2560mode%2560%2520includes%2520%26%2334%3Btext%26%2334%3B%2520then%2520the%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520elements%2520appear%2520at%2520the%2520coordinates.%2520Otherwise%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560%2520elements%2520appear%2520on%2520hover.%2520If%2520there%2520are%2520less%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252020%2520points%2520and%2520the%2520trace%2520is%2520not%2520stacked%2520then%2520the%2520default%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520%26%2334%3Blines%2Bmarkers%26%2334%3B.%2520Otherwise%2C%2520%26%2334%3Blines%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520offsetgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520several%2520traces%2520linked%2520to%2520the%2520same%2520position%2520axis%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520axes%2520to%2520the%2520same%2520offsetgroup%2520where%2520bars%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520same%2520position%2520coordinate%2520will%2520line%2520up.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520orientation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520in%2520the%2520following%2520cases%3A%25201.%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560scattermode%2560%2520is%2520set%2520to%2520%26%2334%3Bgroup%26%2334%3B.%25202.%2520when%2520%2560stackgroup%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520used%2C%2520and%2520only%2520the%2520first%2520%2560orientation%2560%2520found%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560stackgroup%2560%2520will%2520be%2520used%2520-%2520including%2520if%2520%2560visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2520but%2520not%2520if%2520it%2520is%2520%2560false%2560.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520stacking%2520direction.%2520With%2520%26%2334%3Bv%26%2334%3B%2520(%26%2334%3Bh%26%2334%3B)%2C%2520the%2520y%2520(x)%2520values%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subsequent%2520traces%2520are%2520added.%2520Also%2520affects%2520the%2520default%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520of%2520%2560fill%2560.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter.Selected%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stackgaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520%2560stackgroup%2560%2520is%2520used%2C%2520and%2520only%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520first%2520%2560stackgaps%2560%2520found%2520in%2520the%2520%2560stackgroup%2560%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520-%2520including%2520if%2520%2560visible%2560%2520is%2520%26%2334%3Blegendonly%26%2334%3B%2520but%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520it%2520is%2520%2560false%2560.%2520Determines%2520how%2520we%2520handle%2520locations%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520which%2520other%2520traces%2520in%2520this%2520group%2520have%2520data%2520but%2520this%2520one%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520does%2520not.%2520With%2520*infer%2520zero*%2520we%2520insert%2520a%2520zero%2520at%2520these%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520locations.%2520With%2520%26%2334%3Binterpolate%26%2334%3B%2520we%2520linearly%2520interpolate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520between%2520existing%2520values%2C%2520and%2520extrapolate%2520a%2520constant%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520beyond%2520the%2520existing%2520values.%2520%7C%2520%2520%2520%2520%2520%2520stackgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520several%2520scatter%2520traces%2520(on%2520the%2520same%2520subplot)%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520same%2520stackgroup%2520in%2520order%2520to%2520add%2520their%2520y%2520values%2520(or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520their%2520x%2520values%2520if%2520%2560orientation%2560%2520is%2520%26%2334%3Bh%26%2334%3B).%2520If%2520blank%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520omitted%2520this%2520trace%2520will%2520not%2520be%2520stacked.%2520Stacking%2520also%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520turns%2520%2560fill%2560%2520on%2520by%2520default%2C%2520using%2520%26%2334%3Btonexty%26%2334%3B%2520(%26%2334%3Btonextx%26%2334%3B)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520%2560orientation%2560%2520is%2520%26%2334%3Bh%26%2334%3B%2520(%26%2334%3Bv%26%2334%3B)%2520and%2520sets%2520the%2520default%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560mode%2560%2520to%2520%26%2334%3Blines%26%2334%3B%2520irrespective%2520of%2520point%2520count.%2520You%2520can%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520stack%2520on%2520a%2520numeric%2520(linear%2520or%2520log)%2520axis.%2520Traces%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%2560stackgroup%2560%2520will%2520only%2520fill%2520to%2520(or%2520be%2520filled%2520to)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520other%2520traces%2520in%2520the%2520same%2520group.%2520With%2520multiple%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560stackgroup%2560s%2520or%2520some%2520traces%2520stacked%2520and%2520some%2520not%2C%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fill-linked%2520traces%2520are%2520not%2520already%2520consecutive%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520later%2520ones%2520will%2520be%2520pushed%2520down%2520in%2520the%2520drawing%2520order.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter.Stream%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520pair.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520font.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520positions%2520of%2520the%2520%2560text%2560%2520elements%2520with%2520respects%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520textpositionsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textposition%2560.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520x0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560x%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dx%2560%2520where%2520%2560x0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dx%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520xcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560x%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520xperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520x0%2520axis.%2520When%2520%2560x0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560x0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520xperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520y0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560y%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dy%2560%2520where%2520%2560y0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dy%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520ycalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560y%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520yperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520yperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520y0%2520axis.%2520When%2520%2560y0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560y0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520yperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520zorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520layer%2520on%2520which%2520this%2520trace%2520is%2520displayed%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to%2520other%2520SVG%2520traces%2520on%2520the%2520same%2520subplot.%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520with%2520higher%2520%2560zorder%2560%2520appear%2520in%2520front%2520of%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520lower%2520%2560zorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_scatter3d(self%2C%2520connectgaps%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520error_x%3DNone%2C%2520error_y%3DNone%2C%2520error_z%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520mode%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520projection%3DNone%2C%2520scene%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520surfaceaxis%3DNone%2C%2520surfacecolor%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textposition%3DNone%2C%2520textpositionsrc%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520x%3DNone%2C%2520xcalendar%3DNone%2C%2520xhoverformat%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520ycalendar%3DNone%2C%2520yhoverformat%3DNone%2C%2520ysrc%3DNone%2C%2520z%3DNone%2C%2520zcalendar%3DNone%2C%2520zhoverformat%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Scatter3d%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520data%2520visualized%2520as%2520scatter%2520point%2520or%2520lines%2520in%25203D%2520dimension%2520%7C%2520%2520%2520%2520%2520%2520is%2520set%2520in%2520%2560x%2560%2C%2520%2560y%2560%2C%2520%2560z%2560.%2520Text%2520(appearing%2520either%2520on%2520the%2520chart%2520or%2520%7C%2520%2520%2520%2520%2520%2520on%2520hover%2520only)%2520is%2520via%2520%2560text%2560.%2520Bubble%2520charts%2520are%2520achieved%2520by%2520%7C%2520%2520%2520%2520%2520%2520setting%2520%2560marker.size%2560%2520and%2For%2520%2560marker.color%2560%2520Projections%2520are%2520%7C%2520%2520%2520%2520%2520%2520achieved%2520via%2520%2560projection%2560.%2520Surface%2520fills%2520are%2520achieved%2520via%2520%7C%2520%2520%2520%2520%2520%2520%2560surfaceaxis%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520connectgaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520provided%2520data%2520arrays%2520are%2520connected.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520error_x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter3d.ErrorX%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520error_y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter3d.ErrorY%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520error_z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter3d.ErrorZ%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter3d.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy%2Cz)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520triplet.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520over%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy%2Cz)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter3d.Legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter3d.Line%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter3d.Marker%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520the%2520drawing%2520mode%2520for%2520this%2520scatter%2520trace.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520provided%2520%2560mode%2560%2520includes%2520%26%2334%3Btext%26%2334%3B%2520then%2520the%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520elements%2520appear%2520at%2520the%2520coordinates.%2520Otherwise%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560%2520elements%2520appear%2520on%2520hover.%2520If%2520there%2520are%2520less%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252020%2520points%2520and%2520the%2520trace%2520is%2520not%2520stacked%2520then%2520the%2520default%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520%26%2334%3Blines%2Bmarkers%26%2334%3B.%2520Otherwise%2C%2520%26%2334%3Blines%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520projection%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter3d.Projection%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520scene%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%25203D%2520coordinate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520system%2520and%2520a%25203D%2520scene.%2520If%2520%26%2334%3Bscene%26%2334%3B%2520(the%2520default%2520value)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520(x%2Cy%2Cz)%2520coordinates%2520refer%2520to%2520%2560layout.scene%2560.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bscene2%26%2334%3B%2C%2520the%2520(x%2Cy%2Cz)%2520coordinates%2520refer%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.scene2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatter3d.Stream%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520surfaceaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2334%3B-1%26%2334%3B%2C%2520the%2520scatter%2520points%2520are%2520not%2520fill%2520with%2520a%2520surface%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%25200%2C%25201%2C%25202%2C%2520the%2520scatter%2520points%2520are%2520filled%2520with%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Delaunay%2520surface%2520about%2520the%2520x%2C%2520y%2C%2520z%2520respectively.%2520%7C%2520%2520%2520%2520%2520%2520surfacecolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520surface%2520fill%2520color.%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy%2Cz)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520triplet.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520over%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy%2Cz)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520If%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520flag%2520and%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seen%2520in%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520font.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520positions%2520of%2520the%2520%2560text%2560%2520elements%2520with%2520respects%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520textpositionsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textposition%2560.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520xcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560x%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520ycalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560y%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520z%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520zcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560z%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520zhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560z%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560zaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_scattercarpet(self%2C%2520a%3DNone%2C%2520asrc%3DNone%2C%2520b%3DNone%2C%2520bsrc%3DNone%2C%2520carpet%3DNone%2C%2520connectgaps%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520fill%3DNone%2C%2520fillcolor%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hoveron%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520mode%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textposition%3DNone%2C%2520textpositionsrc%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520xaxis%3DNone%2C%2520yaxis%3DNone%2C%2520zorder%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Scattercarpet%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Plots%2520a%2520scatter%2520trace%2520on%2520either%2520the%2520first%2520carpet%2520axis%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520carpet%2520axis%2520with%2520a%2520matching%2520%2560carpet%2560%2520attribute.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520a-axis%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520asrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560a%2560.%2520%7C%2520%2520%2520%2520%2520%2520b%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520b-axis%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520bsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560b%2560.%2520%7C%2520%2520%2520%2520%2520%2520carpet%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520An%2520identifier%2520for%2520this%2520carpet%2C%2520so%2520that%2520%2560scattercarpet%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560contourcarpet%2560%2520traces%2520can%2520specify%2520a%2520carpet%2520plot%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520which%2520they%2520lie%2520%7C%2520%2520%2520%2520%2520%2520connectgaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520provided%2520data%2520arrays%2520are%2520connected.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520fill%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520area%2520to%2520fill%2520with%2520a%2520solid%2520color.%2520Use%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560fillcolor%2560%2520if%2520not%2520%26%2334%3Bnone%26%2334%3B.%2520scatterternary%2520has%2520a%2520subset%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520the%2520options%2520available%2520to%2520scatter.%2520%26%2334%3Btoself%26%2334%3B%2520connects%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520endpoints%2520of%2520the%2520trace%2520(or%2520each%2520segment%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520if%2520it%2520has%2520gaps)%2520into%2520a%2520closed%2520shape.%2520%26%2334%3Btonext%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fills%2520the%2520space%2520between%2520two%2520traces%2520if%2520one%2520completely%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520encloses%2520the%2520other%2520(eg%2520consecutive%2520contour%2520lines)%2C%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520behaves%2520like%2520%26%2334%3Btoself%26%2334%3B%2520if%2520there%2520is%2520no%2520trace%2520before%2520it.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Btonext%26%2334%3B%2520should%2520not%2520be%2520used%2520if%2520one%2520trace%2520does%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520enclose%2520the%2520other.%2520%7C%2520%2520%2520%2520%2520%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fill%2520color.%2520Defaults%2520to%2520a%2520half-transparent%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520variant%2520of%2520the%2520line%2520color%2C%2520marker%2520color%2C%2520or%2520marker%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520whichever%2520is%2520available.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattercarpet.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoveron%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Do%2520the%2520hover%2520effects%2520highlight%2520individual%2520points%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(markers%2520or%2520line%2520points)%2520or%2520do%2520they%2520highlight%2520filled%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520regions%3F%2520If%2520the%2520fill%2520is%2520%26%2334%3Btoself%26%2334%3B%2520or%2520%26%2334%3Btonext%26%2334%3B%2520and%2520there%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520no%2520markers%2520or%2520text%2C%2520then%2520the%2520default%2520is%2520%26%2334%3Bfills%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520otherwise%2520it%2520is%2520%26%2334%3Bpoints%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520(a%2Cb)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520point.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520strings%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520the%2520data%2520points%2520in%2520(a%2Cb).%2520To%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattercarpet.Legendgroupt%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520itle%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattercarpet.Line%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattercarpet.Marker%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520the%2520drawing%2520mode%2520for%2520this%2520scatter%2520trace.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520provided%2520%2560mode%2560%2520includes%2520%26%2334%3Btext%26%2334%3B%2520then%2520the%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520elements%2520appear%2520at%2520the%2520coordinates.%2520Otherwise%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560%2520elements%2520appear%2520on%2520hover.%2520If%2520there%2520are%2520less%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252020%2520points%2520and%2520the%2520trace%2520is%2520not%2520stacked%2520then%2520the%2520default%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520%26%2334%3Blines%2Bmarkers%26%2334%3B.%2520Otherwise%2C%2520%26%2334%3Blines%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattercarpet.Selected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattercarpet.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(a%2Cb)%2520point.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520points.%2520If%2520an%2520array%2520of%2520strings%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520to%2520the%2520the%2520data%2520points%2520in%2520(a%2Cb).%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520font.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520positions%2520of%2520the%2520%2560text%2560%2520elements%2520with%2520respects%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520textpositionsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textposition%2560.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560a%2560%2C%2520%2560b%2560%2520and%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattercarpet.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520zorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520layer%2520on%2520which%2520this%2520trace%2520is%2520displayed%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to%2520other%2520SVG%2520traces%2520on%2520the%2520same%2520subplot.%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520with%2520higher%2520%2560zorder%2560%2520appear%2520in%2520front%2520of%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520lower%2520%2560zorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_scattergeo(self%2C%2520connectgaps%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520featureidkey%3DNone%2C%2520fill%3DNone%2C%2520fillcolor%3DNone%2C%2520geo%3DNone%2C%2520geojson%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520lat%3DNone%2C%2520latsrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520locationmode%3DNone%2C%2520locations%3DNone%2C%2520locationssrc%3DNone%2C%2520lon%3DNone%2C%2520lonsrc%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520mode%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textposition%3DNone%2C%2520textpositionsrc%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Scattergeo%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520data%2520visualized%2520as%2520scatter%2520point%2520or%2520lines%2520on%2520a%2520geographic%2520%7C%2520%2520%2520%2520%2520%2520map%2520is%2520provided%2520either%2520by%2520longitude%2Flatitude%2520pairs%2520in%2520%2560lon%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2560lat%2560%2520respectively%2520or%2520by%2520geographic%2520location%2520IDs%2520or%2520names%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2560locations%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520connectgaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520provided%2520data%2520arrays%2520are%2520connected.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520featureidkey%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520key%2520in%2520GeoJSON%2520features%2520which%2520is%2520used%2520as%2520id%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520match%2520the%2520items%2520included%2520in%2520the%2520%2560locations%2560%2520array.%2520Only%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520has%2520an%2520effect%2520when%2520%2560geojson%2560%2520is%2520set.%2520Support%2520nested%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520property%2C%2520for%2520example%2520%26%2334%3Bproperties.name%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520fill%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520area%2520to%2520fill%2520with%2520a%2520solid%2520color.%2520Use%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560fillcolor%2560%2520if%2520not%2520%26%2334%3Bnone%26%2334%3B.%2520%26%2334%3Btoself%26%2334%3B%2520connects%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520endpoints%2520of%2520the%2520trace%2520(or%2520each%2520segment%2520of%2520the%2520trace%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520it%2520has%2520gaps)%2520into%2520a%2520closed%2520shape.%2520%7C%2520%2520%2520%2520%2520%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fill%2520color.%2520Defaults%2520to%2520a%2520half-transparent%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520variant%2520of%2520the%2520line%2520color%2C%2520marker%2520color%2C%2520or%2520marker%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520whichever%2520is%2520available.%2520%7C%2520%2520%2520%2520%2520%2520geo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520geospatial%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520and%2520a%2520geographic%2520map.%2520If%2520%26%2334%3Bgeo%26%2334%3B%2520(the%2520default%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value)%2C%2520the%2520geospatial%2520coordinates%2520refer%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.geo%2560.%2520If%2520%26%2334%3Bgeo2%26%2334%3B%2C%2520the%2520geospatial%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refer%2520to%2520%2560layout.geo2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520geojson%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520optional%2520GeoJSON%2520data%2520associated%2520with%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520not%2520given%2C%2520the%2520features%2520on%2520the%2520base%2520map%2520are%2520used%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560locations%2560%2520is%2520set.%2520It%2520can%2520be%2520set%2520as%2520a%2520valid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520GeoJSON%2520object%2520or%2520as%2520a%2520URL%2520string.%2520Note%2520that%2520we%2520only%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520accept%2520GeoJSONs%2520of%2520type%2520%26%2334%3BFeatureCollection%26%2334%3B%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BFeature%26%2334%3B%2520with%2520geometries%2520of%2520type%2520%26%2334%3BPolygon%26%2334%3B%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BMultiPolygon%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergeo.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520(lon%2Clat)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520pair%2520or%2520item%2520in%2520%2560locations%2560.%2520If%2520a%2520single%2520string%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520same%2520string%2520appears%2520over%2520all%2520the%2520data%2520points.%2520If%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520mapped%2520in%2520order%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace%26%2339%3Bs%2520(lon%2Clat)%2520or%2520%2560locations%2560%2520coordinates.%2520To%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520lat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520latitude%2520coordinates%2520(in%2520degrees%2520North).%2520%7C%2520%2520%2520%2520%2520%2520latsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560lat%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergeo.Legendgrouptitl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520e%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergeo.Line%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520locationmode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520library%2520used%2520by%2520the%2520*country%2520names*%2520%2560locationmode%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520option%2520is%2520changing%2520in%2520an%2520upcoming%2520version.%2520Country%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520names%2520in%2520existing%2520plots%2520may%2520not%2520work%2520in%2520the%2520new%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520version.%2520Determines%2520the%2520set%2520of%2520locations%2520used%2520to%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520entries%2520in%2520%2560locations%2560%2520to%2520regions%2520on%2520the%2520map.%2520Values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BISO-3%26%2334%3B%2C%2520%26%2334%3BUSA-states%26%2334%3B%2C%2520*country%2520names*%2520correspond%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520features%2520on%2520the%2520base%2520map%2520and%2520value%2520%26%2334%3Bgeojson-id%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520features%2520from%2520a%2520custom%2520GeoJSON%2520linked%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560geojson%2560%2520attribute.%2520%7C%2520%2520%2520%2520%2520%2520locations%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520coordinates%2520via%2520location%2520IDs%2520or%2520names.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Coordinates%2520correspond%2520to%2520the%2520centroid%2520of%2520each%2520location%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520given.%2520See%2520%2560locationmode%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520locationssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560locations%2560.%2520%7C%2520%2520%2520%2520%2520%2520lon%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520longitude%2520coordinates%2520(in%2520degrees%2520East).%2520%7C%2520%2520%2520%2520%2520%2520lonsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560lon%2560.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergeo.Marker%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520the%2520drawing%2520mode%2520for%2520this%2520scatter%2520trace.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520provided%2520%2560mode%2560%2520includes%2520%26%2334%3Btext%26%2334%3B%2520then%2520the%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520elements%2520appear%2520at%2520the%2520coordinates.%2520Otherwise%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560%2520elements%2520appear%2520on%2520hover.%2520If%2520there%2520are%2520less%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252020%2520points%2520and%2520the%2520trace%2520is%2520not%2520stacked%2520then%2520the%2520default%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520%26%2334%3Blines%2Bmarkers%26%2334%3B.%2520Otherwise%2C%2520%26%2334%3Blines%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergeo.Selected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergeo.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(lon%2Clat)%2520pair%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520item%2520in%2520%2560locations%2560.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520appears%2520over%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2C%2520the%2520items%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%26%2339%3Bs%2520(lon%2Clat)%2520or%2520%2560locations%2560%2520coordinates.%2520If%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520the%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520font.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520positions%2520of%2520the%2520%2560text%2560%2520elements%2520with%2520respects%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520textpositionsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textposition%2560.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560lat%2560%2C%2520%2560lon%2560%2C%2520%2560location%2560%2520and%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergeo.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_scattergl(self%2C%2520connectgaps%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520dx%3DNone%2C%2520dy%3DNone%2C%2520error_x%3DNone%2C%2520error_y%3DNone%2C%2520fill%3DNone%2C%2520fillcolor%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520mode%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textposition%3DNone%2C%2520textpositionsrc%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520x%3DNone%2C%2520x0%3DNone%2C%2520xaxis%3DNone%2C%2520xcalendar%3DNone%2C%2520xhoverformat%3DNone%2C%2520xperiod%3DNone%2C%2520xperiod0%3DNone%2C%2520xperiodalignment%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520y0%3DNone%2C%2520yaxis%3DNone%2C%2520ycalendar%3DNone%2C%2520yhoverformat%3DNone%2C%2520yperiod%3DNone%2C%2520yperiod0%3DNone%2C%2520yperiodalignment%3DNone%2C%2520ysrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Scattergl%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520data%2520visualized%2520as%2520scatter%2520point%2520or%2520lines%2520is%2520set%2520in%2520%2560x%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2560y%2560%2520using%2520the%2520WebGL%2520plotting%2520engine.%2520Bubble%2520charts%2520are%2520achieved%2520%7C%2520%2520%2520%2520%2520%2520by%2520setting%2520%2560marker.size%2560%2520and%2For%2520%2560marker.color%2560%2520to%2520a%2520numerical%2520%7C%2520%2520%2520%2520%2520%2520arrays.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520connectgaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520provided%2520data%2520arrays%2520are%2520connected.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520dx%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinate%2520step.%2520See%2520%2560x0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520dy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinate%2520step.%2520See%2520%2560y0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520error_x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergl.ErrorX%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520error_y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergl.ErrorY%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520fill%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520area%2520to%2520fill%2520with%2520a%2520solid%2520color.%2520Defaults%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bnone%26%2334%3B%2520unless%2520this%2520trace%2520is%2520stacked%2C%2520then%2520it%2520gets%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Btonexty%26%2334%3B%2520(%26%2334%3Btonextx%26%2334%3B)%2520if%2520%2560orientation%2560%2520is%2520%26%2334%3Bv%26%2334%3B%2520(%26%2334%3Bh%26%2334%3B)%2520Use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%2560fillcolor%2560%2520if%2520not%2520%26%2334%3Bnone%26%2334%3B.%2520%26%2334%3Btozerox%26%2334%3B%2520and%2520%26%2334%3Btozeroy%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fill%2520to%2520x%3D0%2520and%2520y%3D0%2520respectively.%2520%26%2334%3Btonextx%26%2334%3B%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Btonexty%26%2334%3B%2520fill%2520between%2520the%2520endpoints%2520of%2520this%2520trace%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520endpoints%2520of%2520the%2520trace%2520before%2520it%2C%2520connecting%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520endpoints%2520with%2520straight%2520lines%2520(to%2520make%2520a%2520stacked%2520area%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520graph)%3B%2520if%2520there%2520is%2520no%2520trace%2520before%2520it%2C%2520they%2520behave%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520like%2520%26%2334%3Btozerox%26%2334%3B%2520and%2520%26%2334%3Btozeroy%26%2334%3B.%2520%26%2334%3Btoself%26%2334%3B%2520connects%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520endpoints%2520of%2520the%2520trace%2520(or%2520each%2520segment%2520of%2520the%2520trace%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520it%2520has%2520gaps)%2520into%2520a%2520closed%2520shape.%2520%26%2334%3Btonext%26%2334%3B%2520fills%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520space%2520between%2520two%2520traces%2520if%2520one%2520completely%2520encloses%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520other%2520(eg%2520consecutive%2520contour%2520lines)%2C%2520and%2520behaves%2520like%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Btoself%26%2334%3B%2520if%2520there%2520is%2520no%2520trace%2520before%2520it.%2520%26%2334%3Btonext%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520should%2520not%2520be%2520used%2520if%2520one%2520trace%2520does%2520not%2520enclose%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520other.%2520Traces%2520in%2520a%2520%2560stackgroup%2560%2520will%2520only%2520fill%2520to%2520(or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520filled%2520to)%2520other%2520traces%2520in%2520the%2520same%2520group.%2520With%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520multiple%2520%2560stackgroup%2560s%2520or%2520some%2520traces%2520stacked%2520and%2520some%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520not%2C%2520if%2520fill-linked%2520traces%2520are%2520not%2520already%2520consecutive%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520later%2520ones%2520will%2520be%2520pushed%2520down%2520in%2520the%2520drawing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520order.%2520%7C%2520%2520%2520%2520%2520%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fill%2520color.%2520Defaults%2520to%2520a%2520half-transparent%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520variant%2520of%2520the%2520line%2520color%2C%2520marker%2520color%2C%2520or%2520marker%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520whichever%2520is%2520available.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergl.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520pair.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergl.Legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergl.Line%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergl.Marker%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520the%2520drawing%2520mode%2520for%2520this%2520scatter%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergl.Selected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergl.Stream%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520pair.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520font.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520positions%2520of%2520the%2520%2560text%2560%2520elements%2520with%2520respects%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520textpositionsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textposition%2560.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattergl.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520x0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560x%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dx%2560%2520where%2520%2560x0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dx%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520xcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560x%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520xperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520x0%2520axis.%2520When%2520%2560x0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560x0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520xperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520y0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560y%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dy%2560%2520where%2520%2560y0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dy%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520ycalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560y%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520yperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520yperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520y0%2520axis.%2520When%2520%2560y0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560y0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520yperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_scattermap(self%2C%2520below%3DNone%2C%2520cluster%3DNone%2C%2520connectgaps%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520fill%3DNone%2C%2520fillcolor%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520lat%3DNone%2C%2520latsrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520lon%3DNone%2C%2520lonsrc%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520mode%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520subplot%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textposition%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Scattermap%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520data%2520visualized%2520as%2520scatter%2520point%2C%2520lines%2520or%2520marker%2520symbols%2520%7C%2520%2520%2520%2520%2520%2520on%2520a%2520MapLibre%2520GL%2520geographic%2520map%2520is%2520provided%2520by%2520%7C%2520%2520%2520%2520%2520%2520longitude%2Flatitude%2520pairs%2520in%2520%2560lon%2560%2520and%2520%2560lat%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520below%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520if%2520this%2520scattermap%2520trace%26%2339%3Bs%2520layers%2520are%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520inserted%2520before%2520the%2520layer%2520with%2520the%2520specified%2520ID.%2520By%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520default%2C%2520scattermap%2520layers%2520are%2520inserted%2520above%2520all%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520layers.%2520To%2520place%2520the%2520scattermap%2520layers%2520above%2520every%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520other%2520layer%2C%2520set%2520%2560below%2560%2520to%2520%26%2334%3B%26%2339%3B%26%2339%3B%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520cluster%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermap.Cluster%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520connectgaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520provided%2520data%2520arrays%2520are%2520connected.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520fill%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520area%2520to%2520fill%2520with%2520a%2520solid%2520color.%2520Use%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560fillcolor%2560%2520if%2520not%2520%26%2334%3Bnone%26%2334%3B.%2520%26%2334%3Btoself%26%2334%3B%2520connects%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520endpoints%2520of%2520the%2520trace%2520(or%2520each%2520segment%2520of%2520the%2520trace%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520it%2520has%2520gaps)%2520into%2520a%2520closed%2520shape.%2520%7C%2520%2520%2520%2520%2520%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fill%2520color.%2520Defaults%2520to%2520a%2520half-transparent%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520variant%2520of%2520the%2520line%2520color%2C%2520marker%2520color%2C%2520or%2520marker%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520whichever%2520is%2520available.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermap.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520(lon%2Clat)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520pair%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(lon%2Clat)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520lat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520latitude%2520coordinates%2520(in%2520degrees%2520North).%2520%7C%2520%2520%2520%2520%2520%2520latsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560lat%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermap.Legendgrouptitl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520e%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermap.Line%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520lon%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520longitude%2520coordinates%2520(in%2520degrees%2520East).%2520%7C%2520%2520%2520%2520%2520%2520lonsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560lon%2560.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermap.Marker%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520the%2520drawing%2520mode%2520for%2520this%2520scatter%2520trace.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520provided%2520%2560mode%2560%2520includes%2520%26%2334%3Btext%26%2334%3B%2520then%2520the%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520elements%2520appear%2520at%2520the%2520coordinates.%2520Otherwise%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560%2520elements%2520appear%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermap.Selected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermap.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520subplot%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520data%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520a%2520map%2520subplot.%2520If%2520%26%2334%3Bmap%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520refer%2520to%2520%2560layout.map%2560.%2520If%2520%26%2334%3Bmap2%26%2334%3B%2C%2520the%2520data%2520refer%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520%2560layout.map2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(lon%2Clat)%2520pair%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(lon%2Clat)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520If%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520flag%2520and%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seen%2520in%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520icon%2520text%2520font%2520(color%3Dmap.layer.paint.text-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520size%3Dmap.layer.layout.text-size).%2520Has%2520an%2520effect%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520%2560type%2560%2520is%2520set%2520to%2520%26%2334%3Bsymbol%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520positions%2520of%2520the%2520%2560text%2560%2520elements%2520with%2520respects%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560lat%2560%2C%2520%2560lon%2560%2520and%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermap.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_scattermapbox(self%2C%2520below%3DNone%2C%2520cluster%3DNone%2C%2520connectgaps%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520fill%3DNone%2C%2520fillcolor%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520lat%3DNone%2C%2520latsrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520lon%3DNone%2C%2520lonsrc%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520mode%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520subplot%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textposition%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Scattermapbox%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26%2334%3Bscattermapbox%26%2334%3B%2520trace%2520is%2520deprecated!%2520Please%2520consider%2520switching%2520%7C%2520%2520%2520%2520%2520%2520to%2520the%2520%26%2334%3Bscattermap%26%2334%3B%2520trace%2520type%2520and%2520%2560map%2560%2520subplots.%2520Learn%2520more%2520%7C%2520%2520%2520%2520%2520%2520at%3A%2520https%3A%2F%2Fplotly.com%2Fpython%2Fmaplibre-migration%2F%2520as%2520well%2520as%2520%7C%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fmaplibre-migration%2F%2520The%2520data%2520%7C%2520%2520%2520%2520%2520%2520visualized%2520as%2520scatter%2520point%2C%2520lines%2520or%2520marker%2520symbols%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520Mapbox%2520GL%2520geographic%2520map%2520is%2520provided%2520by%2520longitude%2Flatitude%2520%7C%2520%2520%2520%2520%2520%2520pairs%2520in%2520%2560lon%2560%2520and%2520%2560lat%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520below%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520if%2520this%2520scattermapbox%2520trace%26%2339%3Bs%2520layers%2520are%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520inserted%2520before%2520the%2520layer%2520with%2520the%2520specified%2520ID.%2520By%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520default%2C%2520scattermapbox%2520layers%2520are%2520inserted%2520above%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520base%2520layers.%2520To%2520place%2520the%2520scattermapbox%2520layers%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520above%2520every%2520other%2520layer%2C%2520set%2520%2560below%2560%2520to%2520%26%2334%3B%26%2339%3B%26%2339%3B%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520cluster%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermapbox.Cluster%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520connectgaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520provided%2520data%2520arrays%2520are%2520connected.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520fill%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520area%2520to%2520fill%2520with%2520a%2520solid%2520color.%2520Use%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560fillcolor%2560%2520if%2520not%2520%26%2334%3Bnone%26%2334%3B.%2520%26%2334%3Btoself%26%2334%3B%2520connects%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520endpoints%2520of%2520the%2520trace%2520(or%2520each%2520segment%2520of%2520the%2520trace%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520it%2520has%2520gaps)%2520into%2520a%2520closed%2520shape.%2520%7C%2520%2520%2520%2520%2520%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fill%2520color.%2520Defaults%2520to%2520a%2520half-transparent%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520variant%2520of%2520the%2520line%2520color%2C%2520marker%2520color%2C%2520or%2520marker%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520whichever%2520is%2520available.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermapbox.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520(lon%2Clat)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520pair%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(lon%2Clat)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520lat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520latitude%2520coordinates%2520(in%2520degrees%2520North).%2520%7C%2520%2520%2520%2520%2520%2520latsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560lat%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermapbox.Legendgroupt%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520itle%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermapbox.Line%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520lon%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520longitude%2520coordinates%2520(in%2520degrees%2520East).%2520%7C%2520%2520%2520%2520%2520%2520lonsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560lon%2560.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermapbox.Marker%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520the%2520drawing%2520mode%2520for%2520this%2520scatter%2520trace.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520provided%2520%2560mode%2560%2520includes%2520%26%2334%3Btext%26%2334%3B%2520then%2520the%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520elements%2520appear%2520at%2520the%2520coordinates.%2520Otherwise%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560%2520elements%2520appear%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermapbox.Selected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermapbox.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520subplot%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapbox%2520subplots%2520and%2520traces%2520are%2520deprecated!%2520Please%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520consider%2520switching%2520to%2520%2560map%2560%2520subplots%2520and%2520traces.%2520Learn%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520more%2520at%3A%2520https%3A%2F%2Fplotly.com%2Fpython%2Fmaplibre-migration%2F%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520well%2520as%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fmaplibre-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520migration%2F%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520and%2520a%2520mapbox%2520subplot.%2520If%2520%26%2334%3Bmapbox%26%2334%3B%2520(the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520default%2520value)%2C%2520the%2520data%2520refer%2520to%2520%2560layout.mapbox%2560.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bmapbox2%26%2334%3B%2C%2520the%2520data%2520refer%2520to%2520%2560layout.mapbox2%2560%2C%2520and%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520on.%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(lon%2Clat)%2520pair%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(lon%2Clat)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520If%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520flag%2520and%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seen%2520in%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520icon%2520text%2520font%2520(color%3Dmapbox.layer.paint.text-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520size%3Dmapbox.layer.layout.text-size).%2520Has%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520only%2520when%2520%2560type%2560%2520is%2520set%2520to%2520%26%2334%3Bsymbol%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520positions%2520of%2520the%2520%2560text%2560%2520elements%2520with%2520respects%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560lat%2560%2C%2520%2560lon%2560%2520and%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattermapbox.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_scatterpolar(self%2C%2520cliponaxis%3DNone%2C%2520connectgaps%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520dr%3DNone%2C%2520dtheta%3DNone%2C%2520fill%3DNone%2C%2520fillcolor%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hoveron%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520mode%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520r%3DNone%2C%2520r0%3DNone%2C%2520rsrc%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520subplot%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textposition%3DNone%2C%2520textpositionsrc%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520theta%3DNone%2C%2520theta0%3DNone%2C%2520thetasrc%3DNone%2C%2520thetaunit%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Scatterpolar%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520scatterpolar%2520trace%2520type%2520encompasses%2520line%2520charts%2C%2520scatter%2520%7C%2520%2520%2520%2520%2520%2520charts%2C%2520text%2520charts%2C%2520and%2520bubble%2520charts%2520in%2520polar%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520The%2520data%2520visualized%2520as%2520scatter%2520point%2520or%2520lines%2520is%2520set%2520in%2520%2560r%2560%2520%7C%2520%2520%2520%2520%2520%2520(radial)%2520and%2520%2560theta%2560%2520(angular)%2520coordinates%2520Text%2520(appearing%2520%7C%2520%2520%2520%2520%2520%2520either%2520on%2520the%2520chart%2520or%2520on%2520hover%2520only)%2520is%2520via%2520%2560text%2560.%2520Bubble%2520%7C%2520%2520%2520%2520%2520%2520charts%2520are%2520achieved%2520by%2520setting%2520%2560marker.size%2560%2520and%2For%2520%7C%2520%2520%2520%2520%2520%2520%2560marker.color%2560%2520to%2520numerical%2520arrays.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520cliponaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520markers%2520and%2520text%2520nodes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520clipped%2520about%2520the%2520subplot%2520axes.%2520To%2520show%2520markers%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520nodes%2520above%2520axis%2520lines%2520and%2520tick%2520labels%2C%2520make%2520sure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520set%2520%2560xaxis.layer%2560%2520and%2520%2560yaxis.layer%2560%2520to%2520*below%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces*.%2520%7C%2520%2520%2520%2520%2520%2520connectgaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520provided%2520data%2520arrays%2520are%2520connected.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520dr%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520r%2520coordinate%2520step.%2520%7C%2520%2520%2520%2520%2520%2520dtheta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520theta%2520coordinate%2520step.%2520By%2520default%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560dtheta%2560%2520step%2520equals%2520the%2520subplot%26%2339%3Bs%2520period%2520divided%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520length%2520of%2520the%2520%2560r%2560%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520fill%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520area%2520to%2520fill%2520with%2520a%2520solid%2520color.%2520Use%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560fillcolor%2560%2520if%2520not%2520%26%2334%3Bnone%26%2334%3B.%2520scatterpolar%2520has%2520a%2520subset%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520options%2520available%2520to%2520scatter.%2520%26%2334%3Btoself%26%2334%3B%2520connects%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520endpoints%2520of%2520the%2520trace%2520(or%2520each%2520segment%2520of%2520the%2520trace%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520it%2520has%2520gaps)%2520into%2520a%2520closed%2520shape.%2520%26%2334%3Btonext%26%2334%3B%2520fills%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520space%2520between%2520two%2520traces%2520if%2520one%2520completely%2520encloses%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520other%2520(eg%2520consecutive%2520contour%2520lines)%2C%2520and%2520behaves%2520like%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Btoself%26%2334%3B%2520if%2520there%2520is%2520no%2520trace%2520before%2520it.%2520%26%2334%3Btonext%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520should%2520not%2520be%2520used%2520if%2520one%2520trace%2520does%2520not%2520enclose%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520other.%2520%7C%2520%2520%2520%2520%2520%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fill%2520color.%2520Defaults%2520to%2520a%2520half-transparent%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520variant%2520of%2520the%2520line%2520color%2C%2520marker%2520color%2C%2520or%2520marker%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520whichever%2520is%2520available.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterpolar.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoveron%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Do%2520the%2520hover%2520effects%2520highlight%2520individual%2520points%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(markers%2520or%2520line%2520points)%2520or%2520do%2520they%2520highlight%2520filled%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520regions%3F%2520If%2520the%2520fill%2520is%2520%26%2334%3Btoself%26%2334%3B%2520or%2520%26%2334%3Btonext%26%2334%3B%2520and%2520there%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520no%2520markers%2520or%2520text%2C%2520then%2520the%2520default%2520is%2520%26%2334%3Bfills%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520otherwise%2520it%2520is%2520%26%2334%3Bpoints%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520pair.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterpolar.Legendgroupti%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tle%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterpolar.Line%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterpolar.Marker%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520the%2520drawing%2520mode%2520for%2520this%2520scatter%2520trace.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520provided%2520%2560mode%2560%2520includes%2520%26%2334%3Btext%26%2334%3B%2520then%2520the%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520elements%2520appear%2520at%2520the%2520coordinates.%2520Otherwise%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560%2520elements%2520appear%2520on%2520hover.%2520If%2520there%2520are%2520less%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252020%2520points%2520and%2520the%2520trace%2520is%2520not%2520stacked%2520then%2520the%2520default%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520%26%2334%3Blines%2Bmarkers%26%2334%3B.%2520Otherwise%2C%2520%26%2334%3Blines%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520r%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520radial%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520r0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560r%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520r%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dr%2560%2520where%2520%2560r0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dr%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520rsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560r%2560.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterpolar.Selected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterpolar.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520subplot%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520data%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520a%2520polar%2520subplot.%2520If%2520%26%2334%3Bpolar%26%2334%3B%2520(the%2520default%2520value)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520data%2520refer%2520to%2520%2560layout.polar%2560.%2520If%2520%26%2334%3Bpolar2%26%2334%3B%2C%2520the%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refer%2520to%2520%2560layout.polar2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520pair.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520font.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520positions%2520of%2520the%2520%2560text%2560%2520elements%2520with%2520respects%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520textpositionsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textposition%2560.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560r%2560%2C%2520%2560theta%2560%2520and%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520theta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520angular%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520theta0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560theta%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520theta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dtheta%2560%2520where%2520%2560theta0%2560%2520is%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520starting%2520coordinate%2520and%2520%2560dtheta%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520thetasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560theta%2560.%2520%7C%2520%2520%2520%2520%2520%2520thetaunit%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520unit%2520of%2520input%2520%26%2334%3Btheta%26%2334%3B%2520values.%2520Has%2520an%2520effect%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520on%2520%26%2334%3Blinear%26%2334%3B%2520angular%2520axes.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterpolar.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_scatterpolargl(self%2C%2520connectgaps%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520dr%3DNone%2C%2520dtheta%3DNone%2C%2520fill%3DNone%2C%2520fillcolor%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520mode%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520r%3DNone%2C%2520r0%3DNone%2C%2520rsrc%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520subplot%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textposition%3DNone%2C%2520textpositionsrc%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520theta%3DNone%2C%2520theta0%3DNone%2C%2520thetasrc%3DNone%2C%2520thetaunit%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Scatterpolargl%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520scatterpolargl%2520trace%2520type%2520encompasses%2520line%2520charts%2C%2520scatter%2520%7C%2520%2520%2520%2520%2520%2520charts%2C%2520and%2520bubble%2520charts%2520in%2520polar%2520coordinates%2520using%2520the%2520WebGL%2520%7C%2520%2520%2520%2520%2520%2520plotting%2520engine.%2520The%2520data%2520visualized%2520as%2520scatter%2520point%2520or%2520lines%2520%7C%2520%2520%2520%2520%2520%2520is%2520set%2520in%2520%2560r%2560%2520(radial)%2520and%2520%2560theta%2560%2520(angular)%2520coordinates%2520Bubble%2520%7C%2520%2520%2520%2520%2520%2520charts%2520are%2520achieved%2520by%2520setting%2520%2560marker.size%2560%2520and%2For%2520%7C%2520%2520%2520%2520%2520%2520%2560marker.color%2560%2520to%2520numerical%2520arrays.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520connectgaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520provided%2520data%2520arrays%2520are%2520connected.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520dr%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520r%2520coordinate%2520step.%2520%7C%2520%2520%2520%2520%2520%2520dtheta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520theta%2520coordinate%2520step.%2520By%2520default%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560dtheta%2560%2520step%2520equals%2520the%2520subplot%26%2339%3Bs%2520period%2520divided%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520length%2520of%2520the%2520%2560r%2560%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520fill%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520area%2520to%2520fill%2520with%2520a%2520solid%2520color.%2520Defaults%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bnone%26%2334%3B%2520unless%2520this%2520trace%2520is%2520stacked%2C%2520then%2520it%2520gets%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Btonexty%26%2334%3B%2520(%26%2334%3Btonextx%26%2334%3B)%2520if%2520%2560orientation%2560%2520is%2520%26%2334%3Bv%26%2334%3B%2520(%26%2334%3Bh%26%2334%3B)%2520Use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%2560fillcolor%2560%2520if%2520not%2520%26%2334%3Bnone%26%2334%3B.%2520%26%2334%3Btozerox%26%2334%3B%2520and%2520%26%2334%3Btozeroy%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fill%2520to%2520x%3D0%2520and%2520y%3D0%2520respectively.%2520%26%2334%3Btonextx%26%2334%3B%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Btonexty%26%2334%3B%2520fill%2520between%2520the%2520endpoints%2520of%2520this%2520trace%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520endpoints%2520of%2520the%2520trace%2520before%2520it%2C%2520connecting%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520endpoints%2520with%2520straight%2520lines%2520(to%2520make%2520a%2520stacked%2520area%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520graph)%3B%2520if%2520there%2520is%2520no%2520trace%2520before%2520it%2C%2520they%2520behave%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520like%2520%26%2334%3Btozerox%26%2334%3B%2520and%2520%26%2334%3Btozeroy%26%2334%3B.%2520%26%2334%3Btoself%26%2334%3B%2520connects%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520endpoints%2520of%2520the%2520trace%2520(or%2520each%2520segment%2520of%2520the%2520trace%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520it%2520has%2520gaps)%2520into%2520a%2520closed%2520shape.%2520%26%2334%3Btonext%26%2334%3B%2520fills%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520space%2520between%2520two%2520traces%2520if%2520one%2520completely%2520encloses%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520other%2520(eg%2520consecutive%2520contour%2520lines)%2C%2520and%2520behaves%2520like%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Btoself%26%2334%3B%2520if%2520there%2520is%2520no%2520trace%2520before%2520it.%2520%26%2334%3Btonext%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520should%2520not%2520be%2520used%2520if%2520one%2520trace%2520does%2520not%2520enclose%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520other.%2520Traces%2520in%2520a%2520%2560stackgroup%2560%2520will%2520only%2520fill%2520to%2520(or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520filled%2520to)%2520other%2520traces%2520in%2520the%2520same%2520group.%2520With%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520multiple%2520%2560stackgroup%2560s%2520or%2520some%2520traces%2520stacked%2520and%2520some%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520not%2C%2520if%2520fill-linked%2520traces%2520are%2520not%2520already%2520consecutive%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520later%2520ones%2520will%2520be%2520pushed%2520down%2520in%2520the%2520drawing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520order.%2520%7C%2520%2520%2520%2520%2520%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fill%2520color.%2520Defaults%2520to%2520a%2520half-transparent%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520variant%2520of%2520the%2520line%2520color%2C%2520marker%2520color%2C%2520or%2520marker%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520whichever%2520is%2520available.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterpolargl.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520pair.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterpolargl.Legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520title%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterpolargl.Line%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterpolargl.Marker%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520the%2520drawing%2520mode%2520for%2520this%2520scatter%2520trace.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520provided%2520%2560mode%2560%2520includes%2520%26%2334%3Btext%26%2334%3B%2520then%2520the%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520elements%2520appear%2520at%2520the%2520coordinates.%2520Otherwise%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560%2520elements%2520appear%2520on%2520hover.%2520If%2520there%2520are%2520less%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252020%2520points%2520and%2520the%2520trace%2520is%2520not%2520stacked%2520then%2520the%2520default%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520%26%2334%3Blines%2Bmarkers%26%2334%3B.%2520Otherwise%2C%2520%26%2334%3Blines%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520r%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520radial%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520r0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560r%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520r%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dr%2560%2520where%2520%2560r0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dr%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520rsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560r%2560.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterpolargl.Selected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterpolargl.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520subplot%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520data%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520a%2520polar%2520subplot.%2520If%2520%26%2334%3Bpolar%26%2334%3B%2520(the%2520default%2520value)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520data%2520refer%2520to%2520%2560layout.polar%2560.%2520If%2520%26%2334%3Bpolar2%26%2334%3B%2C%2520the%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refer%2520to%2520%2560layout.polar2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520pair.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520font.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520positions%2520of%2520the%2520%2560text%2560%2520elements%2520with%2520respects%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520textpositionsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textposition%2560.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560r%2560%2C%2520%2560theta%2560%2520and%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520theta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520angular%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520theta0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560theta%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520theta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dtheta%2560%2520where%2520%2560theta0%2560%2520is%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520starting%2520coordinate%2520and%2520%2560dtheta%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520thetasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560theta%2560.%2520%7C%2520%2520%2520%2520%2520%2520thetaunit%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520unit%2520of%2520input%2520%26%2334%3Btheta%26%2334%3B%2520values.%2520Has%2520an%2520effect%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520on%2520%26%2334%3Blinear%26%2334%3B%2520angular%2520axes.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterpolargl.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_scattersmith(self%2C%2520cliponaxis%3DNone%2C%2520connectgaps%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520fill%3DNone%2C%2520fillcolor%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hoveron%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520imag%3DNone%2C%2520imagsrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520mode%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520real%3DNone%2C%2520realsrc%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520subplot%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textposition%3DNone%2C%2520textpositionsrc%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Scattersmith%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520scattersmith%2520trace%2520type%2520encompasses%2520line%2520charts%2C%2520scatter%2520%7C%2520%2520%2520%2520%2520%2520charts%2C%2520text%2520charts%2C%2520and%2520bubble%2520charts%2520in%2520smith%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520The%2520data%2520visualized%2520as%2520scatter%2520point%2520or%2520lines%2520is%2520set%2520in%2520%2560real%2560%2520%7C%2520%2520%2520%2520%2520%2520and%2520%2560imag%2560%2520(imaginary)%2520coordinates%2520Text%2520(appearing%2520either%2520on%2520%7C%2520%2520%2520%2520%2520%2520the%2520chart%2520or%2520on%2520hover%2520only)%2520is%2520via%2520%2560text%2560.%2520Bubble%2520charts%2520are%2520%7C%2520%2520%2520%2520%2520%2520achieved%2520by%2520setting%2520%2560marker.size%2560%2520and%2For%2520%2560marker.color%2560%2520to%2520%7C%2520%2520%2520%2520%2520%2520numerical%2520arrays.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520cliponaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520markers%2520and%2520text%2520nodes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520clipped%2520about%2520the%2520subplot%2520axes.%2520To%2520show%2520markers%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520nodes%2520above%2520axis%2520lines%2520and%2520tick%2520labels%2C%2520make%2520sure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520set%2520%2560xaxis.layer%2560%2520and%2520%2560yaxis.layer%2560%2520to%2520*below%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces*.%2520%7C%2520%2520%2520%2520%2520%2520connectgaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520provided%2520data%2520arrays%2520are%2520connected.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520fill%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520area%2520to%2520fill%2520with%2520a%2520solid%2520color.%2520Use%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560fillcolor%2560%2520if%2520not%2520%26%2334%3Bnone%26%2334%3B.%2520scattersmith%2520has%2520a%2520subset%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520options%2520available%2520to%2520scatter.%2520%26%2334%3Btoself%26%2334%3B%2520connects%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520endpoints%2520of%2520the%2520trace%2520(or%2520each%2520segment%2520of%2520the%2520trace%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520it%2520has%2520gaps)%2520into%2520a%2520closed%2520shape.%2520%26%2334%3Btonext%26%2334%3B%2520fills%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520space%2520between%2520two%2520traces%2520if%2520one%2520completely%2520encloses%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520other%2520(eg%2520consecutive%2520contour%2520lines)%2C%2520and%2520behaves%2520like%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Btoself%26%2334%3B%2520if%2520there%2520is%2520no%2520trace%2520before%2520it.%2520%26%2334%3Btonext%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520should%2520not%2520be%2520used%2520if%2520one%2520trace%2520does%2520not%2520enclose%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520other.%2520%7C%2520%2520%2520%2520%2520%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fill%2520color.%2520Defaults%2520to%2520a%2520half-transparent%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520variant%2520of%2520the%2520line%2520color%2C%2520marker%2520color%2C%2520or%2520marker%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520whichever%2520is%2520available.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattersmith.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoveron%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Do%2520the%2520hover%2520effects%2520highlight%2520individual%2520points%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(markers%2520or%2520line%2520points)%2520or%2520do%2520they%2520highlight%2520filled%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520regions%3F%2520If%2520the%2520fill%2520is%2520%26%2334%3Btoself%26%2334%3B%2520or%2520%26%2334%3Btonext%26%2334%3B%2520and%2520there%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520no%2520markers%2520or%2520text%2C%2520then%2520the%2520default%2520is%2520%26%2334%3Bfills%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520otherwise%2520it%2520is%2520%26%2334%3Bpoints%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520pair.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520imag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520imaginary%2520component%2520of%2520the%2520data%2C%2520in%2520units%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520normalized%2520impedance%2520such%2520that%2520real%3D1%2C%2520imag%3D0%2520is%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520center%2520of%2520the%2520chart.%2520%7C%2520%2520%2520%2520%2520%2520imagsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560imag%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattersmith.Legendgroupti%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tle%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattersmith.Line%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattersmith.Marker%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520the%2520drawing%2520mode%2520for%2520this%2520scatter%2520trace.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520provided%2520%2560mode%2560%2520includes%2520%26%2334%3Btext%26%2334%3B%2520then%2520the%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520elements%2520appear%2520at%2520the%2520coordinates.%2520Otherwise%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560%2520elements%2520appear%2520on%2520hover.%2520If%2520there%2520are%2520less%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252020%2520points%2520and%2520the%2520trace%2520is%2520not%2520stacked%2520then%2520the%2520default%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520%26%2334%3Blines%2Bmarkers%26%2334%3B.%2520Otherwise%2C%2520%26%2334%3Blines%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520real%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520real%2520component%2520of%2520the%2520data%2C%2520in%2520units%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520normalized%2520impedance%2520such%2520that%2520real%3D1%2C%2520imag%3D0%2520is%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520center%2520of%2520the%2520chart.%2520%7C%2520%2520%2520%2520%2520%2520realsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560real%2560.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattersmith.Selected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattersmith.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520subplot%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520data%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520a%2520smith%2520subplot.%2520If%2520%26%2334%3Bsmith%26%2334%3B%2520(the%2520default%2520value)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520data%2520refer%2520to%2520%2560layout.smith%2560.%2520If%2520%26%2334%3Bsmith2%26%2334%3B%2C%2520the%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refer%2520to%2520%2560layout.smith2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520pair.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520font.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520positions%2520of%2520the%2520%2560text%2560%2520elements%2520with%2520respects%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520textpositionsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textposition%2560.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560real%2560%2C%2520%2560imag%2560%2520and%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scattersmith.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_scatterternary(self%2C%2520a%3DNone%2C%2520asrc%3DNone%2C%2520b%3DNone%2C%2520bsrc%3DNone%2C%2520c%3DNone%2C%2520cliponaxis%3DNone%2C%2520connectgaps%3DNone%2C%2520csrc%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520fill%3DNone%2C%2520fillcolor%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hoveron%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520mode%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520subplot%3DNone%2C%2520sum%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textposition%3DNone%2C%2520textpositionsrc%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Scatterternary%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Provides%2520similar%2520functionality%2520to%2520the%2520%26%2334%3Bscatter%26%2334%3B%2520type%2520but%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520ternary%2520phase%2520diagram.%2520The%2520data%2520is%2520provided%2520by%2520at%2520least%2520two%2520%7C%2520%2520%2520%2520%2520%2520arrays%2520out%2520of%2520%2560a%2560%2C%2520%2560b%2560%2C%2520%2560c%2560%2520triplets.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520quantity%2520of%2520component%2520%2560a%2560%2520in%2520each%2520data%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%2560a%2560%2C%2520%2560b%2560%2C%2520and%2520%2560c%2560%2520are%2520all%2520provided%2C%2520they%2520need%2520not%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520normalized%2C%2520only%2520the%2520relative%2520values%2520matter.%2520If%2520only%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520two%2520arrays%2520are%2520provided%2520they%2520must%2520be%2520normalized%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520match%2520%2560ternary%26lt%3Bi%26gt%3B.sum%2560.%2520%7C%2520%2520%2520%2520%2520%2520asrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560a%2560.%2520%7C%2520%2520%2520%2520%2520%2520b%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520quantity%2520of%2520component%2520%2560a%2560%2520in%2520each%2520data%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%2560a%2560%2C%2520%2560b%2560%2C%2520and%2520%2560c%2560%2520are%2520all%2520provided%2C%2520they%2520need%2520not%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520normalized%2C%2520only%2520the%2520relative%2520values%2520matter.%2520If%2520only%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520two%2520arrays%2520are%2520provided%2520they%2520must%2520be%2520normalized%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520match%2520%2560ternary%26lt%3Bi%26gt%3B.sum%2560.%2520%7C%2520%2520%2520%2520%2520%2520bsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560b%2560.%2520%7C%2520%2520%2520%2520%2520%2520c%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520quantity%2520of%2520component%2520%2560a%2560%2520in%2520each%2520data%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%2560a%2560%2C%2520%2560b%2560%2C%2520and%2520%2560c%2560%2520are%2520all%2520provided%2C%2520they%2520need%2520not%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520normalized%2C%2520only%2520the%2520relative%2520values%2520matter.%2520If%2520only%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520two%2520arrays%2520are%2520provided%2520they%2520must%2520be%2520normalized%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520match%2520%2560ternary%26lt%3Bi%26gt%3B.sum%2560.%2520%7C%2520%2520%2520%2520%2520%2520cliponaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520markers%2520and%2520text%2520nodes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520clipped%2520about%2520the%2520subplot%2520axes.%2520To%2520show%2520markers%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520nodes%2520above%2520axis%2520lines%2520and%2520tick%2520labels%2C%2520make%2520sure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520set%2520%2560xaxis.layer%2560%2520and%2520%2560yaxis.layer%2560%2520to%2520*below%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces*.%2520%7C%2520%2520%2520%2520%2520%2520connectgaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520provided%2520data%2520arrays%2520are%2520connected.%2520%7C%2520%2520%2520%2520%2520%2520csrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560c%2560.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520fill%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520area%2520to%2520fill%2520with%2520a%2520solid%2520color.%2520Use%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560fillcolor%2560%2520if%2520not%2520%26%2334%3Bnone%26%2334%3B.%2520scatterternary%2520has%2520a%2520subset%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520the%2520options%2520available%2520to%2520scatter.%2520%26%2334%3Btoself%26%2334%3B%2520connects%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520endpoints%2520of%2520the%2520trace%2520(or%2520each%2520segment%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520if%2520it%2520has%2520gaps)%2520into%2520a%2520closed%2520shape.%2520%26%2334%3Btonext%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fills%2520the%2520space%2520between%2520two%2520traces%2520if%2520one%2520completely%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520encloses%2520the%2520other%2520(eg%2520consecutive%2520contour%2520lines)%2C%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520behaves%2520like%2520%26%2334%3Btoself%26%2334%3B%2520if%2520there%2520is%2520no%2520trace%2520before%2520it.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Btonext%26%2334%3B%2520should%2520not%2520be%2520used%2520if%2520one%2520trace%2520does%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520enclose%2520the%2520other.%2520%7C%2520%2520%2520%2520%2520%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fill%2520color.%2520Defaults%2520to%2520a%2520half-transparent%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520variant%2520of%2520the%2520line%2520color%2C%2520marker%2520color%2C%2520or%2520marker%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520whichever%2520is%2520available.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterternary.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoveron%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Do%2520the%2520hover%2520effects%2520highlight%2520individual%2520points%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(markers%2520or%2520line%2520points)%2520or%2520do%2520they%2520highlight%2520filled%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520regions%3F%2520If%2520the%2520fill%2520is%2520%26%2334%3Btoself%26%2334%3B%2520or%2520%26%2334%3Btonext%26%2334%3B%2520and%2520there%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520no%2520markers%2520or%2520text%2C%2520then%2520the%2520default%2520is%2520%26%2334%3Bfills%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520otherwise%2520it%2520is%2520%26%2334%3Bpoints%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520(a%2Cb%2Cc)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520point.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520strings%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520the%2520data%2520points%2520in%2520(a%2Cb%2Cc).%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520a%2520%26%2334%3Btext%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterternary.Legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520title%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterternary.Line%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterternary.Marker%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520the%2520drawing%2520mode%2520for%2520this%2520scatter%2520trace.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520provided%2520%2560mode%2560%2520includes%2520%26%2334%3Btext%26%2334%3B%2520then%2520the%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520elements%2520appear%2520at%2520the%2520coordinates.%2520Otherwise%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560%2520elements%2520appear%2520on%2520hover.%2520If%2520there%2520are%2520less%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252020%2520points%2520and%2520the%2520trace%2520is%2520not%2520stacked%2520then%2520the%2520default%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520%26%2334%3Blines%2Bmarkers%26%2334%3B.%2520Otherwise%2C%2520%26%2334%3Blines%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterternary.Selected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterternary.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520subplot%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520data%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520a%2520ternary%2520subplot.%2520If%2520%26%2334%3Bternary%26%2334%3B%2520(the%2520default%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value)%2C%2520the%2520data%2520refer%2520to%2520%2560layout.ternary%2560.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bternary2%26%2334%3B%2C%2520the%2520data%2520refer%2520to%2520%2560layout.ternary2%2560%2C%2520and%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520on.%2520%7C%2520%2520%2520%2520%2520%2520sum%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520number%2520each%2520triplet%2520should%2520sum%2520to%2C%2520if%2520only%2520two%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560a%2560%2C%2520%2560b%2560%2C%2520and%2520%2560c%2560%2520are%2520provided.%2520This%2520overrides%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ternary%26lt%3Bi%26gt%3B.sum%2560%2520to%2520normalize%2520this%2520specific%2520trace%2C%2520but%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520does%2520not%2520affect%2520the%2520values%2520displayed%2520on%2520the%2520axes.%25200%2520(or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing)%2520means%2520to%2520use%2520ternary%26lt%3Bi%26gt%3B.sum%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(a%2Cb%2Cc)%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520strings%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520to%2520the%2520the%2520data%2520points%2520in%2520(a%2Cb%2Cc).%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520font.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520positions%2520of%2520the%2520%2560text%2560%2520elements%2520with%2520respects%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520textpositionsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textposition%2560.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560a%2560%2C%2520%2560b%2560%2C%2520%2560c%2560%2520and%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.scatterternary.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_selection(self%2C%2520arg%3DNone%2C%2520line%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520path%3DNone%2C%2520templateitemname%3DNone%2C%2520type%3DNone%2C%2520x0%3DNone%2C%2520x1%3DNone%2C%2520xref%3DNone%2C%2520y0%3DNone%2C%2520y1%3DNone%2C%2520yref%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520exclude_empty_subplots%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Create%2520and%2520add%2520a%2520new%2520selection%2520to%2520the%2520figure%26%2339%3Bs%2520layout%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520arg%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520of%2520Selection%2520or%2520dict%2520with%2520compatible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.layout.selection.Line%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520When%2520used%2520in%2520a%2520template%2C%2520named%2520items%2520are%2520created%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520output%2520figure%2520in%2520addition%2520to%2520any%2520items%2520the%2520figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520already%2520has%2520in%2520this%2520array.%2520You%2520can%2520modify%2520these%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520the%2520output%2520figure%2520by%2520making%2520your%2520own%2520item%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560templateitemname%2560%2520matching%2520this%2520%2560name%2560%2520alongside%2520your%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520modifications%2520(including%2520%2560visible%3A%2520false%2560%2520or%2520%2560enabled%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520false%2560%2520to%2520hide%2520it).%2520Has%2520no%2520effect%2520outside%2520of%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520path%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520For%2520%2560type%2560%2520%26%2334%3Bpath%26%2334%3B%2520-%2520a%2520valid%2520SVG%2520path%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560shapes.path%2560%2520in%2520data%2520coordinates.%2520Allowed%2520segments%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%3A%2520M%2C%2520L%2520and%2520Z.%2520%7C%2520%2520%2520%2520%2520%2520templateitemname%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Used%2520to%2520refer%2520to%2520a%2520named%2520item%2520in%2520this%2520array%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template.%2520Named%2520items%2520from%2520the%2520template%2520will%2520be%2520created%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520even%2520without%2520a%2520matching%2520item%2520in%2520the%2520input%2520figure%2C%2520but%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520you%2520can%2520modify%2520one%2520by%2520making%2520an%2520item%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560templateitemname%2560%2520matching%2520its%2520%2560name%2560%2C%2520alongside%2520your%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520modifications%2520(including%2520%2560visible%3A%2520false%2560%2520or%2520%2560enabled%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520false%2560%2520to%2520hide%2520it).%2520If%2520there%2520is%2520no%2520template%2520or%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520item%2C%2520this%2520item%2520will%2520be%2520hidden%2520unless%2520you%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520explicitly%2520show%2520it%2520with%2520%2560visible%3A%2520true%2560.%2520%7C%2520%2520%2520%2520%2520%2520type%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520selection%2520type%2520to%2520be%2520drawn.%2520If%2520%26%2334%3Brect%26%2334%3B%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rectangle%2520is%2520drawn%2520linking%2520(%2560x0%2560%2C%2560y0%2560)%2C%2520(%2560x1%2560%2C%2560y0%2560)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560x1%2560%2C%2560y1%2560)%2520and%2520(%2560x0%2560%2C%2560y1%2560).%2520If%2520%26%2334%3Bpath%26%2334%3B%2C%2520draw%2520a%2520custom%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520SVG%2520path%2520using%2520%2560path%2560.%2520%7C%2520%2520%2520%2520%2520%2520x0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520selection%26%2339%3Bs%2520starting%2520x%2520position.%2520%7C%2520%2520%2520%2520%2520%2520x1%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520selection%26%2339%3Bs%2520end%2520x%2520position.%2520%7C%2520%2520%2520%2520%2520%2520xref%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520selection%26%2339%3Bs%2520x%2520coordinate%2520axis.%2520If%2520set%2520to%2520a%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis%2520id%2520(e.g.%2520%26%2334%3Bx%26%2334%3B%2520or%2520%26%2334%3Bx2%26%2334%3B)%2C%2520the%2520%2560x%2560%2520position%2520refers%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520x%2520coordinate.%2520If%2520set%2520to%2520%26%2334%3Bpaper%26%2334%3B%2C%2520the%2520%2560x%2560%2520position%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refers%2520to%2520the%2520distance%2520from%2520the%2520left%2520of%2520the%2520plotting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520area%2520in%2520normalized%2520coordinates%2520where%25200%2520(1)%2520corresponds%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520left%2520(right).%2520If%2520set%2520to%2520a%2520x%2520axis%2520ID%2520followed%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bdomain%26%2334%3B%2520(separated%2520by%2520a%2520space)%2C%2520the%2520position%2520behaves%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520like%2520for%2520%26%2334%3Bpaper%26%2334%3B%2C%2520but%2520refers%2520to%2520the%2520distance%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fractions%2520of%2520the%2520domain%2520length%2520from%2520the%2520left%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520that%2520axis%3A%2520e.g.%2C%2520*x2%2520domain*%2520refers%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520the%2520second%2520x%2520%2520axis%2520and%2520a%2520x%2520position%2520of%25200.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refers%2520to%2520the%2520point%2520between%2520the%2520left%2520and%2520the%2520right%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520domain%2520of%2520the%2520second%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520y0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520selection%26%2339%3Bs%2520starting%2520y%2520position.%2520%7C%2520%2520%2520%2520%2520%2520y1%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520selection%26%2339%3Bs%2520end%2520y%2520position.%2520%7C%2520%2520%2520%2520%2520%2520yref%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520selection%26%2339%3Bs%2520x%2520coordinate%2520axis.%2520If%2520set%2520to%2520a%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis%2520id%2520(e.g.%2520%26%2334%3By%26%2334%3B%2520or%2520%26%2334%3By2%26%2334%3B)%2C%2520the%2520%2560y%2560%2520position%2520refers%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520y%2520coordinate.%2520If%2520set%2520to%2520%26%2334%3Bpaper%26%2334%3B%2C%2520the%2520%2560y%2560%2520position%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refers%2520to%2520the%2520distance%2520from%2520the%2520bottom%2520of%2520the%2520plotting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520area%2520in%2520normalized%2520coordinates%2520where%25200%2520(1)%2520corresponds%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520bottom%2520(top).%2520If%2520set%2520to%2520a%2520y%2520axis%2520ID%2520followed%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bdomain%26%2334%3B%2520(separated%2520by%2520a%2520space)%2C%2520the%2520position%2520behaves%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520like%2520for%2520%26%2334%3Bpaper%26%2334%3B%2C%2520but%2520refers%2520to%2520the%2520distance%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fractions%2520of%2520the%2520domain%2520length%2520from%2520the%2520bottom%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520that%2520axis%3A%2520e.g.%2C%2520*y2%2520domain*%2520refers%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520the%2520second%2520y%2520%2520axis%2520and%2520a%2520y%2520position%2520of%25200.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refers%2520to%2520the%2520point%2520between%2520the%2520bottom%2520and%2520the%2520top%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520domain%2520of%2520the%2520second%2520y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520for%2520selection.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520rows%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520column%2520for%2520selection.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Whether%2520to%2520add%2520selection%2520to%2520secondary%2520y-axis%2520%7C%2520%2520%2520%2520%2520%2520exclude_empty_subplots%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520selection%2520will%2520not%2520be%2520added%2520to%2520subplots%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520without%2520traces.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_shape(self%2C%2520arg%3DNone%2C%2520editable%3DNone%2C%2520fillcolor%3DNone%2C%2520fillrule%3DNone%2C%2520label%3DNone%2C%2520layer%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520path%3DNone%2C%2520showlegend%3DNone%2C%2520templateitemname%3DNone%2C%2520type%3DNone%2C%2520visible%3DNone%2C%2520x0%3DNone%2C%2520x0shift%3DNone%2C%2520x1%3DNone%2C%2520x1shift%3DNone%2C%2520xanchor%3DNone%2C%2520xref%3DNone%2C%2520xsizemode%3DNone%2C%2520y0%3DNone%2C%2520y0shift%3DNone%2C%2520y1%3DNone%2C%2520y1shift%3DNone%2C%2520yanchor%3DNone%2C%2520yref%3DNone%2C%2520ysizemode%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520exclude_empty_subplots%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Create%2520and%2520add%2520a%2520new%2520shape%2520to%2520the%2520figure%26%2339%3Bs%2520layout%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520arg%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520of%2520Shape%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520editable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520shape%2520could%2520be%2520activated%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520edit%2520or%2520not.%2520Has%2520no%2520effect%2520when%2520the%2520older%2520editable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520shapes%2520mode%2520is%2520enabled%2520via%2520%2560config.editable%2560%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560config.edits.shapePosition%2560.%2520%7C%2520%2520%2520%2520%2520%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520color%2520filling%2520the%2520shape%26%2339%3Bs%2520interior.%2520Only%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520applies%2520to%2520closed%2520shapes.%2520%7C%2520%2520%2520%2520%2520%2520fillrule%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520regions%2520of%2520complex%2520paths%2520constitute%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520interior.%2520For%2520more%2520info%2520please%2520visit%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fdeveloper.mozilla.org%2Fen-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520US%2Fdocs%2FWeb%2FSVG%2FAttribute%2Ffill-rule%2520%7C%2520%2520%2520%2520%2520%2520label%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.layout.shape.Label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520layer%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520whether%2520shapes%2520are%2520drawn%2520below%2520gridlines%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%26%2334%3Bbelow%26%2334%3B)%2C%2520between%2520gridlines%2520and%2520traces%2520(%26%2334%3Bbetween%26%2334%3B)%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520above%2520traces%2520(%26%2334%3Babove%26%2334%3B).%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520shape%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520shape.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.layout.shape.Legendgroupti%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tle%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520shape.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520shape.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.layout.shape.Line%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520When%2520used%2520in%2520a%2520template%2C%2520named%2520items%2520are%2520created%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520output%2520figure%2520in%2520addition%2520to%2520any%2520items%2520the%2520figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520already%2520has%2520in%2520this%2520array.%2520You%2520can%2520modify%2520these%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520the%2520output%2520figure%2520by%2520making%2520your%2520own%2520item%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560templateitemname%2560%2520matching%2520this%2520%2560name%2560%2520alongside%2520your%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520modifications%2520(including%2520%2560visible%3A%2520false%2560%2520or%2520%2560enabled%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520false%2560%2520to%2520hide%2520it).%2520Has%2520no%2520effect%2520outside%2520of%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520shape.%2520%7C%2520%2520%2520%2520%2520%2520path%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520For%2520%2560type%2560%2520%26%2334%3Bpath%26%2334%3B%2520-%2520a%2520valid%2520SVG%2520path%2520with%2520the%2520pixel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520replaced%2520by%2520data%2520values%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560xsizemode%2560%2F%2560ysizemode%2560%2520being%2520%26%2334%3Bscaled%26%2334%3B%2520and%2520taken%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unmodified%2520as%2520pixels%2520relative%2520to%2520%2560xanchor%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560yanchor%2560%2520in%2520case%2520of%2520%26%2334%3Bpixel%26%2334%3B%2520size%2520mode.%2520There%2520are%2520a%2520few%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520restrictions%2520%2F%2520quirks%2520only%2520absolute%2520instructions%2C%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative.%2520So%2520the%2520allowed%2520segments%2520are%3A%2520M%2C%2520L%2C%2520H%2C%2520V%2C%2520Q%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520C%2C%2520T%2C%2520S%2C%2520and%2520Z%2520arcs%2520(A)%2520are%2520not%2520allowed%2520because%2520radius%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rx%2520and%2520ry%2520are%2520relative.%2520In%2520the%2520future%2520we%2520could%2520consider%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520supporting%2520relative%2520commands%2C%2520but%2520we%2520would%2520have%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decide%2520on%2520how%2520to%2520handle%2520date%2520and%2520log%2520axes.%2520Note%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520even%2520as%2520is%2C%2520Q%2520and%2520C%2520Bezier%2520paths%2520that%2520are%2520smooth%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520linear%2520axes%2520may%2520not%2520be%2520smooth%2520on%2520log%2C%2520and%2520vice%2520versa.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520no%2520chained%2520%26%2334%3Bpolybezier%26%2334%3B%2520commands%2520-%2520specify%2520the%2520segment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520type%2520for%2520each%2520one.%2520On%2520category%2520axes%2C%2520values%2520are%2520numbers%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scaled%2520to%2520the%2520serial%2520numbers%2520of%2520categories%2520because%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520the%2520categories%2520themselves%2520there%2520would%2520be%2520no%2520way%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520describe%2520fractional%2520positions%2520On%2520data%2520axes%3A%2520because%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520space%2520and%2520T%2520are%2520both%2520normal%2520components%2520of%2520path%2520strings%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520we%2520can%26%2339%3Bt%2520use%2520either%2520to%2520separate%2520date%2520from%2520time%2520parts.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Therefore%2520we%26%2339%3Bll%2520use%2520underscore%2520for%2520this%2520purpose%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202015-02-21_13%3A45%3A56.789%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520shape%2520is%2520shown%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520templateitemname%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Used%2520to%2520refer%2520to%2520a%2520named%2520item%2520in%2520this%2520array%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template.%2520Named%2520items%2520from%2520the%2520template%2520will%2520be%2520created%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520even%2520without%2520a%2520matching%2520item%2520in%2520the%2520input%2520figure%2C%2520but%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520you%2520can%2520modify%2520one%2520by%2520making%2520an%2520item%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560templateitemname%2560%2520matching%2520its%2520%2560name%2560%2C%2520alongside%2520your%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520modifications%2520(including%2520%2560visible%3A%2520false%2560%2520or%2520%2560enabled%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520false%2560%2520to%2520hide%2520it).%2520If%2520there%2520is%2520no%2520template%2520or%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520item%2C%2520this%2520item%2520will%2520be%2520hidden%2520unless%2520you%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520explicitly%2520show%2520it%2520with%2520%2560visible%3A%2520true%2560.%2520%7C%2520%2520%2520%2520%2520%2520type%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520shape%2520type%2520to%2520be%2520drawn.%2520If%2520%26%2334%3Bline%26%2334%3B%2C%2520a%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520drawn%2520from%2520(%2560x0%2560%2C%2560y0%2560)%2520to%2520(%2560x1%2560%2C%2560y1%2560)%2520with%2520respect%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520axes%26%2339%3B%2520sizing%2520mode.%2520If%2520%26%2334%3Bcircle%26%2334%3B%2C%2520a%2520circle%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520drawn%2520from%2520((%2560x0%2560%2B%2560x1%2560)%2F2%2C%2520(%2560y0%2560%2B%2560y1%2560)%2F2))%2520with%2520radius%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%7C(%2560x0%2560%2B%2560x1%2560)%2F2%2520-%2520%2560x0%2560%7C%2C%2520%7C(%2560y0%2560%2B%2560y1%2560)%2F2%2520-%2560y0%2560)%7C)%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520respect%2520to%2520the%2520axes%26%2339%3B%2520sizing%2520mode.%2520If%2520%26%2334%3Brect%26%2334%3B%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rectangle%2520is%2520drawn%2520linking%2520(%2560x0%2560%2C%2560y0%2560)%2C%2520(%2560x1%2560%2C%2560y0%2560)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560x1%2560%2C%2560y1%2560)%2C%2520(%2560x0%2560%2C%2560y1%2560)%2C%2520(%2560x0%2560%2C%2560y0%2560)%2520with%2520respect%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520axes%26%2339%3B%2520sizing%2520mode.%2520If%2520%26%2334%3Bpath%26%2334%3B%2C%2520draw%2520a%2520custom%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520path%2520using%2520%2560path%2560.%2520with%2520respect%2520to%2520the%2520axes%26%2339%3B%2520sizing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mode.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520shape%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520shape%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520shape%26%2339%3Bs%2520starting%2520x%2520position.%2520See%2520%2560type%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560xsizemode%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520x0shift%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Shifts%2520%2560x0%2560%2520away%2520from%2520the%2520center%2520of%2520the%2520category%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560xref%2560%2520is%2520a%2520%26%2334%3Bcategory%26%2334%3B%2520or%2520%26%2334%3Bmulticategory%26%2334%3B%2520axis.%2520-0.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520start%2520of%2520the%2520category%2520and%25200.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520end%2520of%2520the%2520category.%2520%7C%2520%2520%2520%2520%2520%2520x1%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520shape%26%2339%3Bs%2520end%2520x%2520position.%2520See%2520%2560type%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560xsizemode%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520x1shift%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Shifts%2520%2560x1%2560%2520away%2520from%2520the%2520center%2520of%2520the%2520category%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560xref%2560%2520is%2520a%2520%26%2334%3Bcategory%26%2334%3B%2520or%2520%26%2334%3Bmulticategory%26%2334%3B%2520axis.%2520-0.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520start%2520of%2520the%2520category%2520and%25200.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520end%2520of%2520the%2520category.%2520%7C%2520%2520%2520%2520%2520%2520xanchor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520in%2520conjunction%2520with%2520%2560xsizemode%2560%2520set%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bpixel%26%2334%3B.%2520Specifies%2520the%2520anchor%2520point%2520on%2520the%2520x%2520axis%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520which%2520%2560x0%2560%2C%2520%2560x1%2560%2520and%2520x%2520coordinates%2520within%2520%2560path%2560%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to.%2520E.g.%2520useful%2520to%2520attach%2520a%2520pixel%2520sized%2520shape%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520a%2520certain%2520data%2520value.%2520No%2520effect%2520when%2520%2560xsizemode%2560%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520set%2520to%2520%26%2334%3Bpixel%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520xref%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520shape%26%2339%3Bs%2520x%2520coordinate%2520axis.%2520If%2520set%2520to%2520a%2520x%2520axis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520id%2520(e.g.%2520%26%2334%3Bx%26%2334%3B%2520or%2520%26%2334%3Bx2%26%2334%3B)%2C%2520the%2520%2560x%2560%2520position%2520refers%2520to%2520a%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate.%2520If%2520set%2520to%2520%26%2334%3Bpaper%26%2334%3B%2C%2520the%2520%2560x%2560%2520position%2520refers%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520distance%2520from%2520the%2520left%2520of%2520the%2520plotting%2520area%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520normalized%2520coordinates%2520where%25200%2520(1)%2520corresponds%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520left%2520(right).%2520If%2520set%2520to%2520a%2520x%2520axis%2520ID%2520followed%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bdomain%26%2334%3B%2520(separated%2520by%2520a%2520space)%2C%2520the%2520position%2520behaves%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520like%2520for%2520%26%2334%3Bpaper%26%2334%3B%2C%2520but%2520refers%2520to%2520the%2520distance%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fractions%2520of%2520the%2520domain%2520length%2520from%2520the%2520left%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520that%2520axis%3A%2520e.g.%2C%2520*x2%2520domain*%2520refers%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520the%2520second%2520x%2520%2520axis%2520and%2520a%2520x%2520position%2520of%25200.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refers%2520to%2520the%2520point%2520between%2520the%2520left%2520and%2520the%2520right%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520domain%2520of%2520the%2520second%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xsizemode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520shapes%26%2339%3Bs%2520sizing%2520mode%2520along%2520the%2520x%2520axis.%2520If%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520%26%2334%3Bscaled%26%2334%3B%2C%2520%2560x0%2560%2C%2520%2560x1%2560%2520and%2520x%2520coordinates%2520within%2520%2560path%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refer%2520to%2520data%2520values%2520on%2520the%2520x%2520axis%2520or%2520a%2520fraction%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plot%2520area%26%2339%3Bs%2520width%2520(%2560xref%2560%2520set%2520to%2520%26%2334%3Bpaper%26%2334%3B).%2520If%2520set%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bpixel%26%2334%3B%2C%2520%2560xanchor%2560%2520specifies%2520the%2520x%2520position%2520in%2520terms%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520or%2520plot%2520fraction%2520but%2520%2560x0%2560%2C%2520%2560x1%2560%2520and%2520x%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520within%2520%2560path%2560%2520are%2520pixels%2520relative%2520to%2520%2560xanchor%2560.%2520This%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520way%2C%2520the%2520shape%2520can%2520have%2520a%2520fixed%2520width%2520while%2520maintaining%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520position%2520relative%2520to%2520data%2520or%2520plot%2520fraction.%2520%7C%2520%2520%2520%2520%2520%2520y0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520shape%26%2339%3Bs%2520starting%2520y%2520position.%2520See%2520%2560type%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ysizemode%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520y0shift%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Shifts%2520%2560y0%2560%2520away%2520from%2520the%2520center%2520of%2520the%2520category%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560yref%2560%2520is%2520a%2520%26%2334%3Bcategory%26%2334%3B%2520or%2520%26%2334%3Bmulticategory%26%2334%3B%2520axis.%2520-0.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520start%2520of%2520the%2520category%2520and%25200.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520end%2520of%2520the%2520category.%2520%7C%2520%2520%2520%2520%2520%2520y1%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520shape%26%2339%3Bs%2520end%2520y%2520position.%2520See%2520%2560type%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ysizemode%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520y1shift%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Shifts%2520%2560y1%2560%2520away%2520from%2520the%2520center%2520of%2520the%2520category%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560yref%2560%2520is%2520a%2520%26%2334%3Bcategory%26%2334%3B%2520or%2520%26%2334%3Bmulticategory%26%2334%3B%2520axis.%2520-0.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520start%2520of%2520the%2520category%2520and%25200.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520corresponds%2520to%2520the%2520end%2520of%2520the%2520category.%2520%7C%2520%2520%2520%2520%2520%2520yanchor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520in%2520conjunction%2520with%2520%2560ysizemode%2560%2520set%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bpixel%26%2334%3B.%2520Specifies%2520the%2520anchor%2520point%2520on%2520the%2520y%2520axis%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520which%2520%2560y0%2560%2C%2520%2560y1%2560%2520and%2520y%2520coordinates%2520within%2520%2560path%2560%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to.%2520E.g.%2520useful%2520to%2520attach%2520a%2520pixel%2520sized%2520shape%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520a%2520certain%2520data%2520value.%2520No%2520effect%2520when%2520%2560ysizemode%2560%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520set%2520to%2520%26%2334%3Bpixel%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520yref%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520shape%26%2339%3Bs%2520y%2520coordinate%2520axis.%2520If%2520set%2520to%2520a%2520y%2520axis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520id%2520(e.g.%2520%26%2334%3By%26%2334%3B%2520or%2520%26%2334%3By2%26%2334%3B)%2C%2520the%2520%2560y%2560%2520position%2520refers%2520to%2520a%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate.%2520If%2520set%2520to%2520%26%2334%3Bpaper%26%2334%3B%2C%2520the%2520%2560y%2560%2520position%2520refers%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520distance%2520from%2520the%2520bottom%2520of%2520the%2520plotting%2520area%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520normalized%2520coordinates%2520where%25200%2520(1)%2520corresponds%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2520(top).%2520If%2520set%2520to%2520a%2520y%2520axis%2520ID%2520followed%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bdomain%26%2334%3B%2520(separated%2520by%2520a%2520space)%2C%2520the%2520position%2520behaves%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520like%2520for%2520%26%2334%3Bpaper%26%2334%3B%2C%2520but%2520refers%2520to%2520the%2520distance%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fractions%2520of%2520the%2520domain%2520length%2520from%2520the%2520bottom%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520that%2520axis%3A%2520e.g.%2C%2520*y2%2520domain*%2520refers%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520domain%2520of%2520the%2520second%2520y%2520%2520axis%2520and%2520a%2520y%2520position%2520of%25200.5%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refers%2520to%2520the%2520point%2520between%2520the%2520bottom%2520and%2520the%2520top%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520domain%2520of%2520the%2520second%2520y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520ysizemode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520shapes%26%2339%3Bs%2520sizing%2520mode%2520along%2520the%2520y%2520axis.%2520If%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520%26%2334%3Bscaled%26%2334%3B%2C%2520%2560y0%2560%2C%2520%2560y1%2560%2520and%2520y%2520coordinates%2520within%2520%2560path%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520refer%2520to%2520data%2520values%2520on%2520the%2520y%2520axis%2520or%2520a%2520fraction%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plot%2520area%26%2339%3Bs%2520height%2520(%2560yref%2560%2520set%2520to%2520%26%2334%3Bpaper%26%2334%3B).%2520If%2520set%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bpixel%26%2334%3B%2C%2520%2560yanchor%2560%2520specifies%2520the%2520y%2520position%2520in%2520terms%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520or%2520plot%2520fraction%2520but%2520%2560y0%2560%2C%2520%2560y1%2560%2520and%2520y%2520coordinates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520within%2520%2560path%2560%2520are%2520pixels%2520relative%2520to%2520%2560yanchor%2560.%2520This%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520way%2C%2520the%2520shape%2520can%2520have%2520a%2520fixed%2520height%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520maintaining%2520a%2520position%2520relative%2520to%2520data%2520or%2520plot%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fraction.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520for%2520shape.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520rows%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520column%2520for%2520shape.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Whether%2520to%2520add%2520shape%2520to%2520secondary%2520y-axis%2520%7C%2520%2520%2520%2520%2520%2520exclude_empty_subplots%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520shape%2520will%2520not%2520be%2520added%2520to%2520subplots%2520without%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_splom(self%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520diagonal%3DNone%2C%2520dimensions%3DNone%2C%2520dimensiondefaults%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520marker%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520showlowerhalf%3DNone%2C%2520showupperhalf%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520xaxes%3DNone%2C%2520xhoverformat%3DNone%2C%2520yaxes%3DNone%2C%2520yhoverformat%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Splom%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Splom%2520traces%2520generate%2520scatter%2520plot%2520matrix%2520visualizations.%2520Each%2520%7C%2520%2520%2520%2520%2520%2520splom%2520%2560dimensions%2560%2520items%2520correspond%2520to%2520a%2520generated%2520axis.%2520Values%2520%7C%2520%2520%2520%2520%2520%2520for%2520each%2520of%2520those%2520dimensions%2520are%2520set%2520in%2520%2560dimensions%5Bi%5D.values%2560.%2520%7C%2520%2520%2520%2520%2520%2520Splom%2520traces%2520support%2520all%2520%2560scattergl%2560%2520marker%2520style%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520Specify%2520%2560layout.grid%2560%2520attributes%2520and%2For%2520layout%2520x-axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520y-axis%2520attributes%2520for%2520more%2520control%2520over%2520the%2520axis%2520positioning%2520%7C%2520%2520%2520%2520%2520%2520and%2520style.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520diagonal%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.splom.Diagonal%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520dimensions%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520tuple%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.splom.Dimension%2560%2520instances%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dicts%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520dimensiondefaults%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520When%2520used%2520in%2520a%2520template%2520(as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.template.data.splom.dimensiondefaults)%2C%2520sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520default%2520property%2520values%2520to%2520use%2520for%2520elements%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520splom.dimensions%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.splom.Hoverlabel%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.splom.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.splom.Marker%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.splom.Selected%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showlowerhalf%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520subplots%2520on%2520the%2520lower%2520half%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520from%2520the%2520diagonal%2520are%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520showupperhalf%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520subplots%2520on%2520the%2520upper%2520half%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520from%2520the%2520diagonal%2520are%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.splom.Stream%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520pair%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appears%2520over%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2C%2520the%2520items%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%26%2339%3Bs%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.splom.Unselected%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520xaxes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520list%2520of%2520x%2520axes%2520corresponding%2520to%2520dimensions%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520splom%2520trace.%2520By%2520default%2C%2520a%2520splom%2520will%2520match%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520first%2520N%2520xaxes%2520where%2520N%2520is%2520the%2520number%2520of%2520input%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dimensions.%2520Note%2520that%2C%2520in%2520case%2520where%2520%2560diagonal.visible%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520false%2520and%2520%2560showupperhalf%2560%2520or%2520%2560showlowerhalf%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520false%2C%2520this%2520splom%2520trace%2520will%2520generate%2520one%2520less%2520x-axis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520one%2520less%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520yaxes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520list%2520of%2520y%2520axes%2520corresponding%2520to%2520dimensions%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520splom%2520trace.%2520By%2520default%2C%2520a%2520splom%2520will%2520match%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520first%2520N%2520yaxes%2520where%2520N%2520is%2520the%2520number%2520of%2520input%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dimensions.%2520Note%2520that%2C%2520in%2520case%2520where%2520%2560diagonal.visible%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520false%2520and%2520%2560showupperhalf%2560%2520or%2520%2560showlowerhalf%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520false%2C%2520this%2520splom%2520trace%2520will%2520generate%2520one%2520less%2520x-axis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520one%2520less%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_streamtube(self%2C%2520autocolorscale%3DNone%2C%2520cauto%3DNone%2C%2520cmax%3DNone%2C%2520cmid%3DNone%2C%2520cmin%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520lighting%3DNone%2C%2520lightposition%3DNone%2C%2520maxdisplayed%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520reversescale%3DNone%2C%2520scene%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520sizeref%3DNone%2C%2520starts%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520u%3DNone%2C%2520uhoverformat%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520usrc%3DNone%2C%2520v%3DNone%2C%2520vhoverformat%3DNone%2C%2520visible%3DNone%2C%2520vsrc%3DNone%2C%2520w%3DNone%2C%2520whoverformat%3DNone%2C%2520wsrc%3DNone%2C%2520x%3DNone%2C%2520xhoverformat%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520yhoverformat%3DNone%2C%2520ysrc%3DNone%2C%2520z%3DNone%2C%2520zhoverformat%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Streamtube%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Use%2520a%2520streamtube%2520trace%2520to%2520visualize%2520flow%2520in%2520a%2520vector%2520field.%2520%7C%2520%2520%2520%2520%2520%2520Specify%2520a%2520vector%2520field%2520using%25206%25201D%2520arrays%2520of%2520equal%2520length%2C%25203%2520%7C%2520%2520%2520%2520%2520%2520position%2520arrays%2520%2560x%2560%2C%2520%2560y%2560%2520and%2520%2560z%2560%2520and%25203%2520vector%2520component%2520arrays%2520%7C%2520%2520%2520%2520%2520%2520%2560u%2560%2C%2520%2560v%2560%2C%2520and%2520%2560w%2560.%2520%2520By%2520default%2C%2520the%2520tubes%26%2339%3B%2520starting%2520positions%2520%7C%2520%2520%2520%2520%2520%2520will%2520be%2520cut%2520from%2520the%2520vector%2520field%26%2339%3Bs%2520x-z%2520plane%2520at%2520its%2520minimum%2520y%2520%7C%2520%2520%2520%2520%2520%2520value.%2520To%2520specify%2520your%2520own%2520starting%2520position%2C%2520use%2520attributes%2520%7C%2520%2520%2520%2520%2520%2520%2560starts.x%2560%2C%2520%2560starts.y%2560%2520and%2520%2560starts.z%2560.%2520The%2520color%2520is%2520encoded%2520by%2520%7C%2520%2520%2520%2520%2520%2520the%2520norm%2520of%2520(u%2C%2520v%2C%2520w)%2C%2520and%2520the%2520local%2520radius%2520by%2520the%2520divergence%2520%7C%2520%2520%2520%2520%2520%2520of%2520(u%2C%2520v%2C%2520w).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520cauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520u%2Fv%2Fw%2520norm)%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bounds%2520set%2520in%2520%2560cmin%2560%2520and%2520%2560cmax%2560%2520Defaults%2520to%2520%2560false%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560cmin%2560%2520and%2520%2560cmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520cmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520u%2Fv%2Fw%2520norm%2520and%2520if%2520set%2C%2520%2560cmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520cmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560cmin%2560%2520and%2For%2520%2560cmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520u%2Fv%2Fw%2520norm.%2520Has%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520when%2520%2560cauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520cmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520u%2Fv%2Fw%2520norm%2520and%2520if%2520set%2C%2520%2560cmax%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.streamtube.ColorBar%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560cmin%2560%2520and%2520%2560cmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.streamtube.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560tubex%2560%2C%2520%2560tubey%2560%2C%2520%2560tubez%2560%2C%2520%2560tubeu%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560tubev%2560%2C%2520%2560tubew%2560%2C%2520%2560norm%2560%2520and%2520%2560divergence%2560.%2520Anything%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520displayed%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.streamtube.Legendgrouptitl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520e%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520lighting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.streamtube.Lighting%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520lightposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.streamtube.Lightposition%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520maxdisplayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520maximum%2520number%2520of%2520displayed%2520segments%2520in%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520streamtube.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520surface.%2520Please%2520note%2520that%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520case%2520of%2520using%2520high%2520%2560opacity%2560%2520values%2520for%2520example%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520greater%2520than%2520or%2520equal%2520to%25200.5%2520on%2520two%2520surfaces%2520(and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25200.25%2520with%2520four%2520surfaces)%2C%2520an%2520overlay%2520of%2520multiple%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transparent%2520surfaces%2520may%2520not%2520perfectly%2520be%2520sorted%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520depth%2520by%2520the%2520webgl%2520API.%2520This%2520behavior%2520may%2520be%2520improved%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520the%2520near%2520future%2520and%2520is%2520subject%2520to%2520change.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560cmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560cmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520scene%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%25203D%2520coordinate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520system%2520and%2520a%25203D%2520scene.%2520If%2520%26%2334%3Bscene%26%2334%3B%2520(the%2520default%2520value)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520(x%2Cy%2Cz)%2520coordinates%2520refer%2520to%2520%2560layout.scene%2560.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bscene2%26%2334%3B%2C%2520the%2520(x%2Cy%2Cz)%2520coordinates%2520refer%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.scene2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520sizeref%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520scaling%2520factor%2520for%2520the%2520streamtubes.%2520The%2520default%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201%2C%2520which%2520avoids%2520two%2520max%2520divergence%2520tubes%2520from%2520touching%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520at%2520adjacent%2520starting%2520positions.%2520%7C%2520%2520%2520%2520%2520%2520starts%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.streamtube.Starts%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.streamtube.Stream%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520text%2520element%2520associated%2520with%2520this%2520trace.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2C%2520this%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520element%2520will%2520be%2520seen%2520in%2520all%2520hover%2520labels.%2520Note%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520streamtube%2520traces%2520do%2520not%2520support%2520array%2520%2560text%2560%2520values.%2520%7C%2520%2520%2520%2520%2520%2520u%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520components%2520of%2520the%2520vector%2520field.%2520%7C%2520%2520%2520%2520%2520%2520uhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560u%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25203%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.By%2520default%2520the%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520formatted%2520using%2520generic%2520number%2520format.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520usrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560u%2560.%2520%7C%2520%2520%2520%2520%2520%2520v%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520components%2520of%2520the%2520vector%2520field.%2520%7C%2520%2520%2520%2520%2520%2520vhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560v%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25203%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.By%2520default%2520the%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520formatted%2520using%2520generic%2520number%2520format.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520vsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560v%2560.%2520%7C%2520%2520%2520%2520%2520%2520w%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520z%2520components%2520of%2520the%2520vector%2520field.%2520%7C%2520%2520%2520%2520%2520%2520whoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560w%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25203%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.By%2520default%2520the%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520formatted%2520using%2520generic%2520number%2520format.%2520%7C%2520%2520%2520%2520%2520%2520wsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560w%2560.%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinates%2520of%2520the%2520vector%2520field.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinates%2520of%2520the%2520vector%2520field.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520z%2520coordinates%2520of%2520the%2520vector%2520field.%2520%7C%2520%2520%2520%2520%2520%2520zhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560z%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560zaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_sunburst(self%2C%2520branchvalues%3DNone%2C%2520count%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520domain%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520insidetextfont%3DNone%2C%2520insidetextorientation%3DNone%2C%2520labels%3DNone%2C%2520labelssrc%3DNone%2C%2520leaf%3DNone%2C%2520legend%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520level%3DNone%2C%2520marker%3DNone%2C%2520maxdepth%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520outsidetextfont%3DNone%2C%2520parents%3DNone%2C%2520parentssrc%3DNone%2C%2520root%3DNone%2C%2520rotation%3DNone%2C%2520sort%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textinfo%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520values%3DNone%2C%2520valuessrc%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Sunburst%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Visualize%2520hierarchal%2520data%2520spanning%2520outward%2520radially%2520from%2520root%2520%7C%2520%2520%2520%2520%2520%2520to%2520leaves.%2520The%2520sunburst%2520sectors%2520are%2520determined%2520by%2520the%2520entries%2520%7C%2520%2520%2520%2520%2520%2520in%2520%26%2334%3Blabels%26%2334%3B%2520or%2520%26%2334%3Bids%26%2334%3B%2520and%2520in%2520%26%2334%3Bparents%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520branchvalues%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520how%2520the%2520items%2520in%2520%2560values%2560%2520are%2520summed.%2520When%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520set%2520to%2520%26%2334%3Btotal%26%2334%3B%2C%2520items%2520in%2520%2560values%2560%2520are%2520taken%2520to%2520be%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520all%2520its%2520descendants.%2520When%2520set%2520to%2520%26%2334%3Bremainder%26%2334%3B%2C%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520%2560values%2560%2520corresponding%2520to%2520the%2520root%2520and%2520the%2520branches%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sectors%2520are%2520taken%2520to%2520be%2520the%2520extra%2520part%2520not%2520part%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sum%2520of%2520the%2520values%2520at%2520their%2520leaves.%2520%7C%2520%2520%2520%2520%2520%2520count%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520default%2520for%2520%2560values%2560%2520when%2520it%2520is%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520provided%2C%2520by%2520inferring%2520a%25201%2520for%2520each%2520of%2520the%2520%26%2334%3Bleaves%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2For%2520%26%2334%3Bbranches%26%2334%3B%2C%2520otherwise%25200.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520domain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.sunburst.Domain%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.sunburst.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560currentPath%2560%2C%2520%2560root%2560%2C%2520%2560entry%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560percentRoot%2560%2C%2520%2560percentEntry%2560%2520and%2520%2560percentParent%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520displayed%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520sector.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520for%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520of%2520this%2520trace%26%2339%3Bs%2520sectors.%2520To%2520be%2520seen%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520insidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560textinfo%2560%2520lying%2520inside%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sector.%2520%7C%2520%2520%2520%2520%2520%2520insidetextorientation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520the%2520orientation%2520of%2520the%2520text%2520inside%2520chart%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sectors.%2520When%2520set%2520to%2520%26%2334%3Bauto%26%2334%3B%2C%2520text%2520may%2520be%2520oriented%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520direction%2520in%2520order%2520to%2520be%2520as%2520big%2520as%2520possible%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520middle%2520of%2520a%2520sector.%2520The%2520%26%2334%3Bhorizontal%26%2334%3B%2520option%2520orients%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520to%2520be%2520parallel%2520with%2520the%2520bottom%2520of%2520the%2520chart%2C%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520may%2520make%2520text%2520smaller%2520in%2520order%2520to%2520achieve%2520that%2520goal.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520%26%2334%3Bradial%26%2334%3B%2520option%2520orients%2520text%2520along%2520the%2520radius%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520sector.%2520The%2520%26%2334%3Btangential%26%2334%3B%2520option%2520orients%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520perpendicular%2520to%2520the%2520radius%2520of%2520the%2520sector.%2520%7C%2520%2520%2520%2520%2520%2520labels%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520labels%2520of%2520each%2520of%2520the%2520sectors.%2520%7C%2520%2520%2520%2520%2520%2520labelssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560labels%2560.%2520%7C%2520%2520%2520%2520%2520%2520leaf%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.sunburst.Leaf%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.sunburst.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520level%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520level%2520from%2520which%2520this%2520trace%2520hierarchy%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rendered.%2520Set%2520%2560level%2560%2520to%2520%2560%26%2339%3B%26%2339%3B%2560%2520to%2520start%2520from%2520the%2520root%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520node%2520in%2520the%2520hierarchy.%2520Must%2520be%2520an%2520%26%2334%3Bid%26%2334%3B%2520if%2520%2560ids%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520filled%2520in%2C%2520otherwise%2520plotly%2520attempts%2520to%2520find%2520a%2520matching%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520item%2520in%2520%2560labels%2560.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.sunburst.Marker%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520maxdepth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520number%2520of%2520rendered%2520sectors%2520from%2520any%2520given%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560level%2560.%2520Set%2520%2560maxdepth%2560%2520to%2520%26%2334%3B-1%26%2334%3B%2520to%2520render%2520all%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520levels%2520in%2520the%2520hierarchy.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520outsidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560textinfo%2560%2520lying%2520outside%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sector.%2520This%2520option%2520refers%2520to%2520the%2520root%2520of%2520the%2520hierarchy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520presented%2520at%2520the%2520center%2520of%2520a%2520sunburst%2520graph.%2520Please%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520note%2520that%2520if%2520a%2520hierarchy%2520has%2520multiple%2520root%2520nodes%2C%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520option%2520won%26%2339%3Bt%2520have%2520any%2520effect%2520and%2520%2560insidetextfont%2560%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520used.%2520%7C%2520%2520%2520%2520%2520%2520parents%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520parent%2520sectors%2520for%2520each%2520of%2520the%2520sectors.%2520Empty%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520items%2520%26%2339%3B%26%2339%3B%2520are%2520understood%2520to%2520reference%2520the%2520root%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520node%2520in%2520the%2520hierarchy.%2520If%2520%2560ids%2560%2520is%2520filled%2C%2520%2560parents%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520are%2520understood%2520to%2520be%2520%26%2334%3Bids%26%2334%3B%2520themselves.%2520When%2520%2560ids%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520not%2520set%2C%2520plotly%2520attempts%2520to%2520find%2520matching%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560labels%2560%2C%2520but%2520beware%2520they%2520must%2520be%2520unique.%2520%7C%2520%2520%2520%2520%2520%2520parentssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560parents%2560.%2520%7C%2520%2520%2520%2520%2520%2520root%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.sunburst.Root%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520rotation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Rotates%2520the%2520whole%2520diagram%2520counterclockwise%2520by%2520some%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520angle.%2520By%2520default%2520the%2520first%2520slice%2520starts%2520at%25203%2520o%26%2339%3Bclock.%2520%7C%2520%2520%2520%2520%2520%2520sort%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520sectors%2520are%2520reordered%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520from%2520largest%2520to%2520smallest.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.sunburst.Stream%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520sector.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560textinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2C%2520these%2520elements%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520seen%2520on%2520the%2520chart.%2520If%2520trace%2520%2560hoverinfo%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520elements%2520will%2520be%2520seen%2520in%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560textinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520textinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520the%2520graph.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560currentPath%2560%2C%2520%2560root%2560%2C%2520%2560entry%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560percentRoot%2560%2C%2520%2560percentEntry%2560%2C%2520%2560percentParent%2560%2C%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560value%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520values%2520associated%2520with%2520each%2520of%2520the%2520sectors.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Use%2520with%2520%2560branchvalues%2560%2520to%2520determine%2520how%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520summed.%2520%7C%2520%2520%2520%2520%2520%2520valuessrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560values%2560.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_surface(self%2C%2520autocolorscale%3DNone%2C%2520cauto%3DNone%2C%2520cmax%3DNone%2C%2520cmid%3DNone%2C%2520cmin%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520connectgaps%3DNone%2C%2520contours%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520hidesurface%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520lighting%3DNone%2C%2520lightposition%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520opacityscale%3DNone%2C%2520reversescale%3DNone%2C%2520scene%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520stream%3DNone%2C%2520surfacecolor%3DNone%2C%2520surfacecolorsrc%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520x%3DNone%2C%2520xcalendar%3DNone%2C%2520xhoverformat%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520ycalendar%3DNone%2C%2520yhoverformat%3DNone%2C%2520ysrc%3DNone%2C%2520z%3DNone%2C%2520zcalendar%3DNone%2C%2520zhoverformat%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Surface%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520data%2520the%2520describes%2520the%2520coordinates%2520of%2520the%2520surface%2520is%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2560z%2560.%2520Data%2520in%2520%2560z%2560%2520should%2520be%2520a%25202D%2520list.%2520Coordinates%2520in%2520%2560x%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2560y%2560%2520can%2520either%2520be%25201D%2520lists%2520or%25202D%2520lists%2520(e.g.%2520to%2520graph%2520%7C%2520%2520%2520%2520%2520%2520parametric%2520surfaces).%2520If%2520not%2520provided%2520in%2520%2560x%2560%2520and%2520%2560y%2560%2C%2520the%2520x%2520and%2520%7C%2520%2520%2520%2520%2520%2520y%2520coordinates%2520are%2520assumed%2520to%2520be%2520linear%2520starting%2520at%25200%2520with%2520a%2520%7C%2520%2520%2520%2520%2520%2520unit%2520step.%2520The%2520color%2520scale%2520corresponds%2520to%2520the%2520%2560z%2560%2520values%2520by%2520%7C%2520%2520%2520%2520%2520%2520default.%2520For%2520custom%2520color%2520scales%2C%2520use%2520%2560surfacecolor%2560%2520which%2520%7C%2520%2520%2520%2520%2520%2520should%2520be%2520a%25202D%2520list%2C%2520where%2520its%2520bounds%2520can%2520be%2520controlled%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2560cmin%2560%2520and%2520%2560cmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520cauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520z%2520or%2520surfacecolor)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520the%2520bounds%2520set%2520in%2520%2560cmin%2560%2520and%2520%2560cmax%2560%2520Defaults%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560false%2560%2520when%2520%2560cmin%2560%2520and%2520%2560cmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520cmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520z%2520or%2520surfacecolor%2520and%2520if%2520set%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560cmin%2560%2520must%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520cmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560cmin%2560%2520and%2For%2520%2560cmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520z%2520or%2520surfacecolor.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520no%2520effect%2520when%2520%2560cauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520cmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520z%2520or%2520surfacecolor%2520and%2520if%2520set%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560cmax%2560%2520must%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.surface.ColorBar%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560cmin%2560%2520and%2520%2560cmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520connectgaps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520gaps%2520(i.e.%2520%7Bnan%7D%2520or%2520missing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values)%2520in%2520the%2520%2560z%2560%2520data%2520are%2520filled%2520in.%2520%7C%2520%2520%2520%2520%2520%2520contours%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.surface.Contours%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520hidesurface%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520surface%2520is%2520drawn.%2520For%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2C%2520set%2520%2560hidesurface%2560%2520to%2520False%2520%2560contours.x.show%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520True%2520and%2520%2560contours.y.show%2560%2520to%2520True%2520to%2520draw%2520a%2520wire%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520frame%2520plot.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.surface.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.surface.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520lighting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.surface.Lighting%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520lightposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.surface.Lightposition%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520surface.%2520Please%2520note%2520that%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520case%2520of%2520using%2520high%2520%2560opacity%2560%2520values%2520for%2520example%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520greater%2520than%2520or%2520equal%2520to%25200.5%2520on%2520two%2520surfaces%2520(and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25200.25%2520with%2520four%2520surfaces)%2C%2520an%2520overlay%2520of%2520multiple%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transparent%2520surfaces%2520may%2520not%2520perfectly%2520be%2520sorted%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520depth%2520by%2520the%2520webgl%2520API.%2520This%2520behavior%2520may%2520be%2520improved%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520the%2520near%2520future%2520and%2520is%2520subject%2520to%2520change.%2520%7C%2520%2520%2520%2520%2520%2520opacityscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacityscale.%2520The%2520opacityscale%2520must%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520an%2520opacity%2520value.%2520At%2520minimum%2C%2520a%2520mapping%2520for%2520the%2520lowest%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520required.%2520For%2520example%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%5B%5B0%2C%25201%5D%2C%2520%5B0.5%2C%25200.2%5D%2C%2520%5B1%2C%25201%5D%5D%2560%2520means%2520that%2520higher%2Flower%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520would%2520have%2520higher%2520opacity%2520values%2520and%2520those%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520middle%2520would%2520be%2520more%2520transparent%2520Alternatively%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560opacityscale%2560%2520may%2520be%2520a%2520palette%2520name%2520string%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520list%3A%2520%26%2339%3Bmin%26%2339%3B%2C%2520%26%2339%3Bmax%26%2339%3B%2C%2520%26%2339%3Bextremes%26%2339%3B%2520and%2520%26%2339%3Buniform%26%2339%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520default%2520is%2520%26%2339%3Buniform%26%2339%3B.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560cmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560cmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520scene%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%25203D%2520coordinate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520system%2520and%2520a%25203D%2520scene.%2520If%2520%26%2334%3Bscene%26%2334%3B%2520(the%2520default%2520value)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520(x%2Cy%2Cz)%2520coordinates%2520refer%2520to%2520%2560layout.scene%2560.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bscene2%26%2334%3B%2C%2520the%2520(x%2Cy%2Cz)%2520coordinates%2520refer%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.scene2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.surface.Stream%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520surfacecolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520surface%2520color%2520values%2C%2520used%2520for%2520setting%2520a%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scale%2520independent%2520of%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520surfacecolorsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560surfacecolor%2560.%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520elements%2520associated%2520with%2520each%2520z%2520value.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520xcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560x%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520ycalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560y%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520z%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520zcalendar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520calendar%2520system%2520to%2520use%2520with%2520%2560z%2560%2520date%2520data.%2520%7C%2520%2520%2520%2520%2520%2520zhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560z%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560zaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_table(self%2C%2520cells%3DNone%2C%2520columnorder%3DNone%2C%2520columnordersrc%3DNone%2C%2520columnwidth%3DNone%2C%2520columnwidthsrc%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520domain%3DNone%2C%2520header%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520stream%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Table%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Table%2520view%2520for%2520detailed%2520data%2520viewing.%2520The%2520data%2520are%2520arranged%2520in%2520%7C%2520%2520%2520%2520%2520%2520a%2520grid%2520of%2520rows%2520and%2520columns.%2520Most%2520styling%2520can%2520be%2520specified%2520for%2520%7C%2520%2520%2520%2520%2520%2520columns%2C%2520rows%2520or%2520individual%2520cells.%2520Table%2520is%2520using%2520a%2520column-%2520%7C%2520%2520%2520%2520%2520%2520major%2520order%2C%2520ie.%2520the%2520grid%2520is%2520represented%2520as%2520a%2520vector%2520of%2520column%2520%7C%2520%2520%2520%2520%2520%2520vectors.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520cells%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.table.Cells%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520columnorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520rendered%2520order%2520of%2520the%2520data%2520columns%3B%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2C%2520a%2520value%2520%25602%2560%2520at%2520position%2520%25600%2560%2520means%2520that%2520column%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index%2520%25600%2560%2520in%2520the%2520data%2520will%2520be%2520rendered%2520as%2520the%2520third%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520column%2C%2520as%2520columns%2520have%2520an%2520index%2520base%2520of%2520zero.%2520%7C%2520%2520%2520%2520%2520%2520columnordersrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560columnorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520columnwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520width%2520of%2520columns%2520expressed%2520as%2520a%2520ratio.%2520Columns%2520fill%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520available%2520width%2520in%2520proportion%2520of%2520their%2520specified%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520column%2520widths.%2520%7C%2520%2520%2520%2520%2520%2520columnwidthsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560columnwidth%2560.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520domain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.table.Domain%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520header%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.table.Header%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.table.Hoverlabel%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.table.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.table.Stream%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_trace(self%2C%2520trace%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520exclude_empty_subplots%3DFalse)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520trace%2520to%2520the%2520figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520trace%2520%3A%2520BaseTraceType%2520or%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Either%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520An%2520instances%2520of%2520a%2520trace%2520classe%2520from%2520the%2520plotly.graph_objs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520package%2520(e.g%2520plotly.graph_objs.Scatter%2C%2520plotly.graph_objs.Bar)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520or%2520a%2520dicts%2520where%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520The%2520%26%2339%3Btype%26%2339%3B%2520property%2520specifies%2520the%2520trace%2520type%2520(e.g.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Bscatter%26%2339%3B%2C%2520%26%2339%3Bbar%26%2339%3B%2C%2520%26%2339%3Barea%26%2339%3B%2C%2520etc.).%2520If%2520the%2520dict%2520has%2520no%2520%26%2339%3Btype%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520property%2520then%2520%26%2339%3Bscatter%26%2339%3B%2520is%2520assumed.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520All%2520remaining%2520properties%2520are%2520passed%2520to%2520the%2520constructor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520the%2520specified%2520trace%2520type.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520trace%2520argument%2520is%2520a%25202D%2520cartesian%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(scatter%2C%2520bar%2C%2520etc.)%2520%7C%2520%2520%2520%2520%2520%2520exclude_empty_subplots%3A%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520the%2520trace%2520will%2520not%2520be%2520added%2520to%2520subplots%2520that%2520don%26%2339%3Bt%2520already%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520traces.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520BaseFigure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520Figure%2520that%2520add_trace%2520was%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Examples%2520%7C%2520%2520%2520%2520%2520%2520--------%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520from%2520plotly%2520import%2520subplots%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520import%2520plotly.graph_objs%2520as%2520go%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Add%2520two%2520Scatter%2520traces%2520to%2520a%2520figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig%2520%3D%2520go.Figure()%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.add_trace(go.Scatter(x%3D%5B1%2C2%2C3%5D%2C%2520y%3D%5B2%2C1%2C2%5D))%2520%23%2520doctest%3A%2520%2BELLIPSIS%2520%7C%2520%2520%2520%2520%2520%2520Figure(...)%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.add_trace(go.Scatter(x%3D%5B1%2C2%2C3%5D%2C%2520y%3D%5B2%2C1%2C2%5D))%2520%23%2520doctest%3A%2520%2BELLIPSIS%2520%7C%2520%2520%2520%2520%2520%2520Figure(...)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Add%2520two%2520Scatter%2520traces%2520to%2520vertically%2520stacked%2520subplots%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig%2520%3D%2520subplots.make_subplots(rows%3D2)%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.add_trace(go.Scatter(x%3D%5B1%2C2%2C3%5D%2C%2520y%3D%5B2%2C1%2C2%5D)%2C%2520row%3D1%2C%2520col%3D1)%2520%23%2520doctest%3A%2520%2BELLIPSIS%2520%7C%2520%2520%2520%2520%2520%2520Figure(...)%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.add_trace(go.Scatter(x%3D%5B1%2C2%2C3%5D%2C%2520y%3D%5B2%2C1%2C2%5D)%2C%2520row%3D2%2C%2520col%3D1)%2520%23%2520doctest%3A%2520%2BELLIPSIS%2520%7C%2520%2520%2520%2520%2520%2520Figure(...)%2520%7C%2520%2520%2520%7C%2520%2520add_traces(self%2C%2520data%2C%2520rows%3DNone%2C%2520cols%3DNone%2C%2520secondary_ys%3DNone%2C%2520exclude_empty_subplots%3DFalse)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520traces%2520to%2520the%2520figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520data%2520%3A%2520list%5BBaseTraceType%2520or%2520dict%5D%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520list%2520of%2520trace%2520specifications%2520to%2520be%2520added.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Trace%2520specifications%2520may%2520be%2520either%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520Instances%2520of%2520trace%2520classes%2520from%2520the%2520plotly.graph_objs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520package%2520(e.g%2520plotly.graph_objs.Scatter%2C%2520plotly.graph_objs.Bar)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520Dicts%2520where%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520The%2520%26%2339%3Btype%26%2339%3B%2520property%2520specifies%2520the%2520trace%2520type%2520(e.g.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Bscatter%26%2339%3B%2C%2520%26%2339%3Bbar%26%2339%3B%2C%2520%26%2339%3Barea%26%2339%3B%2C%2520etc.).%2520If%2520the%2520dict%2520has%2520no%2520%26%2339%3Btype%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520property%2520then%2520%26%2339%3Bscatter%26%2339%3B%2520is%2520assumed.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520All%2520remaining%2520properties%2520are%2520passed%2520to%2520the%2520constructor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520the%2520specified%2520trace%2520type.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520rows%2520%3A%2520None%2C%2520list%5Bint%5D%2C%2520or%2520int%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520List%2520of%2520subplot%2520row%2520indexes%2520(starting%2520from%25201)%2520for%2520the%2520traces%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520single%2520integer%2520is%2520passed%2C%2520all%2520traces%2520will%2520be%2520added%2520to%2520row%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520cols%2520%3A%2520None%2520or%2520list%5Bint%5D%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520List%2520of%2520subplot%2520column%2520indexes%2520(starting%2520from%25201)%2520for%2520the%2520traces%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520be%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520single%2520integer%2520is%2520passed%2C%2520all%2520traces%2520will%2520be%2520added%2520to%2520column%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520secondary_ys%3A%2520None%2520or%2520list%5Bboolean%5D%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520List%2520of%2520secondary_y%2520booleans%2520for%2520traces%2520to%2520be%2520added.%2520See%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520docstring%2520for%2520%2560add_trace%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520exclude_empty_subplots%3A%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520the%2520trace%2520will%2520not%2520be%2520added%2520to%2520subplots%2520that%2520don%26%2339%3Bt%2520already%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520traces.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520BaseFigure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520Figure%2520that%2520add_traces%2520was%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Examples%2520%7C%2520%2520%2520%2520%2520%2520--------%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520from%2520plotly%2520import%2520subplots%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520import%2520plotly.graph_objs%2520as%2520go%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Add%2520two%2520Scatter%2520traces%2520to%2520a%2520figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig%2520%3D%2520go.Figure()%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.add_traces(%5Bgo.Scatter(x%3D%5B1%2C2%2C3%5D%2C%2520y%3D%5B2%2C1%2C2%5D)%2C%2520%7C%2520%2520%2520%2520%2520%2520...%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520go.Scatter(x%3D%5B1%2C2%2C3%5D%2C%2520y%3D%5B2%2C1%2C2%5D)%5D)%2520%23%2520doctest%3A%2520%2BELLIPSIS%2520%7C%2520%2520%2520%2520%2520%2520Figure(...)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Add%2520two%2520Scatter%2520traces%2520to%2520vertically%2520stacked%2520subplots%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig%2520%3D%2520subplots.make_subplots(rows%3D2)%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.add_traces(%5Bgo.Scatter(x%3D%5B1%2C2%2C3%5D%2C%2520y%3D%5B2%2C1%2C2%5D)%2C%2520%7C%2520%2520%2520%2520%2520%2520...%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520go.Scatter(x%3D%5B1%2C2%2C3%5D%2C%2520y%3D%5B2%2C1%2C2%5D)%5D%2C%2520%7C%2520%2520%2520%2520%2520%2520...%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%3D%5B1%2C%25202%5D%2C%2520cols%3D%5B1%2C%25201%5D)%2520%23%2520doctest%3A%2520%2BELLIPSIS%2520%7C%2520%2520%2520%2520%2520%2520Figure(...)%2520%7C%2520%2520%2520%7C%2520%2520add_treemap(self%2C%2520branchvalues%3DNone%2C%2520count%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520domain%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520insidetextfont%3DNone%2C%2520labels%3DNone%2C%2520labelssrc%3DNone%2C%2520legend%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520level%3DNone%2C%2520marker%3DNone%2C%2520maxdepth%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520outsidetextfont%3DNone%2C%2520parents%3DNone%2C%2520parentssrc%3DNone%2C%2520pathbar%3DNone%2C%2520root%3DNone%2C%2520sort%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textfont%3DNone%2C%2520textinfo%3DNone%2C%2520textposition%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520tiling%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520values%3DNone%2C%2520valuessrc%3DNone%2C%2520visible%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Treemap%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Visualize%2520hierarchal%2520data%2520from%2520leaves%2520(and%2For%2520outer%2520branches)%2520%7C%2520%2520%2520%2520%2520%2520towards%2520root%2520with%2520rectangles.%2520The%2520treemap%2520sectors%2520are%2520%7C%2520%2520%2520%2520%2520%2520determined%2520by%2520the%2520entries%2520in%2520%26%2334%3Blabels%26%2334%3B%2520or%2520%26%2334%3Bids%26%2334%3B%2520and%2520in%2520%7C%2520%2520%2520%2520%2520%2520%26%2334%3Bparents%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520branchvalues%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520how%2520the%2520items%2520in%2520%2560values%2560%2520are%2520summed.%2520When%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520set%2520to%2520%26%2334%3Btotal%26%2334%3B%2C%2520items%2520in%2520%2560values%2560%2520are%2520taken%2520to%2520be%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520all%2520its%2520descendants.%2520When%2520set%2520to%2520%26%2334%3Bremainder%26%2334%3B%2C%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520%2560values%2560%2520corresponding%2520to%2520the%2520root%2520and%2520the%2520branches%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sectors%2520are%2520taken%2520to%2520be%2520the%2520extra%2520part%2520not%2520part%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sum%2520of%2520the%2520values%2520at%2520their%2520leaves.%2520%7C%2520%2520%2520%2520%2520%2520count%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520default%2520for%2520%2560values%2560%2520when%2520it%2520is%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520provided%2C%2520by%2520inferring%2520a%25201%2520for%2520each%2520of%2520the%2520%26%2334%3Bleaves%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2For%2520%26%2334%3Bbranches%26%2334%3B%2C%2520otherwise%25200.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520domain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.treemap.Domain%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.treemap.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560currentPath%2560%2C%2520%2560root%2560%2C%2520%2560entry%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560percentRoot%2560%2C%2520%2560percentEntry%2560%2520and%2520%2560percentParent%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520displayed%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520sector.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520for%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520of%2520this%2520trace%26%2339%3Bs%2520sectors.%2520To%2520be%2520seen%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520insidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560textinfo%2560%2520lying%2520inside%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sector.%2520%7C%2520%2520%2520%2520%2520%2520labels%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520labels%2520of%2520each%2520of%2520the%2520sectors.%2520%7C%2520%2520%2520%2520%2520%2520labelssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560labels%2560.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.treemap.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520level%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520level%2520from%2520which%2520this%2520trace%2520hierarchy%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rendered.%2520Set%2520%2560level%2560%2520to%2520%2560%26%2339%3B%26%2339%3B%2560%2520to%2520start%2520from%2520the%2520root%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520node%2520in%2520the%2520hierarchy.%2520Must%2520be%2520an%2520%26%2334%3Bid%26%2334%3B%2520if%2520%2560ids%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520filled%2520in%2C%2520otherwise%2520plotly%2520attempts%2520to%2520find%2520a%2520matching%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520item%2520in%2520%2560labels%2560.%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.treemap.Marker%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520maxdepth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520number%2520of%2520rendered%2520sectors%2520from%2520any%2520given%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560level%2560.%2520Set%2520%2560maxdepth%2560%2520to%2520%26%2334%3B-1%26%2334%3B%2520to%2520render%2520all%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520levels%2520in%2520the%2520hierarchy.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520outsidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560textinfo%2560%2520lying%2520outside%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sector.%2520This%2520option%2520refers%2520to%2520the%2520root%2520of%2520the%2520hierarchy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520presented%2520on%2520top%2520left%2520corner%2520of%2520a%2520treemap%2520graph.%2520Please%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520note%2520that%2520if%2520a%2520hierarchy%2520has%2520multiple%2520root%2520nodes%2C%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520option%2520won%26%2339%3Bt%2520have%2520any%2520effect%2520and%2520%2560insidetextfont%2560%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520used.%2520%7C%2520%2520%2520%2520%2520%2520parents%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520parent%2520sectors%2520for%2520each%2520of%2520the%2520sectors.%2520Empty%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520items%2520%26%2339%3B%26%2339%3B%2520are%2520understood%2520to%2520reference%2520the%2520root%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520node%2520in%2520the%2520hierarchy.%2520If%2520%2560ids%2560%2520is%2520filled%2C%2520%2560parents%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520are%2520understood%2520to%2520be%2520%26%2334%3Bids%26%2334%3B%2520themselves.%2520When%2520%2560ids%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520not%2520set%2C%2520plotly%2520attempts%2520to%2520find%2520matching%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560labels%2560%2C%2520but%2520beware%2520they%2520must%2520be%2520unique.%2520%7C%2520%2520%2520%2520%2520%2520parentssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560parents%2560.%2520%7C%2520%2520%2520%2520%2520%2520pathbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.treemap.Pathbar%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520root%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.treemap.Root%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520sort%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520sectors%2520are%2520reordered%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520from%2520largest%2520to%2520smallest.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.treemap.Stream%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520sector.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560textinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2C%2520these%2520elements%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520seen%2520on%2520the%2520chart.%2520If%2520trace%2520%2560hoverinfo%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520elements%2520will%2520be%2520seen%2520in%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560textinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520textinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520the%2520graph.%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520positions%2520of%2520the%2520%2560text%2560%2520elements.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560currentPath%2560%2C%2520%2560root%2560%2C%2520%2560entry%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560percentRoot%2560%2C%2520%2560percentEntry%2560%2C%2520%2560percentParent%2560%2C%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560value%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520tiling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.treemap.Tiling%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520values%2520associated%2520with%2520each%2520of%2520the%2520sectors.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Use%2520with%2520%2560branchvalues%2560%2520to%2520determine%2520how%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520summed.%2520%7C%2520%2520%2520%2520%2520%2520valuessrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560values%2560.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_violin(self%2C%2520alignmentgroup%3DNone%2C%2520bandwidth%3DNone%2C%2520box%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520fillcolor%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hoveron%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520jitter%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520line%3DNone%2C%2520marker%3DNone%2C%2520meanline%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520offsetgroup%3DNone%2C%2520opacity%3DNone%2C%2520orientation%3DNone%2C%2520pointpos%3DNone%2C%2520points%3DNone%2C%2520quartilemethod%3DNone%2C%2520scalegroup%3DNone%2C%2520scalemode%3DNone%2C%2520selected%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520side%3DNone%2C%2520span%3DNone%2C%2520spanmode%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520unselected%3DNone%2C%2520visible%3DNone%2C%2520width%3DNone%2C%2520x%3DNone%2C%2520x0%3DNone%2C%2520xaxis%3DNone%2C%2520xhoverformat%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520y0%3DNone%2C%2520yaxis%3DNone%2C%2520yhoverformat%3DNone%2C%2520ysrc%3DNone%2C%2520zorder%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Violin%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520In%2520vertical%2520(horizontal)%2520violin%2520plots%2C%2520statistics%2520are%2520computed%2520%7C%2520%2520%2520%2520%2520%2520using%2520%2560y%2560%2520(%2560x%2560)%2520values.%2520By%2520supplying%2520an%2520%2560x%2560%2520(%2560y%2560)%2520array%2C%2520one%2520%7C%2520%2520%2520%2520%2520%2520violin%2520per%2520distinct%2520x%2520(y)%2520value%2520is%2520drawn%2520If%2520no%2520%2560x%2560%2520(%2560y%2560)%2520list%2520%7C%2520%2520%2520%2520%2520%2520is%2520provided%2C%2520a%2520single%2520violin%2520is%2520drawn.%2520That%2520violin%2520position%2520is%2520%7C%2520%2520%2520%2520%2520%2520then%2520positioned%2520with%2520with%2520%2560name%2560%2520or%2520with%2520%2560x0%2560%2520(%2560y0%2560)%2520if%2520%7C%2520%2520%2520%2520%2520%2520provided.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520alignmentgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520several%2520traces%2520linked%2520to%2520the%2520same%2520position%2520axis%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520axes%2520to%2520the%2520same%2520alignmentgroup.%2520This%2520controls%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520whether%2520bars%2520compute%2520their%2520positional%2520range%2520dependently%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520independently.%2520%7C%2520%2520%2520%2520%2520%2520bandwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520bandwidth%2520used%2520to%2520compute%2520the%2520kernel%2520density%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520estimate.%2520By%2520default%2C%2520the%2520bandwidth%2520is%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Silverman%26%2339%3Bs%2520rule%2520of%2520thumb.%2520%7C%2520%2520%2520%2520%2520%2520box%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.violin.Box%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520fillcolor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520fill%2520color.%2520Defaults%2520to%2520a%2520half-transparent%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520variant%2520of%2520the%2520line%2520color%2C%2520marker%2520color%2C%2520or%2520marker%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520color%2C%2520whichever%2520is%2520available.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.violin.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hoveron%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Do%2520the%2520hover%2520effects%2520highlight%2520individual%2520violins%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sample%2520points%2520or%2520the%2520kernel%2520density%2520estimate%2520or%2520any%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520combination%2520of%2520them%3F%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520jitter%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520amount%2520of%2520jitter%2520in%2520the%2520sample%2520points%2520drawn.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%25200%2C%2520the%2520sample%2520points%2520align%2520along%2520the%2520distribution%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520If%25201%2C%2520the%2520sample%2520points%2520are%2520drawn%2520in%2520a%2520random%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520jitter%2520of%2520width%2520equal%2520to%2520the%2520width%2520of%2520the%2520violins.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.violin.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520line%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.violin.Line%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520marker%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.violin.Marker%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meanline%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.violin.Meanline%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520For%2520violin%2520traces%2C%2520the%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520also%2520be%2520used%2520for%2520the%2520position%2520coordinate%2C%2520if%2520%2560x%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560x0%2560%2520(%2560y%2560%2520and%2520%2560y0%2560%2520if%2520horizontal)%2520are%2520missing%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520position%2520axis%2520is%2520categorical.%2520Note%2520that%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520name%2520is%2520also%2520used%2520as%2520a%2520default%2520value%2520for%2520attribute%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560scalegroup%2560%2520(please%2520see%2520its%2520description%2520for%2520details).%2520%7C%2520%2520%2520%2520%2520%2520offsetgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520several%2520traces%2520linked%2520to%2520the%2520same%2520position%2520axis%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520axes%2520to%2520the%2520same%2520offsetgroup%2520where%2520bars%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520same%2520position%2520coordinate%2520will%2520line%2520up.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520orientation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520orientation%2520of%2520the%2520violin(s).%2520If%2520%26%2334%3Bv%26%2334%3B%2520(%26%2334%3Bh%26%2334%3B)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520distribution%2520is%2520visualized%2520along%2520the%2520vertical%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(horizontal).%2520%7C%2520%2520%2520%2520%2520%2520pointpos%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520position%2520of%2520the%2520sample%2520points%2520in%2520relation%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520violins.%2520If%25200%2C%2520the%2520sample%2520points%2520are%2520places%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520center%2520of%2520the%2520violins.%2520Positive%2520(negative)%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520correspond%2520to%2520positions%2520to%2520the%2520right%2520(left)%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520vertical%2520violins%2520and%2520above%2520(below)%2520for%2520horizontal%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520violins.%2520%7C%2520%2520%2520%2520%2520%2520points%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2334%3Boutliers%26%2334%3B%2C%2520only%2520the%2520sample%2520points%2520lying%2520outside%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520whiskers%2520are%2520shown%2520If%2520%26%2334%3Bsuspectedoutliers%26%2334%3B%2C%2520the%2520outlier%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2520are%2520shown%2520and%2520points%2520either%2520less%2520than%25204*Q1-3*Q3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520greater%2520than%25204*Q3-3*Q1%2520are%2520highlighted%2520(see%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560outliercolor%2560)%2520If%2520%26%2334%3Ball%26%2334%3B%2C%2520all%2520sample%2520points%2520are%2520shown%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520False%2C%2520only%2520the%2520violins%2520are%2520shown%2520with%2520no%2520sample%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points.%2520Defaults%2520to%2520%26%2334%3Bsuspectedoutliers%26%2334%3B%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560marker.outliercolor%2560%2520or%2520%2560marker.line.outliercolor%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520set%2C%2520otherwise%2520defaults%2520to%2520%26%2334%3Boutliers%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520quartilemethod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520method%2520used%2520to%2520compute%2520the%2520sample%26%2339%3Bs%2520Q1%2520and%2520Q3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520quartiles.%2520The%2520%26%2334%3Blinear%26%2334%3B%2520method%2520uses%2520the%252025th%2520percentile%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520Q1%2520and%252075th%2520percentile%2520for%2520Q3%2520as%2520computed%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520method%2520%2310%2520(listed%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520http%3A%2F%2Fjse.amstat.org%2Fv14n3%2Flangford.html).%2520The%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bexclusive%26%2334%3B%2520method%2520uses%2520the%2520median%2520to%2520divide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ordered%2520dataset%2520into%2520two%2520halves%2520if%2520the%2520sample%2520is%2520odd%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520it%2520does%2520not%2520include%2520the%2520median%2520in%2520either%2520half%2520-%2520Q1%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520then%2520the%2520median%2520of%2520the%2520lower%2520half%2520and%2520Q3%2520the%2520median%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520upper%2520half.%2520The%2520%26%2334%3Binclusive%26%2334%3B%2520method%2520also%2520uses%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520median%2520to%2520divide%2520the%2520ordered%2520dataset%2520into%2520two%2520halves%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520but%2520if%2520the%2520sample%2520is%2520odd%2C%2520it%2520includes%2520the%2520median%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520both%2520halves%2520-%2520Q1%2520is%2520then%2520the%2520median%2520of%2520the%2520lower%2520half%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520Q3%2520the%2520median%2520of%2520the%2520upper%2520half.%2520%7C%2520%2520%2520%2520%2520%2520scalegroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520there%2520are%2520multiple%2520violins%2520that%2520should%2520be%2520sized%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520according%2520to%2520to%2520some%2520metric%2520(see%2520%2560scalemode%2560)%2C%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520them%2520by%2520providing%2520a%2520non-empty%2520group%2520id%2520here%2520shared%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520every%2520trace%2520in%2520the%2520same%2520group.%2520If%2520a%2520violin%26%2339%3Bs%2520%2560width%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520undefined%2C%2520%2560scalegroup%2560%2520will%2520default%2520to%2520the%2520trace%26%2339%3Bs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520name.%2520In%2520this%2520case%2C%2520violins%2520with%2520the%2520same%2520names%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520linked%2520together%2520%7C%2520%2520%2520%2520%2520%2520scalemode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520metric%2520by%2520which%2520the%2520width%2520of%2520each%2520violin%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520determined.%2520%26%2334%3Bwidth%26%2334%3B%2520means%2520each%2520violin%2520has%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(max)%2520width%2520%26%2334%3Bcount%26%2334%3B%2520means%2520the%2520violins%2520are%2520scaled%2520by%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520number%2520of%2520sample%2520points%2520making%2520up%2520each%2520violin.%2520%7C%2520%2520%2520%2520%2520%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.violin.Selected%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520side%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520on%2520which%2520side%2520of%2520the%2520position%2520value%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520density%2520function%2520making%2520up%2520one%2520half%2520of%2520a%2520violin%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plotted.%2520Useful%2520when%2520comparing%2520two%2520violin%2520traces%2520under%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Boverlay%26%2334%3B%2520mode%2C%2520where%2520one%2520trace%2520has%2520%2560side%2560%2520set%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bpositive%26%2334%3B%2520and%2520the%2520other%2520to%2520%26%2334%3Bnegative%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520span%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520span%2520in%2520data%2520space%2520for%2520which%2520the%2520density%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2520will%2520be%2520computed.%2520Has%2520an%2520effect%2520only%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560spanmode%2560%2520is%2520set%2520to%2520%26%2334%3Bmanual%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520spanmode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520method%2520by%2520which%2520the%2520span%2520in%2520data%2520space%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520density%2520function%2520will%2520be%2520computed.%2520%26%2334%3Bsoft%26%2334%3B%2520means%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520span%2520goes%2520from%2520the%2520sample%26%2339%3Bs%2520minimum%2520value%2520minus%2520two%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bandwidths%2520to%2520the%2520sample%26%2339%3Bs%2520maximum%2520value%2520plus%2520two%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bandwidths.%2520%26%2334%3Bhard%26%2334%3B%2520means%2520the%2520span%2520goes%2520from%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sample%26%2339%3Bs%2520minimum%2520to%2520its%2520maximum%2520value.%2520For%2520custom%2520span%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520settings%2C%2520use%2520mode%2520%26%2334%3Bmanual%26%2334%3B%2520and%2520fill%2520in%2520the%2520%2560span%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520attribute.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.violin.Stream%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520elements%2520associated%2520with%2520each%2520sample%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520unselected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.violin.Unselected%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520width%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520of%2520the%2520violin%2520in%2520data%2520coordinates.%2520If%25200%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(default%2520value)%2520the%2520width%2520is%2520automatically%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520based%2520on%2520the%2520positions%2520of%2520other%2520violin%2520traces%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520same%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520sample%2520data%2520or%2520coordinates.%2520See%2520overview%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520x0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinate%2520for%2520single-box%2520traces%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520starting%2520coordinate%2520for%2520multi-box%2520traces%2520set%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520q1%2Fmedian%2Fq3.%2520See%2520overview%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520sample%2520data%2520or%2520coordinates.%2520See%2520overview%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520y0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinate%2520for%2520single-box%2520traces%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520starting%2520coordinate%2520for%2520multi-box%2520traces%2520set%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520q1%2Fmedian%2Fq3.%2520See%2520overview%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520zorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520layer%2520on%2520which%2520this%2520trace%2520is%2520displayed%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to%2520other%2520SVG%2520traces%2520on%2520the%2520same%2520subplot.%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520with%2520higher%2520%2560zorder%2560%2520appear%2520in%2520front%2520of%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520lower%2520%2560zorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_vline(self%2C%2520x%2C%2520row%3D%26%2339%3Ball%26%2339%3B%2C%2520col%3D%26%2339%3Ball%26%2339%3B%2C%2520exclude_empty_subplots%3DTrue%2C%2520annotation%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520vertical%2520line%2520to%2520a%2520plot%2520or%2520subplot%2520that%2520extends%2520infinitely%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520y-dimension.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520x%3A%2520float%2520or%2520int%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520number%2520representing%2520the%2520x%2520coordinate%2520of%2520the%2520vertical%2520line.%2520%7C%2520%2520%2520%2520%2520%2520exclude_empty_subplots%3A%2520Boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2520(default)%2520do%2520not%2520place%2520the%2520shape%2520on%2520subplots%2520that%2520have%2520no%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plotted%2520on%2520them.%2520%7C%2520%2520%2520%2520%2520%2520row%3A%2520None%2C%2520int%2520or%2520%26%2339%3Ball%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520for%2520shape%2520indexed%2520starting%2520at%25201.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520rows%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520specified%2520column(s).%2520If%2520both%2520row%2520and%2520col%2520are%2520None%2C%2520addresses%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520first%2520subplot%2520if%2520subplots%2520exist%2C%2520or%2520the%2520only%2520plot.%2520By%2520default%2520is%2520%26%2334%3Ball%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520col%3A%2520None%2C%2520int%2520or%2520%26%2339%3Ball%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520column%2520for%2520shape%2520indexed%2520starting%2520at%25201.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520rows%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520specified%2520column(s).%2520If%2520both%2520row%2520and%2520col%2520are%2520None%2C%2520addresses%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520first%2520subplot%2520if%2520subplots%2520exist%2C%2520or%2520the%2520only%2520plot.%2520By%2520default%2520is%2520%26%2334%3Ball%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520annotation%3A%2520dict%2520or%2520plotly.graph_objects.layout.Annotation.%2520If%2520dict()%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520it%2520is%2520interpreted%2520as%2520describing%2520an%2520annotation.%2520The%2520annotation%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520placed%2520relative%2520to%2520the%2520shape%2520based%2520on%2520annotation_position%2520(see%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520below)%2520unless%2520its%2520x%2520or%2520y%2520value%2520has%2520been%2520specified%2520for%2520the%2520annotation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520passed%2520here.%2520xref%2520and%2520yref%2520are%2520always%2520the%2520same%2520as%2520for%2520the%2520added%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520shape%2520and%2520cannot%2520be%2520overridden.%2520%7C%2520%2520%2520%2520%2520%2520annotation_position%3A%2520a%2520string%2520containing%2520optionally%2520%5B%26%2334%3Btop%26%2334%3B%2C%2520%26%2334%3Bbottom%26%2334%3B%5D%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%5B%26%2334%3Bleft%26%2334%3B%2C%2520%26%2334%3Bright%26%2334%3B%5D%2520specifying%2520where%2520the%2520text%2520should%2520be%2520anchored%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520on%2520the%2520line.%2520Example%2520positions%2520are%2520%26%2334%3Bbottom%2520left%26%2334%3B%2C%2520%26%2334%3Bright%2520top%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bright%26%2334%3B%2C%2520%26%2334%3Bbottom%26%2334%3B.%2520If%2520an%2520annotation%2520is%2520added%2520but%2520annotation_position%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520not%2520specified%2C%2520this%2520defaults%2520to%2520%26%2334%3Btop%2520right%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520annotation_*%3A%2520any%2520parameters%2520to%2520go.layout.Annotation%2520can%2520be%2520passed%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520keywords%2520by%2520prefixing%2520them%2520with%2520%26%2334%3Bannotation_%26%2334%3B.%2520For%2520example%2C%2520to%2520specify%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520annotation%2520text%2520%26%2334%3Bexample%26%2334%3B%2520you%2520can%2520pass%2520annotation_text%3D%26%2334%3Bexample%26%2334%3B%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520keyword%2520argument.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Any%2520named%2520function%2520parameters%2520that%2520can%2520be%2520passed%2520to%2520%26%2339%3Badd_shape%26%2339%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520except%2520for%2520x0%2C%2520x1%2C%2520y0%2C%2520y1%2520or%2520type.%2520%7C%2520%2520%2520%7C%2520%2520add_volume(self%2C%2520autocolorscale%3DNone%2C%2520caps%3DNone%2C%2520cauto%3DNone%2C%2520cmax%3DNone%2C%2520cmid%3DNone%2C%2520cmin%3DNone%2C%2520coloraxis%3DNone%2C%2520colorbar%3DNone%2C%2520colorscale%3DNone%2C%2520contour%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520flatshading%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520isomax%3DNone%2C%2520isomin%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520lighting%3DNone%2C%2520lightposition%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520opacity%3DNone%2C%2520opacityscale%3DNone%2C%2520reversescale%3DNone%2C%2520scene%3DNone%2C%2520showlegend%3DNone%2C%2520showscale%3DNone%2C%2520slices%3DNone%2C%2520spaceframe%3DNone%2C%2520stream%3DNone%2C%2520surface%3DNone%2C%2520text%3DNone%2C%2520textsrc%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520value%3DNone%2C%2520valuehoverformat%3DNone%2C%2520valuesrc%3DNone%2C%2520visible%3DNone%2C%2520x%3DNone%2C%2520xhoverformat%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520yhoverformat%3DNone%2C%2520ysrc%3DNone%2C%2520z%3DNone%2C%2520zhoverformat%3DNone%2C%2520zsrc%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Volume%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Draws%2520volume%2520trace%2520between%2520iso-min%2520and%2520iso-max%2520values%2520with%2520%7C%2520%2520%2520%2520%2520%2520coordinates%2520given%2520by%2520four%25201-dimensional%2520arrays%2520containing%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2560value%2560%2C%2520%2560x%2560%2C%2520%2560y%2560%2520and%2520%2560z%2560%2520of%2520every%2520vertex%2520of%2520a%2520uniform%2520or%2520non-%2520%7C%2520%2520%2520%2520%2520%2520uniform%25203-D%2520grid.%2520Horizontal%2520or%2520vertical%2520slices%2C%2520caps%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520as%2520spaceframe%2520between%2520iso-min%2520and%2520iso-max%2520values%2520could%2520also%2520be%2520%7C%2520%2520%2520%2520%2520%2520drawn%2520using%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520autocolorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520colorscale%2520is%2520a%2520default%2520palette%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(%2560autocolorscale%3A%2520true%2560)%2520or%2520the%2520palette%2520determined%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560colorscale%2560.%2520In%2520case%2520%2560colorscale%2560%2520is%2520unspecified%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560autocolorscale%2560%2520is%2520true%2C%2520the%2520default%2520palette%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520chosen%2520according%2520to%2520whether%2520numbers%2520in%2520the%2520%2560color%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520are%2520all%2520positive%2C%2520all%2520negative%2520or%2520mixed.%2520%7C%2520%2520%2520%2520%2520%2520caps%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.volume.Caps%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520cauto%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520the%2520color%2520domain%2520is%2520computed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520respect%2520to%2520the%2520input%2520data%2520(here%2520%2560value%2560)%2520or%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bounds%2520set%2520in%2520%2560cmin%2560%2520and%2520%2560cmax%2560%2520Defaults%2520to%2520%2560false%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520%2560cmin%2560%2520and%2520%2560cmax%2560%2520are%2520set%2520by%2520the%2520user.%2520%7C%2520%2520%2520%2520%2520%2520cmax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520upper%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520%2560value%2560%2520and%2520if%2520set%2C%2520%2560cmin%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520cmid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520mid-point%2520of%2520the%2520color%2520domain%2520by%2520scaling%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560cmin%2560%2520and%2For%2520%2560cmax%2560%2520to%2520be%2520equidistant%2520to%2520this%2520point.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Value%2520should%2520have%2520the%2520same%2520units%2520as%2520%2560value%2560.%2520Has%2520no%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520effect%2520when%2520%2560cauto%2560%2520is%2520%2560false%2560.%2520%7C%2520%2520%2520%2520%2520%2520cmin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520lower%2520bound%2520of%2520the%2520color%2520domain.%2520Value%2520should%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520the%2520same%2520units%2520as%2520%2560value%2560%2520and%2520if%2520set%2C%2520%2560cmax%2560%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520set%2520as%2520well.%2520%7C%2520%2520%2520%2520%2520%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520to%2520a%2520shared%2520color%2520axis.%2520References%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520these%2520shared%2520color%2520axes%2520are%2520%26%2334%3Bcoloraxis%26%2334%3B%2C%2520%26%2334%3Bcoloraxis2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bcoloraxis3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520shared%2520color%2520axes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520set%2520in%2520the%2520layout%2C%2520under%2520%2560layout.coloraxis%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.coloraxis2%2560%2C%2520etc.%2520Note%2520that%2520multiple%2520color%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scales%2520can%2520be%2520linked%2520to%2520the%2520same%2520color%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520colorbar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.volume.ColorBar%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520colorscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520colorscale.%2520The%2520colorscale%2520must%2520be%2520an%2520array%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520an%2520rgb%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rgba%2C%2520hex%2C%2520hsl%2C%2520hsv%2C%2520or%2520named%2520color%2520string.%2520At%2520minimum%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520mapping%2520for%2520the%2520lowest%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520required.%2520For%2520example%2C%2520%2560%5B%5B0%2C%2520%26%2339%3Brgb(0%2C0%2C255)%26%2339%3B%5D%2C%2520%5B1%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brgb(255%2C0%2C0)%26%2339%3B%5D%5D%2560.%2520To%2520control%2520the%2520bounds%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorscale%2520in%2520color%2520space%2C%2520use%2520%2560cmin%2560%2520and%2520%2560cmax%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternatively%2C%2520%2560colorscale%2560%2520may%2520be%2520a%2520palette%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520of%2520the%2520following%2520list%3A%2520Blackbody%2CBluered%2CBlues%2CC%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ividis%2CEarth%2CElectric%2CGreens%2CGreys%2CHot%2CJet%2CPicnic%2CPortl%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2CRainbow%2CRdBu%2CReds%2CViridis%2CYlGnBu%2CYlOrRd.%2520%7C%2520%2520%2520%2520%2520%2520contour%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.volume.Contour%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520flatshading%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520normal%2520smoothing%2520is%2520applied%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520meshes%2C%2520creating%2520meshes%2520with%2520an%2520angular%2C%2520low-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520poly%2520look%2520via%2520flat%2520reflections.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.volume.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520%2520Anything%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520displayed%2520in%2520the%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Same%2520as%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520isomax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520maximum%2520boundary%2520for%2520iso-surface%2520plot.%2520%7C%2520%2520%2520%2520%2520%2520isomin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520minimum%2520boundary%2520for%2520iso-surface%2520plot.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.volume.Legendgrouptitle%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520lighting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.volume.Lighting%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520lightposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.volume.Lightposition%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520surface.%2520Please%2520note%2520that%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520case%2520of%2520using%2520high%2520%2560opacity%2560%2520values%2520for%2520example%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520greater%2520than%2520or%2520equal%2520to%25200.5%2520on%2520two%2520surfaces%2520(and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25200.25%2520with%2520four%2520surfaces)%2C%2520an%2520overlay%2520of%2520multiple%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transparent%2520surfaces%2520may%2520not%2520perfectly%2520be%2520sorted%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520depth%2520by%2520the%2520webgl%2520API.%2520This%2520behavior%2520may%2520be%2520improved%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520the%2520near%2520future%2520and%2520is%2520subject%2520to%2520change.%2520%7C%2520%2520%2520%2520%2520%2520opacityscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacityscale.%2520The%2520opacityscale%2520must%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520containing%2520arrays%2520mapping%2520a%2520normalized%2520value%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520an%2520opacity%2520value.%2520At%2520minimum%2C%2520a%2520mapping%2520for%2520the%2520lowest%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(0)%2520and%2520highest%2520(1)%2520values%2520are%2520required.%2520For%2520example%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%5B%5B0%2C%25201%5D%2C%2520%5B0.5%2C%25200.2%5D%2C%2520%5B1%2C%25201%5D%5D%2560%2520means%2520that%2520higher%2Flower%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520would%2520have%2520higher%2520opacity%2520values%2520and%2520those%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520middle%2520would%2520be%2520more%2520transparent%2520Alternatively%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560opacityscale%2560%2520may%2520be%2520a%2520palette%2520name%2520string%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520list%3A%2520%26%2339%3Bmin%26%2339%3B%2C%2520%26%2339%3Bmax%26%2339%3B%2C%2520%26%2339%3Bextremes%26%2339%3B%2520and%2520%26%2339%3Buniform%26%2339%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520default%2520is%2520%26%2339%3Buniform%26%2339%3B.%2520%7C%2520%2520%2520%2520%2520%2520reversescale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Reverses%2520the%2520color%2520mapping%2520if%2520true.%2520If%2520true%2C%2520%2560cmin%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520correspond%2520to%2520the%2520last%2520color%2520in%2520the%2520array%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560cmax%2560%2520will%2520correspond%2520to%2520the%2520first%2520color.%2520%7C%2520%2520%2520%2520%2520%2520scene%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%25203D%2520coordinate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520system%2520and%2520a%25203D%2520scene.%2520If%2520%26%2334%3Bscene%26%2334%3B%2520(the%2520default%2520value)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520(x%2Cy%2Cz)%2520coordinates%2520refer%2520to%2520%2560layout.scene%2560.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bscene2%26%2334%3B%2C%2520the%2520(x%2Cy%2Cz)%2520coordinates%2520refer%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.scene2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520showscale%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520a%2520colorbar%2520is%2520displayed%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520slices%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.volume.Slices%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520spaceframe%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.volume.Spaceframe%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.volume.Stream%2560%2520instance%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520surface%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.volume.Surface%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520text%2520elements%2520associated%2520with%2520the%2520vertices.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%25204th%2520dimension%2520(value)%2520of%2520the%2520vertices.%2520%7C%2520%2520%2520%2520%2520%2520valuehoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560value%2560%2520%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25203%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.By%2520default%2520the%2520values%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520formatted%2520using%2520generic%2520number%2520format.%2520%7C%2520%2520%2520%2520%2520%2520valuesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560value%2560.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520X%2520coordinates%2520of%2520the%2520vertices%2520on%2520X%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520Y%2520coordinates%2520of%2520the%2520vertices%2520on%2520Y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520z%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520Z%2520coordinates%2520of%2520the%2520vertices%2520on%2520Z%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520zhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560z%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560zaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520zsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560z%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520add_vrect(self%2C%2520x0%2C%2520x1%2C%2520row%3D%26%2339%3Ball%26%2339%3B%2C%2520col%3D%26%2339%3Ball%26%2339%3B%2C%2520exclude_empty_subplots%3DTrue%2C%2520annotation%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520rectangle%2520to%2520a%2520plot%2520or%2520subplot%2520that%2520extends%2520infinitely%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520y-dimension.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520x0%3A%2520float%2520or%2520int%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520number%2520representing%2520the%2520x%2520coordinate%2520of%2520one%2520side%2520of%2520the%2520rectangle.%2520%7C%2520%2520%2520%2520%2520%2520x1%3A%2520float%2520or%2520int%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520number%2520representing%2520the%2520x%2520coordinate%2520of%2520the%2520other%2520side%2520of%2520the%2520rectangle.%2520%7C%2520%2520%2520%2520%2520%2520exclude_empty_subplots%3A%2520Boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2520(default)%2520do%2520not%2520place%2520the%2520shape%2520on%2520subplots%2520that%2520have%2520no%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plotted%2520on%2520them.%2520%7C%2520%2520%2520%2520%2520%2520row%3A%2520None%2C%2520int%2520or%2520%26%2339%3Ball%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520for%2520shape%2520indexed%2520starting%2520at%25201.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520rows%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520specified%2520column(s).%2520If%2520both%2520row%2520and%2520col%2520are%2520None%2C%2520addresses%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520first%2520subplot%2520if%2520subplots%2520exist%2C%2520or%2520the%2520only%2520plot.%2520By%2520default%2520is%2520%26%2334%3Ball%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520col%3A%2520None%2C%2520int%2520or%2520%26%2339%3Ball%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520column%2520for%2520shape%2520indexed%2520starting%2520at%25201.%2520If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520rows%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520specified%2520column(s).%2520If%2520both%2520row%2520and%2520col%2520are%2520None%2C%2520addresses%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520first%2520subplot%2520if%2520subplots%2520exist%2C%2520or%2520the%2520only%2520plot.%2520By%2520default%2520is%2520%26%2334%3Ball%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520annotation%3A%2520dict%2520or%2520plotly.graph_objects.layout.Annotation.%2520If%2520dict()%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520it%2520is%2520interpreted%2520as%2520describing%2520an%2520annotation.%2520The%2520annotation%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520placed%2520relative%2520to%2520the%2520shape%2520based%2520on%2520annotation_position%2520(see%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520below)%2520unless%2520its%2520x%2520or%2520y%2520value%2520has%2520been%2520specified%2520for%2520the%2520annotation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520passed%2520here.%2520xref%2520and%2520yref%2520are%2520always%2520the%2520same%2520as%2520for%2520the%2520added%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520shape%2520and%2520cannot%2520be%2520overridden.%2520%7C%2520%2520%2520%2520%2520%2520annotation_position%3A%2520a%2520string%2520containing%2520optionally%2520%5B%26%2334%3Binside%26%2334%3B%2C%2520%26%2334%3Boutside%26%2334%3B%5D%2C%2520%5B%26%2334%3Btop%26%2334%3B%2C%2520%26%2334%3Bbottom%26%2334%3B%5D%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%5B%26%2334%3Bleft%26%2334%3B%2C%2520%26%2334%3Bright%26%2334%3B%5D%2520specifying%2520where%2520the%2520text%2520should%2520be%2520anchored%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520on%2520the%2520rectangle.%2520Example%2520positions%2520are%2520%26%2334%3Boutside%2520top%2520left%26%2334%3B%2C%2520%26%2334%3Binside%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%26%2334%3B%2C%2520%26%2334%3Bright%26%2334%3B%2C%2520%26%2334%3Binside%2520left%26%2334%3B%2C%2520%26%2334%3Binside%26%2334%3B%2520(%26%2334%3Boutside%26%2334%3B%2520is%2520not%2520supported).%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520an%2520annotation%2520is%2520added%2520but%2520annotation_position%2520is%2520not%2520specified%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520defaults%2520to%2520%26%2334%3Binside%2520top%2520right%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520annotation_*%3A%2520any%2520parameters%2520to%2520go.layout.Annotation%2520can%2520be%2520passed%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520keywords%2520by%2520prefixing%2520them%2520with%2520%26%2334%3Bannotation_%26%2334%3B.%2520For%2520example%2C%2520to%2520specify%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520annotation%2520text%2520%26%2334%3Bexample%26%2334%3B%2520you%2520can%2520pass%2520annotation_text%3D%26%2334%3Bexample%26%2334%3B%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520keyword%2520argument.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Any%2520named%2520function%2520parameters%2520that%2520can%2520be%2520passed%2520to%2520%26%2339%3Badd_shape%26%2339%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520except%2520for%2520x0%2C%2520x1%2C%2520y0%2C%2520y1%2520or%2520type.%2520%7C%2520%2520%2520%7C%2520%2520add_waterfall(self%2C%2520alignmentgroup%3DNone%2C%2520base%3DNone%2C%2520cliponaxis%3DNone%2C%2520connector%3DNone%2C%2520constraintext%3DNone%2C%2520customdata%3DNone%2C%2520customdatasrc%3DNone%2C%2520decreasing%3DNone%2C%2520dx%3DNone%2C%2520dy%3DNone%2C%2520hoverinfo%3DNone%2C%2520hoverinfosrc%3DNone%2C%2520hoverlabel%3DNone%2C%2520hovertemplate%3DNone%2C%2520hovertemplatefallback%3DNone%2C%2520hovertemplatesrc%3DNone%2C%2520hovertext%3DNone%2C%2520hovertextsrc%3DNone%2C%2520ids%3DNone%2C%2520idssrc%3DNone%2C%2520increasing%3DNone%2C%2520insidetextanchor%3DNone%2C%2520insidetextfont%3DNone%2C%2520legend%3DNone%2C%2520legendgroup%3DNone%2C%2520legendgrouptitle%3DNone%2C%2520legendrank%3DNone%2C%2520legendwidth%3DNone%2C%2520measure%3DNone%2C%2520measuresrc%3DNone%2C%2520meta%3DNone%2C%2520metasrc%3DNone%2C%2520name%3DNone%2C%2520offset%3DNone%2C%2520offsetgroup%3DNone%2C%2520offsetsrc%3DNone%2C%2520opacity%3DNone%2C%2520orientation%3DNone%2C%2520outsidetextfont%3DNone%2C%2520selectedpoints%3DNone%2C%2520showlegend%3DNone%2C%2520stream%3DNone%2C%2520text%3DNone%2C%2520textangle%3DNone%2C%2520textfont%3DNone%2C%2520textinfo%3DNone%2C%2520textposition%3DNone%2C%2520textpositionsrc%3DNone%2C%2520textsrc%3DNone%2C%2520texttemplate%3DNone%2C%2520texttemplatefallback%3DNone%2C%2520texttemplatesrc%3DNone%2C%2520totals%3DNone%2C%2520uid%3DNone%2C%2520uirevision%3DNone%2C%2520visible%3DNone%2C%2520width%3DNone%2C%2520widthsrc%3DNone%2C%2520x%3DNone%2C%2520x0%3DNone%2C%2520xaxis%3DNone%2C%2520xhoverformat%3DNone%2C%2520xperiod%3DNone%2C%2520xperiod0%3DNone%2C%2520xperiodalignment%3DNone%2C%2520xsrc%3DNone%2C%2520y%3DNone%2C%2520y0%3DNone%2C%2520yaxis%3DNone%2C%2520yhoverformat%3DNone%2C%2520yperiod%3DNone%2C%2520yperiod0%3DNone%2C%2520yperiodalignment%3DNone%2C%2520ysrc%3DNone%2C%2520zorder%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520new%2520Waterfall%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Draws%2520waterfall%2520trace%2520which%2520is%2520useful%2520graph%2520to%2520displays%2520the%2520%7C%2520%2520%2520%2520%2520%2520contribution%2520of%2520various%2520elements%2520(either%2520positive%2520or%2520negative)%2520%7C%2520%2520%2520%2520%2520%2520in%2520a%2520bar%2520chart.%2520The%2520data%2520visualized%2520by%2520the%2520span%2520of%2520the%2520bars%2520is%2520%7C%2520%2520%2520%2520%2520%2520set%2520in%2520%2560y%2560%2520if%2520%2560orientation%2560%2520is%2520set%2520to%2520%26%2334%3Bv%26%2334%3B%2520(the%2520default)%2520and%2520the%2520%7C%2520%2520%2520%2520%2520%2520labels%2520are%2520set%2520in%2520%2560x%2560.%2520By%2520setting%2520%2560orientation%2560%2520to%2520%26%2334%3Bh%26%2334%3B%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520roles%2520are%2520interchanged.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520alignmentgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520several%2520traces%2520linked%2520to%2520the%2520same%2520position%2520axis%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520axes%2520to%2520the%2520same%2520alignmentgroup.%2520This%2520controls%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520whether%2520bars%2520compute%2520their%2520positional%2520range%2520dependently%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520independently.%2520%7C%2520%2520%2520%2520%2520%2520base%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520where%2520the%2520bar%2520base%2520is%2520drawn%2520(in%2520position%2520axis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520units).%2520%7C%2520%2520%2520%2520%2520%2520cliponaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520the%2520text%2520nodes%2520are%2520clipped%2520about%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520axes.%2520To%2520show%2520the%2520text%2520nodes%2520above%2520axis%2520lines%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520tick%2520labels%2C%2520make%2520sure%2520to%2520set%2520%2560xaxis.layer%2560%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560yaxis.layer%2560%2520to%2520*below%2520traces*.%2520%7C%2520%2520%2520%2520%2520%2520connector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.waterfall.Connector%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520constraintext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Constrain%2520the%2520size%2520of%2520text%2520inside%2520or%2520outside%2520a%2520bar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520no%2520larger%2520than%2520the%2520bar%2520itself.%2520%7C%2520%2520%2520%2520%2520%2520customdata%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520data%2520each%2520datum.%2520This%2520may%2520be%2520useful%2520when%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520listening%2520to%2520hover%2C%2520click%2520and%2520selection%2520events.%2520Note%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2C%2520%26%2334%3Bscatter%26%2334%3B%2520traces%2520also%2520appends%2520customdata%2520items%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520markers%2520DOM%2520elements%2520%7C%2520%2520%2520%2520%2520%2520customdatasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560customdata%2560.%2520%7C%2520%2520%2520%2520%2520%2520decreasing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.waterfall.Decreasing%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520dx%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinate%2520step.%2520See%2520%2560x0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520dy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinate%2520step.%2520See%2520%2560y0%2560%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520hover.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560none%2560%2520or%2520%2560skip%2560%2520are%2520set%2C%2520no%2520information%2520is%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520upon%2520hovering.%2520But%2C%2520if%2520%2560none%2560%2520is%2520set%2C%2520click%2520and%2520hover%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520events%2520are%2520still%2520fired.%2520%7C%2520%2520%2520%2520%2520%2520hoverinfosrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520%7C%2520%2520%2520%2520%2520%2520hoverlabel%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.waterfall.Hoverlabel%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520hovertemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520appear%2520on%2520hover%2520box.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hoverinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B%2520as%2520well%2520as%2520%25%7Bxother%7D%2C%2520%7B%25_xother%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%25_xother_%7D%2C%2520%7B%25xother_%7D.%2520When%2520showing%2520info%2520for%2520several%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2C%2520%26%2334%3Bxother%26%2334%3B%2520will%2520be%2520added%2520to%2520those%2520with%2520different%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520positions%2520from%2520the%2520first%2520point.%2520An%2520underscore%2520before%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520after%2520%26%2334%3B(x%7Cy)other%26%2334%3B%2520will%2520add%2520a%2520space%2520on%2520that%2520side%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520only%2520when%2520this%2520field%2520is%2520shown.%2520Numbers%2520are%2520formatted%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520using%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520The%2520variables%2520available%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560%2520are%2520the%2520ones%2520emitted%2520as%2520event%2520data%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520described%2520at%2520this%2520link%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fplotly.com%2Fjavascript%2Fplotlyjs-events%2F%23event-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data.%2520Additionally%2C%2520all%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560initial%2560%2C%2520%2560delta%2560%2520and%2520%2560final%2560.%2520Anything%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520contained%2520in%2520tag%2520%2560%26lt%3Bextra%26gt%3B%2560%2520is%2520displayed%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%25%7BfullData.name%7D%26lt%3B%2Fextra%26gt%3B%2560.%2520To%2520hide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520box%2520completely%2C%2520use%2520an%2520empty%2520tag%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%26lt%3Bextra%26gt%3B%26lt%3B%2Fextra%26gt%3B%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520hovertemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520hovertext%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520hover%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520pair.%2520If%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520the%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520To%2520be%2520seen%2C%2520trace%2520%2560hoverinfo%2560%2520must%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag.%2520%7C%2520%2520%2520%2520%2520%2520hovertextsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560hovertext%2560.%2520%7C%2520%2520%2520%2520%2520%2520ids%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520id%2520labels%2520to%2520each%2520datum.%2520These%2520ids%2520for%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520of%2520data%2520points%2520during%2520animation.%2520Should%2520be%2520an%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520array%2520of%2520strings%2C%2520not%2520numbers%2520or%2520any%2520other%2520type.%2520%7C%2520%2520%2520%2520%2520%2520idssrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560ids%2560.%2520%7C%2520%2520%2520%2520%2520%2520increasing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.waterfall.Increasing%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520insidetextanchor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520if%2520texts%2520are%2520kept%2520at%2520center%2520or%2520start%2Fend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520points%2520in%2520%2560textposition%2560%2520%26%2334%3Binside%26%2334%3B%2520mode.%2520%7C%2520%2520%2520%2520%2520%2520insidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560text%2560%2520lying%2520inside%2520the%2520bar.%2520%7C%2520%2520%2520%2520%2520%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520reference%2520to%2520a%2520legend%2520to%2520show%2520this%2520trace%2520in.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520References%2520to%2520these%2520legends%2520are%2520%26%2334%3Blegend%26%2334%3B%2C%2520%26%2334%3Blegend2%26%2334%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegend3%26%2334%3B%2C%2520etc.%2520Settings%2520for%2520these%2520legends%2520are%2520set%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520layout%2C%2520under%2520%2560layout.legend%2560%2C%2520%2560layout.legend2%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520etc.%2520%7C%2520%2520%2520%2520%2520%2520legendgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520group%2520for%2520this%2520trace.%2520Traces%2520and%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520part%2520of%2520the%2520same%2520legend%2520group%2520hide%2Fshow%2520at%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520time%2520when%2520toggling%2520legend%2520items.%2520%7C%2520%2520%2520%2520%2520%2520legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.waterfall.Legendgrouptitle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%2520instance%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520legendrank%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520legend%2520rank%2520for%2520this%2520trace.%2520Items%2520and%2520groups%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520smaller%2520ranks%2520are%2520presented%2520on%2520top%2Fleft%2520side%2520while%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520%26%2334%3Breversed%26%2334%3B%2520%2560legend.traceorder%2560%2520they%2520are%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bottom%2Fright%2520side.%2520The%2520default%2520legendrank%2520is%25201000%2C%2520so%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520you%2520can%2520use%2520ranks%2520less%2520than%25201000%2520to%2520place%2520certain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520items%2520before%2520all%2520unranked%2520items%2C%2520and%2520ranks%2520greater%2520than%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201000%2520to%2520go%2520after%2520all%2520unranked%2520items.%2520When%2520having%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520unranked%2520or%2520equal%2520rank%2520items%2520shapes%2520would%2520be%2520displayed%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520after%2520traces%2520i.e.%2520according%2520to%2520their%2520order%2520in%2520data%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520legendwidth%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520width%2520(in%2520px%2520or%2520fraction)%2520of%2520the%2520legend%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520this%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520measure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520An%2520array%2520containing%2520types%2520of%2520values.%2520By%2520default%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520are%2520considered%2520as%2520%26%2339%3Brelative%26%2339%3B.%2520However%3B%2520it%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520possible%2520to%2520use%2520%26%2339%3Btotal%26%2339%3B%2520to%2520compute%2520the%2520sums.%2520Also%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Babsolute%26%2339%3B%2520could%2520be%2520applied%2520to%2520reset%2520the%2520computed%2520total%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520to%2520declare%2520an%2520initial%2520value%2520where%2520needed.%2520%7C%2520%2520%2520%2520%2520%2520measuresrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560measure%2560.%2520%7C%2520%2520%2520%2520%2520%2520meta%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assigns%2520extra%2520meta%2520information%2520associated%2520with%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520that%2520can%2520be%2520used%2520in%2520various%2520text%2520attributes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Attributes%2520such%2520as%2520trace%2520%2560name%2560%2C%2520graph%2C%2520axis%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520colorbar%2520%2560title.text%2560%2C%2520annotation%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560rangeselector%2560%2C%2520%2560updatemenues%2560%2520and%2520%2560sliders%2560%2520%2560label%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520text%2520all%2520support%2520%2560meta%2560.%2520To%2520access%2520the%2520trace%2520%2560meta%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520in%2520an%2520attribute%2520in%2520the%2520same%2520trace%2C%2520simply%2520use%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560%25%7Bmeta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560%2520item%2520in%2520question.%2520To%2520access%2520trace%2520%2560meta%2560%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520layout%2520attributes%2C%2520use%2520%2560%25%7Bdata%5Bn%5B.meta%5Bi%5D%7D%2560%2520where%2520%2560i%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520the%2520index%2520or%2520key%2520of%2520the%2520%2560meta%2560%2520and%2520%2560n%2560%2520is%2520the%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520index.%2520%7C%2520%2520%2520%2520%2520%2520metasrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560meta%2560.%2520%7C%2520%2520%2520%2520%2520%2520name%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520trace%2520name.%2520The%2520trace%2520name%2520appears%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520item%2520and%2520on%2520hover.%2520%7C%2520%2520%2520%2520%2520%2520offset%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Shifts%2520the%2520position%2520where%2520the%2520bar%2520is%2520drawn%2520(in%2520position%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis%2520units).%2520In%2520%26%2334%3Bgroup%26%2334%3B%2520barmode%2C%2520traces%2520that%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Boffset%26%2334%3B%2520will%2520be%2520excluded%2520and%2520drawn%2520in%2520%26%2334%3Boverlay%26%2334%3B%2520mode%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520instead.%2520%7C%2520%2520%2520%2520%2520%2520offsetgroup%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Set%2520several%2520traces%2520linked%2520to%2520the%2520same%2520position%2520axis%2520or%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520matching%2520axes%2520to%2520the%2520same%2520offsetgroup%2520where%2520bars%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520same%2520position%2520coordinate%2520will%2520line%2520up.%2520%7C%2520%2520%2520%2520%2520%2520offsetsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560offset%2560.%2520%7C%2520%2520%2520%2520%2520%2520opacity%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520opacity%2520of%2520the%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520orientation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520orientation%2520of%2520the%2520bars.%2520With%2520%26%2334%3Bv%26%2334%3B%2520(%26%2334%3Bh%26%2334%3B)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520of%2520the%2520each%2520bar%2520spans%2520along%2520the%2520vertical%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(horizontal).%2520%7C%2520%2520%2520%2520%2520%2520outsidetextfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560text%2560%2520lying%2520outside%2520the%2520bar.%2520%7C%2520%2520%2520%2520%2520%2520selectedpoints%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Array%2520containing%2520integer%2520indices%2520of%2520selected%2520points.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Has%2520an%2520effect%2520only%2520for%2520traces%2520that%2520support%2520selections.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520an%2520empty%2520array%2520means%2520an%2520empty%2520selection%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560unselected%2560%2520are%2520turned%2520on%2520for%2520all%2520points%2C%2520whereas%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520any%2520other%2520non-array%2520values%2520means%2520no%2520selection%2520all%2520where%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560selected%2560%2520and%2520%2560unselected%2560%2520styles%2520have%2520no%2520effect.%2520%7C%2520%2520%2520%2520%2520%2520showlegend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520an%2520item%2520corresponding%2520to%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%2520is%2520shown%2520in%2520the%2520legend.%2520%7C%2520%2520%2520%2520%2520%2520stream%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.waterfall.Stream%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520text%2520elements%2520associated%2520with%2520each%2520(x%2Cy)%2520pair.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520single%2520string%2C%2520the%2520same%2520string%2520appears%2520over%2520all%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520data%2520points.%2520If%2520an%2520array%2520of%2520string%2C%2520the%2520items%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapped%2520in%2520order%2520to%2520the%2520this%2520trace%26%2339%3Bs%2520(x%2Cy)%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520trace%2520%2560hoverinfo%2560%2520contains%2520a%2520%26%2334%3Btext%26%2334%3B%2520flag%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bhovertext%26%2334%3B%2520is%2520not%2520set%2C%2520these%2520elements%2520will%2520be%2520seen%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520hover%2520labels.%2520%7C%2520%2520%2520%2520%2520%2520textangle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520angle%2520of%2520the%2520tick%2520labels%2520with%2520respect%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520bar.%2520For%2520example%2C%2520a%2520%2560tickangle%2560%2520of%2520-90%2520draws%2520the%2520tick%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520labels%2520vertically.%2520With%2520%26%2334%3Bauto%26%2334%3B%2520the%2520texts%2520may%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520automatically%2520be%2520rotated%2520to%2520fit%2520with%2520the%2520maximum%2520size%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520bars.%2520%7C%2520%2520%2520%2520%2520%2520textfont%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520font%2520used%2520for%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520textinfo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520which%2520trace%2520information%2520appear%2520on%2520the%2520graph.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520In%2520the%2520case%2520of%2520having%2520multiple%2520waterfalls%2C%2520totals%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520computed%2520separately%2520(per%2520trace).%2520%7C%2520%2520%2520%2520%2520%2520textposition%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520the%2520location%2520of%2520the%2520%2560text%2560.%2520%26%2334%3Binside%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520positions%2520%2560text%2560%2520inside%2C%2520next%2520to%2520the%2520bar%2520end%2520(rotated%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520scaled%2520if%2520needed).%2520%26%2334%3Boutside%26%2334%3B%2520positions%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520outside%2C%2520next%2520to%2520the%2520bar%2520end%2520(scaled%2520if%2520needed)%2C%2520unless%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520there%2520is%2520another%2520bar%2520stacked%2520on%2520this%2520one%2C%2520then%2520the%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520gets%2520pushed%2520inside.%2520%26%2334%3Bauto%26%2334%3B%2520tries%2520to%2520position%2520%2560text%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520inside%2520the%2520bar%2C%2520but%2520if%2520the%2520bar%2520is%2520too%2520small%2520and%2520no%2520bar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520stacked%2520on%2520this%2520one%2520the%2520text%2520is%2520moved%2520outside.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Bnone%26%2334%3B%2C%2520no%2520text%2520appears.%2520%7C%2520%2520%2520%2520%2520%2520textpositionsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textposition%2560.%2520%7C%2520%2520%2520%2520%2520%2520textsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560text%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplate%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Template%2520string%2520used%2520for%2520rendering%2520the%2520information%2520text%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520appears%2520on%2520points.%2520Note%2520that%2520this%2520will%2520override%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560textinfo%2560.%2520Variables%2520are%2520inserted%2520using%2520%25%7Bvariable%7D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520example%2520%26%2334%3By%3A%2520%25%7By%7D%26%2334%3B.%2520Numbers%2520are%2520formatted%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3-format%26%2339%3Bs%2520syntax%2520%25%7Bvariable%3Ad3-format%7D%2C%2520for%2520example%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3BPrice%3A%2520%25%7By%3A%24.2f%7D%26%2334%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520details%2520on%2520the%2520formatting%2520syntax.%2520Dates%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520d3-time-format%26%2339%3Bs%2520syntax%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7Bvariable%7Cd3-time-format%7D%2C%2520for%2520example%2520%26%2334%3BDay%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%25%7B2019-01-01%7C%25A%7D%26%2334%3B.%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format%2520for%2520details%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520date%2520formatting%2520syntax.%2520Variables%2520that%2520can%26%2339%3Bt%2520be%2520found%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520replaced%2520with%2520the%2520specifier.%2520For%2520example%2C%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520template%2520of%2520%26%2334%3Bdata%3A%2520%25%7Bx%7D%2C%2520%25%7By%7D%26%2334%3B%2520will%2520result%2520in%2520a%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520%26%2334%3Bdata%3A%25201%2C%2520%25%7By%7D%26%2334%3B%2520if%2520x%2520is%25201%2520and%2520y%2520is%2520missing.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Variables%2520with%2520an%2520undefined%2520value%2520will%2520be%2520replaced%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520fallback%2520value.%2520All%2520attributes%2520that%2520can%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520per-point%2520(the%2520ones%2520that%2520are%2520%2560arrayOk%3A%2520true%2560)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520are%2520available.%2520Finally%2C%2520the%2520template%2520string%2520has%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520variables%2520%2560initial%2560%2C%2520%2560delta%2560%2C%2520%2560final%2560%2520and%2520%2560label%2560.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatefallback%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Fallback%2520string%2520that%26%2339%3Bs%2520displayed%2520when%2520a%2520variable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520referenced%2520in%2520a%2520template%2520is%2520missing.%2520If%2520the%2520boolean%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520value%2520%26%2339%3Bfalse%26%2339%3B%2520is%2520passed%2520in%2C%2520the%2520specifier%2520with%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520missing%2520variable%2520will%2520be%2520displayed.%2520%7C%2520%2520%2520%2520%2520%2520texttemplatesrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560texttemplate%2560.%2520%7C%2520%2520%2520%2520%2520%2520totals%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Aclass%3A%2560plotly.graph_objects.waterfall.Totals%2560%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520or%2520dict%2520with%2520compatible%2520properties%2520%7C%2520%2520%2520%2520%2520%2520uid%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Assign%2520an%2520id%2520to%2520this%2520trace%2C%2520Use%2520this%2520to%2520provide%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520constancy%2520between%2520traces%2520during%2520animations%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520transitions.%2520%7C%2520%2520%2520%2520%2520%2520uirevision%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Controls%2520persistence%2520of%2520some%2520user-driven%2520changes%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520trace%3A%2520%2560constraintrange%2560%2520in%2520%2560parcoords%2560%2520traces%2C%2520as%2520well%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520as%2520some%2520%2560editable%3A%2520true%2560%2520modifications%2520such%2520as%2520%2560name%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520%2560colorbar.title%2560.%2520Defaults%2520to%2520%2560layout.uirevision%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Note%2520that%2520other%2520user-driven%2520trace%2520attribute%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout%2560%2520attributes%3A%2520%2560trace.visible%2560%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.legend.uirevision%2560%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560selectedpoints%2560%2520is%2520controlled%2520by%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560layout.selectionrevision%2560%2C%2520and%2520%2560colorbar.(x%7Cy)%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(accessible%2520with%2520%2560config%3A%2520%7Beditable%3A%2520true%7D%2560)%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520controlled%2520by%2520%2560layout.editrevision%2560.%2520Trace%2520changes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520tracked%2520by%2520%2560uid%2560%2C%2520which%2520only%2520falls%2520back%2520on%2520trace%2520index%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520no%2520%2560uid%2560%2520is%2520provided.%2520So%2520if%2520your%2520app%2520can%2520add%2Fremove%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520before%2520the%2520end%2520of%2520the%2520%2560data%2560%2520array%2C%2520such%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520same%2520trace%2520has%2520a%2520different%2520index%2C%2520you%2520can%2520still%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520preserve%2520user-driven%2520changes%2520if%2520you%2520give%2520each%2520trace%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560uid%2560%2520that%2520stays%2520with%2520it%2520as%2520it%2520moves.%2520%7C%2520%2520%2520%2520%2520%2520visible%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Determines%2520whether%2520or%2520not%2520this%2520trace%2520is%2520visible.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2334%3Blegendonly%26%2334%3B%2C%2520the%2520trace%2520is%2520not%2520drawn%2C%2520but%2520can%2520appear%2520as%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520legend%2520item%2520(provided%2520that%2520the%2520legend%2520itself%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520visible).%2520%7C%2520%2520%2520%2520%2520%2520width%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520bar%2520width%2520(in%2520position%2520axis%2520units).%2520%7C%2520%2520%2520%2520%2520%2520widthsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560width%2560.%2520%7C%2520%2520%2520%2520%2520%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520x%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520x0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560x%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dx%2560%2520where%2520%2560x0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dx%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520x%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520x%2520axis.%2520If%2520%26%2334%3Bx%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%2520coordinates%2520refer%2520to%2520%2560layout.xaxis%2560.%2520If%2520%26%2334%3Bx2%26%2334%3B%2C%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.xaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520xhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560x%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560xaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520xperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520x%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520xperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520x0%2520axis.%2520When%2520%2560x0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560x0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520xperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520x%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520xsrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560x%2560.%2520%7C%2520%2520%2520%2520%2520%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520y%2520coordinates.%2520%7C%2520%2520%2520%2520%2520%2520y0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Alternate%2520to%2520%2560y%2560.%2520Builds%2520a%2520linear%2520space%2520of%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates.%2520Use%2520with%2520%2560dy%2560%2520where%2520%2560y0%2560%2520is%2520the%2520starting%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinate%2520and%2520%2560dy%2560%2520the%2520step.%2520%7C%2520%2520%2520%2520%2520%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520a%2520reference%2520between%2520this%2520trace%26%2339%3Bs%2520y%2520coordinates%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%25202D%2520cartesian%2520y%2520axis.%2520If%2520%26%2334%3By%26%2334%3B%2520(the%2520default%2520value)%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%2520coordinates%2520refer%2520to%2520%2560layout.yaxis%2560.%2520If%2520%26%2334%3By2%26%2334%3B%2C%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coordinates%2520refer%2520to%2520%2560layout.yaxis2%2560%2C%2520and%2520so%2520on.%2520%7C%2520%2520%2520%2520%2520%2520yhoverformat%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520hover%2520text%2520formatting%2520rulefor%2520%2560y%2560%2520%2520using%2520d3%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatting%2520mini-languages%2520which%2520are%2520very%2520similar%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520those%2520in%2520Python.%2520For%2520numbers%2C%2520see%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-format%2Ftree%2Fv1.4.5%23d3-format.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520And%2520for%2520dates%2520see%3A%2520https%3A%2F%2Fgithub.com%2Fd3%2Fd3-time-%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520format%2Ftree%2Fv2.2.3%23locale_format.%2520We%2520add%2520two%2520items%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520d3%26%2339%3Bs%2520date%2520formatter%3A%2520%26%2334%3B%25h%26%2334%3B%2520for%2520half%2520of%2520the%2520year%2520as%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520decimal%2520number%2520as%2520well%2520as%2520%26%2334%3B%25%7Bn%7Df%26%2334%3B%2520for%2520fractional%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520seconds%2520with%2520n%2520digits.%2520For%2520example%2C%2520*2016-10-13%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%252009%3A15%3A23.456*%2520with%2520tickformat%2520%26%2334%3B%25H~%25M~%25S.%252f%26%2334%3B%2520would%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520display%2520*09~15~23.46*By%2520default%2520the%2520values%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520formatted%2520using%2520%2560yaxis.hoverformat%2560.%2520%7C%2520%2520%2520%2520%2520%2520yperiod%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520period%2520positioning%2520in%2520milliseconds%2520or%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520on%2520the%2520y%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520axis.%2520Special%2520values%2520in%2520the%2520form%2520of%2520%26%2334%3BM%26lt%3Bn%26gt%3B%26%2334%3B%2520could%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520used%2520to%2520declare%2520the%2520number%2520of%2520months.%2520In%2520this%2520case%2520%2560n%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520be%2520a%2520positive%2520integer.%2520%7C%2520%2520%2520%2520%2520%2520yperiod0%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520base%2520for%2520period%2520positioning%2520in%2520milliseconds%2520or%2520date%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520on%2520the%2520y0%2520axis.%2520When%2520%2560y0period%2560%2520is%2520round%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520weeks%2C%2520the%2520%2560y0period0%2560%2520by%2520default%2520would%2520be%2520on%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sunday%2520i.e.%25202000-01-02%2C%2520otherwise%2520it%2520would%2520be%2520at%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25202000-01-01.%2520%7C%2520%2520%2520%2520%2520%2520yperiodalignment%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Only%2520relevant%2520when%2520the%2520axis%2520%2560type%2560%2520is%2520%26%2334%3Bdate%26%2334%3B.%2520Sets%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520alignment%2520of%2520data%2520points%2520on%2520the%2520y%2520axis.%2520%7C%2520%2520%2520%2520%2520%2520ysrc%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520source%2520reference%2520on%2520Chart%2520Studio%2520Cloud%2520for%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560y%2560.%2520%7C%2520%2520%2520%2520%2520%2520zorder%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Sets%2520the%2520layer%2520on%2520which%2520this%2520trace%2520is%2520displayed%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520relative%2520to%2520other%2520SVG%2520traces%2520on%2520the%2520same%2520subplot.%2520SVG%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520traces%2520with%2520higher%2520%2560zorder%2560%2520appear%2520in%2520front%2520of%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520lower%2520%2560zorder%2560.%2520%7C%2520%2520%2520%2520%2520%2520row%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rows%2520in%2520the%2520specified%2520column(s).%2520%7C%2520%2520%2520%2520%2520%2520col%2520%3A%2520%26%2339%3Ball%26%2339%3B%2C%2520int%2520or%2520None%2520(default)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520col%2520index%2520(starting%2520from%25201)%2520for%2520the%2520trace%2520to%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520added.%2520Only%2520valid%2520if%2520figure%2520was%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly.tools.make_subplots%2560.If%2520%26%2339%3Ball%26%2339%3B%2C%2520addresses%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520columns%2520in%2520the%2520specified%2520row(s).%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520associate%2520this%2520trace%2520with%2520the%2520secondary%2520y-axis%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col.%2520Only%2520valid%2520if%2520all%2520of%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520following%2520conditions%2520are%2520satisfied%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520figure%2520was%2520created%2520using%2520%2560plotly.subplots.make_subplots%2560.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520row%2520and%2520col%2520arguments%2520are%2520not%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520The%2520subplot%2520at%2520the%2520specified%2520row%2520and%2520col%2520has%2520type%2520xy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(which%2520is%2520the%2520default)%2520and%2520secondary_y%2520True.%2520%2520These%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520are%2520specified%2520in%2520the%2520specs%2520argument%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520make_subplots.%2520See%2520the%2520make_subplots%2520docstring%2520for%2520more%2520info.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520FigureWidget%2520%7C%2520%2520%2520%7C%2520%2520for_each_annotation(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520annotations%2520that%2520satisfy%2520the%2520specified%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520annotation%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520int%2C%2520str%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Traces%2520will%2520be%2520selected%2520if%2520they%2520contain%2520properties%2520corresponding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520values%2520that%2520exactly%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520supplied%2520values.%2520If%2520None%2520(the%2520default)%2C%2520all%2520annotations%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selected.%2520If%2520a%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520argument%2520and%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520annotation%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520in%2520the%2520selection.%2520If%2520an%2520int%2520N%2C%2520the%2520Nth%2520annotation%2520matching%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520col%2520will%2520be%2520selected%2520(N%2520can%2520be%2520negative).%2520If%2520a%2520string%2520S%2C%2520the%2520selector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520equivalent%2520to%2520dict(type%3DS).%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520annotations%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520annotations%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520%2520To%2520select%2520only%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520annotations%2520that%2520are%2520in%2520paper%2520coordinates%2C%2520set%2520row%2520and%2520col%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520%26%2339%3Bpaper%26%2339%3B.%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520annotations%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520annotations%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520annotations%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520annotations%2520based%2520on%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520annotations%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520the%2520docstring%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520for_each_coloraxis(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520coloraxis%2520objects%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520coloraxis%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coloraxis%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520coloraxis%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coloraxis%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520coloraxis%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520coloraxis%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520coloraxis%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520for_each_geo(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520geo%2520objects%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520geo%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520geo%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520geo%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520geo%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520geo%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520geo%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520geo%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520for_each_layout_image(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520images%2520that%2520satisfy%2520the%2520specified%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520image%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520int%2C%2520str%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Traces%2520will%2520be%2520selected%2520if%2520they%2520contain%2520properties%2520corresponding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520values%2520that%2520exactly%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520supplied%2520values.%2520If%2520None%2520(the%2520default)%2C%2520all%2520images%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selected.%2520If%2520a%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520argument%2520and%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520image%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520in%2520the%2520selection.%2520If%2520an%2520int%2520N%2C%2520the%2520Nth%2520image%2520matching%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520col%2520will%2520be%2520selected%2520(N%2520can%2520be%2520negative).%2520If%2520a%2520string%2520S%2C%2520the%2520selector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520equivalent%2520to%2520dict(type%3DS).%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520images%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520images%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520%2520To%2520select%2520only%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520images%2520that%2520are%2520in%2520paper%2520coordinates%2C%2520set%2520row%2520and%2520col%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520%26%2339%3Bpaper%26%2339%3B.%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520images%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520images%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520images%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520images%2520based%2520on%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520images%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520the%2520docstring%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520for_each_legend(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520legend%2520objects%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520legend%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520legend%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520legend%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520legend%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520legend%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520for_each_map(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520map%2520objects%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520map%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520map%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520map%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520map%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520map%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520map%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520map%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520for_each_mapbox(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520mapbox%2520objects%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520mapbox%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapbox%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520mapbox%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapbox%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520mapbox%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520mapbox%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520mapbox%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520for_each_polar(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520polar%2520objects%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520polar%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520polar%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520polar%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520polar%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520polar%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520polar%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520polar%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520for_each_scene(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520scene%2520objects%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520scene%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scene%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520scene%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scene%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520scene%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520scene%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520scene%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520for_each_selection(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520selections%2520that%2520satisfy%2520the%2520specified%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520selection%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520int%2C%2520str%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Traces%2520will%2520be%2520selected%2520if%2520they%2520contain%2520properties%2520corresponding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520values%2520that%2520exactly%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520supplied%2520values.%2520If%2520None%2520(the%2520default)%2C%2520all%2520selections%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selected.%2520If%2520a%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520argument%2520and%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520selection%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520in%2520the%2520selection.%2520If%2520an%2520int%2520N%2C%2520the%2520Nth%2520selection%2520matching%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520col%2520will%2520be%2520selected%2520(N%2520can%2520be%2520negative).%2520If%2520a%2520string%2520S%2C%2520the%2520selector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520equivalent%2520to%2520dict(type%3DS).%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520selections%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520selections%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520%2520To%2520select%2520only%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selections%2520that%2520are%2520in%2520paper%2520coordinates%2C%2520set%2520row%2520and%2520col%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520%26%2339%3Bpaper%26%2339%3B.%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520selections%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520selections%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520selections%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520selections%2520based%2520on%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520selections%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520the%2520docstring%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520for_each_shape(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520shapes%2520that%2520satisfy%2520the%2520specified%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520shape%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520int%2C%2520str%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Traces%2520will%2520be%2520selected%2520if%2520they%2520contain%2520properties%2520corresponding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520values%2520that%2520exactly%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520supplied%2520values.%2520If%2520None%2520(the%2520default)%2C%2520all%2520shapes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selected.%2520If%2520a%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520argument%2520and%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520shape%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520in%2520the%2520selection.%2520If%2520an%2520int%2520N%2C%2520the%2520Nth%2520shape%2520matching%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520col%2520will%2520be%2520selected%2520(N%2520can%2520be%2520negative).%2520If%2520a%2520string%2520S%2C%2520the%2520selector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520equivalent%2520to%2520dict(type%3DS).%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520shapes%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520shapes%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520%2520To%2520select%2520only%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520shapes%2520that%2520are%2520in%2520paper%2520coordinates%2C%2520set%2520row%2520and%2520col%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520%26%2339%3Bpaper%26%2339%3B.%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520shapes%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520shapes%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520shapes%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520shapes%2520based%2520on%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520shapes%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520the%2520docstring%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520for_each_smith(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520smith%2520objects%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520smith%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520smith%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520smith%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520smith%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520smith%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520smith%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520smith%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520for_each_ternary(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520ternary%2520objects%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520ternary%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ternary%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520ternary%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ternary%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520ternary%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520ternary%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520ternary%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520for_each_trace(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520traces%2520that%2520satisfy%2520the%2520specified%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520trace%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520int%2C%2520str%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Traces%2520will%2520be%2520selected%2520if%2520they%2520contain%2520properties%2520corresponding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520values%2520that%2520exactly%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520supplied%2520values.%2520If%2520None%2520(the%2520default)%2C%2520all%2520traces%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selected.%2520If%2520a%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520argument%2520and%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520trace%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520in%2520the%2520selection.%2520If%2520an%2520int%2520N%2C%2520the%2520Nth%2520trace%2520matching%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520col%2520will%2520be%2520selected%2520(N%2520can%2520be%2520negative).%2520If%2520a%2520string%2520S%2C%2520the%2520selector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520equivalent%2520to%2520dict(type%3DS).%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520traces%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520traces%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520traces%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520traces%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520traces%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520traces%2520based%2520on%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520traces%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520the%2520docstring%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520Figure%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520for_each_xaxis(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520xaxis%2520objects%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520xaxis%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520xaxis%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520xaxis%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520xaxis%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520xaxis%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520xaxis%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520xaxis%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520for_each_yaxis(self%2C%2520fn%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Apply%2520a%2520function%2520to%2520all%2520yaxis%2520objects%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520that%2520inputs%2520a%2520single%2520yaxis%2520object.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520yaxis%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520yaxis%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520yaxis%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520yaxis%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520yaxis%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520yaxis%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520yaxis%2520objects%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520yaxis%2520objects%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520yaxis%2520objects%2520based%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520secondary%2520y-axis%2520condition.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520yaxis%2520objects%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520docstring%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520info%2520on%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520select_annotations(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520annotations%2520from%2520a%2520particular%2520subplot%2520cell%2520and%2For%2520annotations%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520custom%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520int%2C%2520str%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Annotations%2520will%2520be%2520selected%2520if%2520they%2520contain%2520properties%2520corresponding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520values%2520that%2520exactly%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520supplied%2520values.%2520If%2520None%2520(the%2520default)%2C%2520all%2520annotations%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selected.%2520If%2520a%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520argument%2520and%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520annotation%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520in%2520the%2520selection.%2520If%2520an%2520int%2520N%2C%2520the%2520Nth%2520annotation%2520matching%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520col%2520will%2520be%2520selected%2520(N%2520can%2520be%2520negative).%2520If%2520a%2520string%2520S%2C%2520the%2520selector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520equivalent%2520to%2520dict(type%3DS).%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520annotations%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520annotations%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520%2520To%2520select%2520only%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520annotation%2520that%2520are%2520in%2520paper%2520coordinates%2C%2520set%2520row%2520and%2520col%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520%26%2339%3Bpaper%26%2339%3B.%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520annotations%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520annotations%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520annotations%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520annotations%2520based%2520on%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520annotations%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520the%2520docstring%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520annotations%2520that%2520satisfy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520select_coloraxes(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520coloraxis%2520subplot%2520objects%2520from%2520a%2520particular%2520subplot%2520cell%2520%7C%2520%2520%2520%2520%2520%2520and%2For%2520coloraxis%2520subplot%2520objects%2520that%2520satisfy%2520custom%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coloraxis%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520coloraxis%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coloraxis%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520coloraxis%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520coloraxis%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520coloraxis%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520coloraxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520objects%2520that%2520satisfy%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520select_geos(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520geo%2520subplot%2520objects%2520from%2520a%2520particular%2520subplot%2520cell%2520%7C%2520%2520%2520%2520%2520%2520and%2For%2520geo%2520subplot%2520objects%2520that%2520satisfy%2520custom%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520geo%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520geo%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520geo%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520geo%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520geo%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520geo%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520geo%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520objects%2520that%2520satisfy%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520select_layout_images(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520images%2520from%2520a%2520particular%2520subplot%2520cell%2520and%2For%2520images%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520custom%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520int%2C%2520str%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Annotations%2520will%2520be%2520selected%2520if%2520they%2520contain%2520properties%2520corresponding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520values%2520that%2520exactly%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520supplied%2520values.%2520If%2520None%2520(the%2520default)%2C%2520all%2520images%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selected.%2520If%2520a%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520argument%2520and%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520image%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520in%2520the%2520selection.%2520If%2520an%2520int%2520N%2C%2520the%2520Nth%2520image%2520matching%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520col%2520will%2520be%2520selected%2520(N%2520can%2520be%2520negative).%2520If%2520a%2520string%2520S%2C%2520the%2520selector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520equivalent%2520to%2520dict(type%3DS).%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520images%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520images%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520%2520To%2520select%2520only%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520image%2520that%2520are%2520in%2520paper%2520coordinates%2C%2520set%2520row%2520and%2520col%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520%26%2339%3Bpaper%26%2339%3B.%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520images%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520images%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520images%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520images%2520based%2520on%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520images%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520the%2520docstring%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520images%2520that%2520satisfy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520select_legends(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520legend%2520subplot%2520objects%2520from%2520a%2520particular%2520subplot%2520cell%2520%7C%2520%2520%2520%2520%2520%2520and%2For%2520legend%2520subplot%2520objects%2520that%2520satisfy%2520custom%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520legend%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520legend%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520legend%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520legend%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520legend%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520objects%2520that%2520satisfy%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520select_mapboxes(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520mapbox%2520subplot%2520objects%2520from%2520a%2520particular%2520subplot%2520cell%2520%7C%2520%2520%2520%2520%2520%2520and%2For%2520mapbox%2520subplot%2520objects%2520that%2520satisfy%2520custom%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapbox%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520mapbox%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapbox%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520mapbox%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520mapbox%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520mapbox%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520mapbox%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520objects%2520that%2520satisfy%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520select_maps(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520map%2520subplot%2520objects%2520from%2520a%2520particular%2520subplot%2520cell%2520%7C%2520%2520%2520%2520%2520%2520and%2For%2520map%2520subplot%2520objects%2520that%2520satisfy%2520custom%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520map%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520map%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520map%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520map%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520map%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520map%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520map%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520objects%2520that%2520satisfy%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520select_polars(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520polar%2520subplot%2520objects%2520from%2520a%2520particular%2520subplot%2520cell%2520%7C%2520%2520%2520%2520%2520%2520and%2For%2520polar%2520subplot%2520objects%2520that%2520satisfy%2520custom%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520polar%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520polar%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520polar%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520polar%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520polar%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520polar%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520polar%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520objects%2520that%2520satisfy%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520select_scenes(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520scene%2520subplot%2520objects%2520from%2520a%2520particular%2520subplot%2520cell%2520%7C%2520%2520%2520%2520%2520%2520and%2For%2520scene%2520subplot%2520objects%2520that%2520satisfy%2520custom%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scene%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520scene%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scene%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520scene%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520scene%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520scene%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520scene%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520objects%2520that%2520satisfy%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520select_selections(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520selections%2520from%2520a%2520particular%2520subplot%2520cell%2520and%2For%2520selections%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520custom%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520int%2C%2520str%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Annotations%2520will%2520be%2520selected%2520if%2520they%2520contain%2520properties%2520corresponding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520values%2520that%2520exactly%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520supplied%2520values.%2520If%2520None%2520(the%2520default)%2C%2520all%2520selections%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selected.%2520If%2520a%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520argument%2520and%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520selection%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520in%2520the%2520selection.%2520If%2520an%2520int%2520N%2C%2520the%2520Nth%2520selection%2520matching%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520col%2520will%2520be%2520selected%2520(N%2520can%2520be%2520negative).%2520If%2520a%2520string%2520S%2C%2520the%2520selector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520equivalent%2520to%2520dict(type%3DS).%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520selections%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520selections%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520%2520To%2520select%2520only%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selection%2520that%2520are%2520in%2520paper%2520coordinates%2C%2520set%2520row%2520and%2520col%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520%26%2339%3Bpaper%26%2339%3B.%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520selections%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520selections%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520selections%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520selections%2520based%2520on%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520selections%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520the%2520docstring%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520selections%2520that%2520satisfy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520select_shapes(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520shapes%2520from%2520a%2520particular%2520subplot%2520cell%2520and%2For%2520shapes%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520custom%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520int%2C%2520str%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Annotations%2520will%2520be%2520selected%2520if%2520they%2520contain%2520properties%2520corresponding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520values%2520that%2520exactly%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520supplied%2520values.%2520If%2520None%2520(the%2520default)%2C%2520all%2520shapes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selected.%2520If%2520a%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520argument%2520and%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520shape%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520in%2520the%2520selection.%2520If%2520an%2520int%2520N%2C%2520the%2520Nth%2520shape%2520matching%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520col%2520will%2520be%2520selected%2520(N%2520can%2520be%2520negative).%2520If%2520a%2520string%2520S%2C%2520the%2520selector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520equivalent%2520to%2520dict(type%3DS).%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520shapes%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520shapes%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520%2520To%2520select%2520only%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520shape%2520that%2520are%2520in%2520paper%2520coordinates%2C%2520set%2520row%2520and%2520col%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520%26%2339%3Bpaper%26%2339%3B.%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520shapes%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520shapes%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520shapes%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520shapes%2520based%2520on%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520shapes%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520the%2520docstring%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520shapes%2520that%2520satisfy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520select_smiths(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520smith%2520subplot%2520objects%2520from%2520a%2520particular%2520subplot%2520cell%2520%7C%2520%2520%2520%2520%2520%2520and%2For%2520smith%2520subplot%2520objects%2520that%2520satisfy%2520custom%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520smith%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520smith%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520smith%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520smith%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520smith%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520smith%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520smith%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520objects%2520that%2520satisfy%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520select_ternaries(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520ternary%2520subplot%2520objects%2520from%2520a%2520particular%2520subplot%2520cell%2520%7C%2520%2520%2520%2520%2520%2520and%2For%2520ternary%2520subplot%2520objects%2520that%2520satisfy%2520custom%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ternary%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520ternary%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ternary%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520ternary%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520ternary%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520ternary%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520ternary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520objects%2520that%2520satisfy%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520select_xaxes(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520xaxis%2520subplot%2520objects%2520from%2520a%2520particular%2520subplot%2520cell%2520%7C%2520%2520%2520%2520%2520%2520and%2For%2520xaxis%2520subplot%2520objects%2520that%2520satisfy%2520custom%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520xaxis%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520xaxis%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520xaxis%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520xaxis%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520xaxis%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520xaxis%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520xaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520objects%2520that%2520satisfy%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520select_yaxes(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520yaxis%2520subplot%2520objects%2520from%2520a%2520particular%2520subplot%2520cell%2520%7C%2520%2520%2520%2520%2520%2520and%2For%2520yaxis%2520subplot%2520objects%2520that%2520satisfy%2520custom%2520selection%2520%7C%2520%2520%2520%2520%2520%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520yaxis%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520yaxis%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520yaxis%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520yaxis%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520yaxis%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520yaxis%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520yaxis%2520objects%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520yaxis%2520objects%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520yaxis%2520objects%2520based%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520secondary%2520y-axis%2520condition.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520yaxis%2520objects%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520docstring%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520info%2520on%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520yaxis%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520objects%2520that%2520satisfy%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520set_subplots(self%2C%2520rows%3DNone%2C%2520cols%3DNone%2C%2520**make_subplots_args)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Add%2520subplots%2520to%2520this%2520figure.%2520If%2520the%2520figure%2520already%2520contains%2520subplots%2C%2520%7C%2520%2520%2520%2520%2520%2520then%2520this%2520throws%2520an%2520error.%2520Accepts%2520any%2520keyword%2520arguments%2520that%2520%7C%2520%2520%2520%2520%2520%2520plotly.subplots.make_subplots%2520accepts.%2520%7C%2520%2520%2520%7C%2520%2520update(self%2C%2520dict1%3DNone%2C%2520overwrite%3DFalse%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Update%2520the%2520properties%2520of%2520the%2520figure%2520with%2520a%2520dict%2520and%2For%2520with%2520%7C%2520%2520%2520%2520%2520%2520keyword%2520arguments.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520This%2520recursively%2520updates%2520the%2520structure%2520of%2520the%2520figure%2520%7C%2520%2520%2520%2520%2520%2520object%2520with%2520the%2520values%2520in%2520the%2520input%2520dict%2520%2F%2520keyword%2520arguments.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520dict1%2520%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520properties%2520to%2520be%2520updated%2520%7C%2520%2520%2520%2520%2520%2520overwrite%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520overwrite%2520existing%2520properties.%2520If%2520False%2C%2520apply%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520existing%2520properties%2520recursively%2C%2520preserving%2520existing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520that%2520are%2520not%2520specified%2520in%2520the%2520update%2520operation.%2520%7C%2520%2520%2520%2520%2520%2520kwargs%2520%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Keyword%2Fvalue%2520pair%2520of%2520properties%2520to%2520be%2520updated%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Examples%2520%7C%2520%2520%2520%2520%2520%2520--------%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520import%2520plotly.graph_objs%2520as%2520go%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig%2520%3D%2520go.Figure(data%3D%5B%7B%26%2339%3By%26%2339%3B%3A%2520%5B1%2C%25202%2C%25203%5D%7D%5D)%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.update(data%3D%5B%7B%26%2339%3By%26%2339%3B%3A%2520%5B4%2C%25205%2C%25206%5D%7D%5D)%2520%23%2520doctest%3A%2520%2BELLIPSIS%2520%7C%2520%2520%2520%2520%2520%2520Figure(...)%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.to_plotly_json()%2520%23%2520doctest%3A%2520%2BSKIP%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%26%2339%3Bdata%26%2339%3B%3A%2520%5B%7B%26%2339%3Btype%26%2339%3B%3A%2520%26%2339%3Bscatter%26%2339%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Buid%26%2339%3B%3A%2520%26%2339%3Be86a7c7a-346a-11e8-8aa8-a0999b0c017b%26%2339%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3By%26%2339%3B%3A%2520array(%5B4%2C%25205%2C%25206%5D%2C%2520dtype%3Dint32)%7D%5D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Blayout%26%2339%3B%3A%2520%7B%7D%7D%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig%2520%3D%2520go.Figure(layout%3D%7B%26%2339%3Bxaxis%26%2339%3B%3A%2520%7C%2520%2520%2520%2520%2520%2520...%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%26%2339%3Bcolor%26%2339%3B%3A%2520%26%2339%3Bgreen%26%2339%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520...%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brange%26%2339%3B%3A%2520%5B0%2C%25201%5D%7D%7D)%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.update(%7B%26%2339%3Blayout%26%2339%3B%3A%2520%7B%26%2339%3Bxaxis%26%2339%3B%3A%2520%7B%26%2339%3Bcolor%26%2339%3B%3A%2520%26%2339%3Bpink%26%2339%3B%7D%7D%7D)%2520%23%2520doctest%3A%2520%2BELLIPSIS%2520%7C%2520%2520%2520%2520%2520%2520Figure(...)%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.to_plotly_json()%2520%23%2520doctest%3A%2520%2BSKIP%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%26%2339%3Bdata%26%2339%3B%3A%2520%5B%5D%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Blayout%26%2339%3B%3A%2520%7B%26%2339%3Bxaxis%26%2339%3B%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%7B%26%2339%3Bcolor%26%2339%3B%3A%2520%26%2339%3Bpink%26%2339%3B%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3Brange%26%2339%3B%3A%2520%5B0%2C%25201%5D%7D%7D%7D%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520BaseFigure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Updated%2520figure%2520%7C%2520%2520%2520%7C%2520%2520update_annotations(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520annotations%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520annotations%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520int%2C%2520str%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Traces%2520will%2520be%2520selected%2520if%2520they%2520contain%2520properties%2520corresponding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520values%2520that%2520exactly%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520supplied%2520values.%2520If%2520None%2520(the%2520default)%2C%2520all%2520annotations%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selected.%2520If%2520a%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520argument%2520and%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520annotation%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520in%2520the%2520selection.%2520If%2520an%2520int%2520N%2C%2520the%2520Nth%2520annotation%2520matching%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520col%2520will%2520be%2520selected%2520(N%2520can%2520be%2520negative).%2520If%2520a%2520string%2520S%2C%2520the%2520selector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520equivalent%2520to%2520dict(type%3DS).%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520annotations%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520annotations%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520%2520To%2520select%2520only%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520annotation%2520that%2520are%2520in%2520paper%2520coordinates%2C%2520set%2520row%2520and%2520col%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520%26%2339%3Bpaper%26%2339%3B.%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520annotations%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520annotations%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520annotations%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520annotations%2520based%2520on%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520annotations%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520the%2520docstring%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520annotation.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520property%2520is%2520specified%2520in%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520one%2520in%2520**kwargs%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_coloraxes(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520overwrite%3DFalse%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520coloraxis%2520objects%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coloraxis%2520objects%2520that%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coloraxis%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520coloraxis%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coloraxis%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520overwrite%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520overwrite%2520existing%2520properties.%2520If%2520False%2C%2520apply%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520existing%2520properties%2520recursively%2C%2520preserving%2520existing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520that%2520are%2520not%2520specified%2520in%2520the%2520update%2520operation.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520coloraxis%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520coloraxis%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520coloraxis%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520coloraxis%2520object.%2520If%2520a%2520property%2520is%2520specified%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520one%2520in%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_geos(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520overwrite%3DFalse%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520geo%2520objects%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520geo%2520objects%2520that%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520geo%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520geo%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520geo%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520overwrite%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520overwrite%2520existing%2520properties.%2520If%2520False%2C%2520apply%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520existing%2520properties%2520recursively%2C%2520preserving%2520existing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520that%2520are%2520not%2520specified%2520in%2520the%2520update%2520operation.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520geo%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520geo%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520geo%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520geo%2520object.%2520If%2520a%2520property%2520is%2520specified%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520one%2520in%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_layout(self%2C%2520dict1%3DNone%2C%2520overwrite%3DFalse%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Update%2520the%2520properties%2520of%2520the%2520figure%26%2339%3Bs%2520layout%2520with%2520a%2520dict%2520and%2For%2520with%2520%7C%2520%2520%2520%2520%2520%2520keyword%2520arguments.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520This%2520recursively%2520updates%2520the%2520structure%2520of%2520the%2520original%2520%7C%2520%2520%2520%2520%2520%2520layout%2520with%2520the%2520values%2520in%2520the%2520input%2520dict%2520%2F%2520keyword%2520arguments.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520dict1%2520%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520properties%2520to%2520be%2520updated%2520%7C%2520%2520%2520%2520%2520%2520overwrite%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520overwrite%2520existing%2520properties.%2520If%2520False%2C%2520apply%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520existing%2520properties%2520recursively%2C%2520preserving%2520existing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520that%2520are%2520not%2520specified%2520in%2520the%2520update%2520operation.%2520%7C%2520%2520%2520%2520%2520%2520kwargs%2520%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Keyword%2Fvalue%2520pair%2520of%2520properties%2520to%2520be%2520updated%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520BaseFigure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520Figure%2520object%2520that%2520the%2520update_layout%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_layout_images(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520images%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520images%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520int%2C%2520str%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Traces%2520will%2520be%2520selected%2520if%2520they%2520contain%2520properties%2520corresponding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520values%2520that%2520exactly%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520supplied%2520values.%2520If%2520None%2520(the%2520default)%2C%2520all%2520images%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selected.%2520If%2520a%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520argument%2520and%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520image%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520in%2520the%2520selection.%2520If%2520an%2520int%2520N%2C%2520the%2520Nth%2520image%2520matching%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520col%2520will%2520be%2520selected%2520(N%2520can%2520be%2520negative).%2520If%2520a%2520string%2520S%2C%2520the%2520selector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520equivalent%2520to%2520dict(type%3DS).%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520images%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520images%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520%2520To%2520select%2520only%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520image%2520that%2520are%2520in%2520paper%2520coordinates%2C%2520set%2520row%2520and%2520col%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520%26%2339%3Bpaper%26%2339%3B.%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520images%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520images%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520images%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520images%2520based%2520on%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520images%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520the%2520docstring%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520image.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520property%2520is%2520specified%2520in%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520one%2520in%2520**kwargs%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_legends(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520overwrite%3DFalse%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520legend%2520objects%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520objects%2520that%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520legend%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520overwrite%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520overwrite%2520existing%2520properties.%2520If%2520False%2C%2520apply%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520existing%2520properties%2520recursively%2C%2520preserving%2520existing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520that%2520are%2520not%2520specified%2520in%2520the%2520update%2520operation.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520legend%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520legend%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520legend%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520legend%2520object.%2520If%2520a%2520property%2520is%2520specified%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520one%2520in%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_mapboxes(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520overwrite%3DFalse%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520mapbox%2520objects%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapbox%2520objects%2520that%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapbox%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520mapbox%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapbox%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520overwrite%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520overwrite%2520existing%2520properties.%2520If%2520False%2C%2520apply%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520existing%2520properties%2520recursively%2C%2520preserving%2520existing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520that%2520are%2520not%2520specified%2520in%2520the%2520update%2520operation.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520mapbox%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520mapbox%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520mapbox%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mapbox%2520object.%2520If%2520a%2520property%2520is%2520specified%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520one%2520in%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_maps(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520overwrite%3DFalse%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520map%2520objects%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520map%2520objects%2520that%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520map%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520map%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520map%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520overwrite%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520overwrite%2520existing%2520properties.%2520If%2520False%2C%2520apply%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520existing%2520properties%2520recursively%2C%2520preserving%2520existing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520that%2520are%2520not%2520specified%2520in%2520the%2520update%2520operation.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520map%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520map%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520map%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520map%2520object.%2520If%2520a%2520property%2520is%2520specified%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520one%2520in%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_polars(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520overwrite%3DFalse%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520polar%2520objects%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520polar%2520objects%2520that%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520polar%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520polar%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520polar%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520overwrite%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520overwrite%2520existing%2520properties.%2520If%2520False%2C%2520apply%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520existing%2520properties%2520recursively%2C%2520preserving%2520existing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520that%2520are%2520not%2520specified%2520in%2520the%2520update%2520operation.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520polar%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520polar%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520polar%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520polar%2520object.%2520If%2520a%2520property%2520is%2520specified%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520one%2520in%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_scenes(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520overwrite%3DFalse%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520scene%2520objects%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scene%2520objects%2520that%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scene%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520scene%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scene%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520overwrite%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520overwrite%2520existing%2520properties.%2520If%2520False%2C%2520apply%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520existing%2520properties%2520recursively%2C%2520preserving%2520existing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520that%2520are%2520not%2520specified%2520in%2520the%2520update%2520operation.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520scene%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520scene%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520scene%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520scene%2520object.%2520If%2520a%2520property%2520is%2520specified%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520one%2520in%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_selections(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520selections%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520selections%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520int%2C%2520str%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Traces%2520will%2520be%2520selected%2520if%2520they%2520contain%2520properties%2520corresponding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520values%2520that%2520exactly%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520supplied%2520values.%2520If%2520None%2520(the%2520default)%2C%2520all%2520selections%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selected.%2520If%2520a%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520argument%2520and%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520selection%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520in%2520the%2520selection.%2520If%2520an%2520int%2520N%2C%2520the%2520Nth%2520selection%2520matching%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520col%2520will%2520be%2520selected%2520(N%2520can%2520be%2520negative).%2520If%2520a%2520string%2520S%2C%2520the%2520selector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520equivalent%2520to%2520dict(type%3DS).%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520selections%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520selections%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520%2520To%2520select%2520only%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selection%2520that%2520are%2520in%2520paper%2520coordinates%2C%2520set%2520row%2520and%2520col%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520%26%2339%3Bpaper%26%2339%3B.%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520selections%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520selections%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520selections%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520selections%2520based%2520on%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520selections%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520the%2520docstring%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520selection.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520property%2520is%2520specified%2520in%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520one%2520in%2520**kwargs%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_shapes(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520shapes%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520shapes%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520int%2C%2520str%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Traces%2520will%2520be%2520selected%2520if%2520they%2520contain%2520properties%2520corresponding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520values%2520that%2520exactly%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520supplied%2520values.%2520If%2520None%2520(the%2520default)%2C%2520all%2520shapes%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selected.%2520If%2520a%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520argument%2520and%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520shape%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520in%2520the%2520selection.%2520If%2520an%2520int%2520N%2C%2520the%2520Nth%2520shape%2520matching%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520col%2520will%2520be%2520selected%2520(N%2520can%2520be%2520negative).%2520If%2520a%2520string%2520S%2C%2520the%2520selector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520equivalent%2520to%2520dict(type%3DS).%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520shapes%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520shapes%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520%2520To%2520select%2520only%2520those%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520shape%2520that%2520are%2520in%2520paper%2520coordinates%2C%2520set%2520row%2520and%2520col%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520%26%2339%3Bpaper%26%2339%3B.%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520shapes%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520shapes%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520shapes%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520shapes%2520based%2520on%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520shapes%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520the%2520docstring%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520shape.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520property%2520is%2520specified%2520in%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520one%2520in%2520**kwargs%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_smiths(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520overwrite%3DFalse%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520smith%2520objects%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520smith%2520objects%2520that%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520smith%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520smith%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520smith%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520overwrite%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520overwrite%2520existing%2520properties.%2520If%2520False%2C%2520apply%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520existing%2520properties%2520recursively%2C%2520preserving%2520existing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520that%2520are%2520not%2520specified%2520in%2520the%2520update%2520operation.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520smith%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520smith%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520smith%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520smith%2520object.%2520If%2520a%2520property%2520is%2520specified%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520one%2520in%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_ternaries(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520overwrite%3DFalse%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520ternary%2520objects%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ternary%2520objects%2520that%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ternary%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520ternary%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ternary%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520overwrite%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520overwrite%2520existing%2520properties.%2520If%2520False%2C%2520apply%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520existing%2520properties%2520recursively%2C%2520preserving%2520existing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520that%2520are%2520not%2520specified%2520in%2520the%2520update%2520operation.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520ternary%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520ternary%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520ternary%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ternary%2520object.%2520If%2520a%2520property%2520is%2520specified%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520one%2520in%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_traces(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520overwrite%3DFalse%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520traces%2520that%2520satisfy%2520the%2520%7C%2520%2520%2520%2520%2520%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520traces%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520int%2C%2520str%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Traces%2520will%2520be%2520selected%2520if%2520they%2520contain%2520properties%2520corresponding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520values%2520that%2520exactly%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520supplied%2520values.%2520If%2520None%2520(the%2520default)%2C%2520all%2520traces%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selected.%2520If%2520a%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520argument%2520and%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520trace%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520in%2520the%2520selection.%2520If%2520an%2520int%2520N%2C%2520the%2520Nth%2520trace%2520matching%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520col%2520will%2520be%2520selected%2520(N%2520can%2520be%2520negative).%2520If%2520a%2520string%2520S%2C%2520the%2520selector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520equivalent%2520to%2520dict(type%3DS).%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520traces%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520traces%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520traces%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520traces%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520traces%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520traces%2520based%2520on%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520traces%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520the%2520docstring%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520overwrite%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520overwrite%2520existing%2520properties.%2520If%2520False%2C%2520apply%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520existing%2520properties%2520recursively%2C%2520preserving%2520existing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520that%2520are%2520not%2520specified%2520in%2520the%2520update%2520operation.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520trace.%2520If%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520property%2520is%2520specified%2520in%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520one%2520in%2520**kwargs%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520Figure%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_xaxes(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520overwrite%3DFalse%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520xaxis%2520objects%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520xaxis%2520objects%2520that%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520xaxis%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520xaxis%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520xaxis%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520overwrite%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520overwrite%2520existing%2520properties.%2520If%2520False%2C%2520apply%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520existing%2520properties%2520recursively%2C%2520preserving%2520existing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520that%2520are%2520not%2520specified%2520in%2520the%2520update%2520operation.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520xaxis%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520xaxis%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520xaxis%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520xaxis%2520object.%2520If%2520a%2520property%2520is%2520specified%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520one%2520in%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520update_yaxes(self%2C%2520patch%3DNone%2C%2520selector%3DNone%2C%2520overwrite%3DFalse%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone%2C%2520**kwargs)%2520-%26gt%3B%2520%26%2339%3BFigureWidget%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520property%2520update%2520operation%2520on%2520all%2520yaxis%2520objects%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520patch%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dictionary%2520of%2520property%2520updates%2520to%2520be%2520applied%2520to%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520yaxis%2520objects%2520that%2520satisfy%2520the%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520yaxis%2520objects%2520will%2520be%2520selected%2520if%2520they%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520corresponding%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520values%2520that%2520exactly%2520match%2520the%2520supplied%2520values.%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520yaxis%2520objects%2520are%2520selected.%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520argument%2520and%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520each%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520yaxis%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520will%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520be%2520in%2520the%2520selection.%2520%7C%2520%2520%2520%2520%2520%2520overwrite%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520overwrite%2520existing%2520properties.%2520If%2520False%2C%2520apply%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520existing%2520properties%2520recursively%2C%2520preserving%2520existing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520properties%2520that%2520are%2520not%2520specified%2520in%2520the%2520update%2520operation.%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520yaxis%2520objects%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520yaxis%2520objects%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520must%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2520(the%2520default)%2C%2520all%2520yaxis%2520objects%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520yaxis%2520objects%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520yaxis%2520objects%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520yaxis%2520objects%2520based%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520secondary%2520y-axis%2520condition.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520yaxis%2520objects%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520have%2520been%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520docstring%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520info%2520on%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Additional%2520property%2520updates%2520to%2520apply%2520to%2520each%2520selected%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520yaxis%2520object.%2520If%2520a%2520property%2520is%2520specified%2520in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520both%2520patch%2520and%2520in%2520**kwargs%2520then%2520the%2520one%2520in%2520**kwargs%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520takes%2520precedence.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520self%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Returns%2520the%2520FigureWidget%2520object%2520that%2520the%2520method%2520was%2520called%2520on%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Methods%2520inherited%2520from%2520plotly.basewidget.BaseFigureWidget%3A%2520%7C%2520%2520%2520%7C%2520%2520on_edits_completed(self%2C%2520fn)%2520%7C%2520%2520%2520%2520%2520%2520Register%2520a%2520function%2520to%2520be%2520called%2520after%2520all%2520pending%2520trace%2520and%2520layout%2520%7C%2520%2520%2520%2520%2520%2520edit%2520operations%2520have%2520completed%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520If%2520there%2520are%2520no%2520pending%2520edit%2520operations%2520then%2520function%2520is%2520called%2520%7C%2520%2520%2520%2520%2520%2520immediately%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fn%2520%3A%2520callable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Function%2520of%2520zero%2520arguments%2520to%2520be%2520called%2520when%2520all%2520pending%2520edit%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520operations%2520have%2520completed%2520%7C%2520%2520%2520%7C%2520%2520show(self%2C%2520*args%2C%2520**kwargs)%2520%7C%2520%2520%2520%2520%2520%2520Show%2520a%2520figure%2520using%2520either%2520the%2520default%2520renderer(s)%2520or%2520the%2520renderer(s)%2520%7C%2520%2520%2520%2520%2520%2520specified%2520by%2520the%2520renderer%2520argument%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520renderer%3A%2520str%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520string%2520containing%2520the%2520names%2520of%2520one%2520or%2520more%2520registered%2520renderers%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(separated%2520by%2520%26%2339%3B%2B%26%2339%3B%2520characters)%2520or%2520None.%2520%2520If%2520None%2C%2520then%2520the%2520default%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520renderers%2520specified%2520in%2520plotly.io.renderers.default%2520are%2520used.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520validate%3A%2520bool%2520(default%2520True)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520True%2520if%2520the%2520figure%2520should%2520be%2520validated%2520before%2520being%2520shown%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520False%2520otherwise.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520width%3A%2520int%2520or%2520float%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520An%2520integer%2520or%2520float%2520that%2520determines%2520the%2520number%2520of%2520pixels%2520wide%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plot%2520is.%2520The%2520default%2520is%2520set%2520in%2520plotly.js.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520height%3A%2520int%2520or%2520float%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520An%2520integer%2520or%2520float%2520specifying%2520the%2520height%2520of%2520the%2520plot%2520in%2520pixels.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520default%2520is%2520set%2520in%2520plotly.js.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520config%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520dict%2520of%2520parameters%2520to%2520configure%2520the%2520figure.%2520The%2520defaults%2520are%2520set%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520plotly.js.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520None%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Data%2520descriptors%2520inherited%2520from%2520plotly.basewidget.BaseFigureWidget%3A%2520%7C%2520%2520%2520%7C%2520%2520frames%2520%7C%2520%2520%2520%2520%2520%2520The%2520%2560frames%2560%2520property%2520is%2520a%2520tuple%2520of%2520the%2520figure%26%2339%3Bs%2520frame%2520objects%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520tuple%5Bplotly.graph_objs.Frame%5D%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Methods%2520inherited%2520from%2520plotly.basedatatypes.BaseFigure%3A%2520%7C%2520%2520%2520%7C%2520%2520__contains__(self%2C%2520prop)%2520%7C%2520%2520%2520%7C%2520%2520__eq__(self%2C%2520other)%2520%7C%2520%2520%2520%2520%2520%2520Return%2520self%3D%3Dvalue.%2520%7C%2520%2520%2520%7C%2520%2520__getitem__(self%2C%2520prop)%2520%7C%2520%2520%2520%7C%2520%2520__iter__(self)%2520%7C%2520%2520%2520%7C%2520%2520__reduce__(self)%2520%7C%2520%2520%2520%2520%2520%2520Custom%2520implementation%2520of%2520reduce%2520is%2520used%2520to%2520support%2520deep%2520copying%2520%7C%2520%2520%2520%2520%2520%2520and%2520pickling%2520%7C%2520%2520%2520%7C%2520%2520__repr__(self)%2520%7C%2520%2520%2520%2520%2520%2520Customize%2520Figure%2520representation%2520when%2520displayed%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520terminal%2Fnotebook%2520%7C%2520%2520%2520%7C%2520%2520__setattr__(self%2C%2520prop%2C%2520value)%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520prop%2520%3A%2520str%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520name%2520of%2520a%2520direct%2520child%2520of%2520this%2520object%2520%7C%2520%2520%2520%2520%2520%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520New%2520property%2520value%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520None%2520%7C%2520%2520%2520%7C%2520%2520__setitem__(self%2C%2520prop%2C%2520value)%2520%7C%2520%2520%2520%7C%2520%2520append_trace(self%2C%2520trace%2C%2520row%2C%2520col)%2520%7C%2520%2520%2520%2520%2520%2520Add%2520a%2520trace%2520to%2520the%2520figure%2520bound%2520to%2520axes%2520at%2520the%2520specified%2520row%2C%2520%7C%2520%2520%2520%2520%2520%2520col%2520index.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520A%2520row%2C%2520col%2520index%2520grid%2520is%2520generated%2520for%2520figures%2520created%2520with%2520%7C%2520%2520%2520%2520%2520%2520plotly.tools.make_subplots%2C%2520and%2520can%2520be%2520viewed%2520with%2520the%2520%2560print_grid%2560%2520%7C%2520%2520%2520%2520%2520%2520method%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520trace%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520data%2520trace%2520to%2520be%2520bound%2520%7C%2520%2520%2520%2520%2520%2520row%3A%2520int%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520index%2520(see%2520Figure.print_grid)%2520%7C%2520%2520%2520%2520%2520%2520col%3A%2520int%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520column%2520index%2520(see%2520Figure.print_grid)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Examples%2520%7C%2520%2520%2520%2520%2520%2520--------%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520from%2520plotly%2520import%2520tools%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520import%2520plotly.graph_objs%2520as%2520go%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520%23%2520stack%2520two%2520subplots%2520vertically%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig%2520%3D%2520tools.make_subplots(rows%3D2)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520This%2520is%2520the%2520format%2520of%2520your%2520plot%2520grid%3A%2520%7C%2520%2520%2520%2520%2520%2520%5B%2520(1%2C1)%2520x1%2Cy1%2520%5D%2520%7C%2520%2520%2520%2520%2520%2520%5B%2520(2%2C1)%2520x2%2Cy2%2520%5D%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.append_trace(go.Scatter(x%3D%5B1%2C2%2C3%5D%2C%2520y%3D%5B2%2C1%2C2%5D)%2C%2520row%3D1%2C%2520col%3D1)%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.append_trace(go.Scatter(x%3D%5B1%2C2%2C3%5D%2C%2520y%3D%5B2%2C1%2C2%5D)%2C%2520row%3D2%2C%2520col%3D1)%2520%7C%2520%2520%2520%7C%2520%2520batch_animate(self%2C%2520duration%3D500%2C%2520easing%3D%26%2339%3Bcubic-in-out%26%2339%3B)%2520%7C%2520%2520%2520%2520%2520%2520Context%2520manager%2520to%2520animate%2520trace%2520%2F%2520layout%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520duration%2520%3A%2520number%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520duration%2520of%2520the%2520transition%2C%2520in%2520milliseconds.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520equal%2520to%2520zero%2C%2520updates%2520are%2520synchronous.%2520%7C%2520%2520%2520%2520%2520%2520easing%2520%3A%2520string%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520easing%2520function%2520used%2520for%2520the%2520transition.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520One%2520of%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520linear%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520quad%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520cubic%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520sin%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520exp%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520circle%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520elastic%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520back%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520bounce%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520linear-in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520quad-in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520cubic-in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520sin-in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520exp-in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520circle-in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520elastic-in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520back-in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520bounce-in%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520linear-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520quad-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520cubic-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520sin-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520exp-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520circle-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520elastic-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520back-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520bounce-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520linear-in-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520quad-in-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520cubic-in-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520sin-in-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520exp-in-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520circle-in-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520elastic-in-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520back-in-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520bounce-in-out%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Examples%2520%7C%2520%2520%2520%2520%2520%2520--------%2520%7C%2520%2520%2520%2520%2520%2520Suppose%2520we%2520have%2520a%2520figure%2520widget%2C%2520%2560fig%2560%2C%2520with%2520a%2520single%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520import%2520plotly.graph_objs%2520as%2520go%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig%2520%3D%2520go.FigureWidget(data%3D%5B%7B%26%2339%3By%26%2339%3B%3A%2520%5B3%2C%25204%2C%25202%5D%7D%5D)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%25201)%2520Animate%2520a%2520change%2520in%2520the%2520xaxis%2520and%2520yaxis%2520ranges%2520using%2520default%2520%7C%2520%2520%2520%2520%2520%2520duration%2520and%2520easing%2520parameters.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520with%2520fig.batch_animate()%3A%2520%7C%2520%2520%2520%2520%2520%2520...%2520%2520%2520%2520%2520fig.layout.xaxis.range%2520%3D%2520%5B0%2C%25205%5D%2520%7C%2520%2520%2520%2520%2520%2520...%2520%2520%2520%2520%2520fig.layout.yaxis.range%2520%3D%2520%5B0%2C%252010%5D%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%25202)%2520Animate%2520a%2520change%2520in%2520the%2520size%2520and%2520color%2520of%2520the%2520trace%26%2339%3Bs%2520markers%2520%7C%2520%2520%2520%2520%2520%2520over%25202%2520seconds%2520using%2520the%2520elastic-in-out%2520easing%2520method%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520with%2520fig.batch_animate(duration%3D2000%2C%2520easing%3D%26%2339%3Belastic-in-out%26%2339%3B)%3A%2520%7C%2520%2520%2520%2520%2520%2520...%2520%2520%2520%2520%2520fig.data%5B0%5D.marker.color%2520%3D%2520%26%2339%3Bgreen%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520...%2520%2520%2520%2520%2520fig.data%5B0%5D.marker.size%2520%3D%252020%2520%7C%2520%2520%2520%7C%2520%2520batch_update(self)%2520%7C%2520%2520%2520%2520%2520%2520A%2520context%2520manager%2520that%2520batches%2520up%2520trace%2520and%2520layout%2520assignment%2520%7C%2520%2520%2520%2520%2520%2520operations%2520into%2520a%2520singe%2520plotly_update%2520message%2520that%2520is%2520executed%2520when%2520%7C%2520%2520%2520%2520%2520%2520the%2520context%2520exits.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Examples%2520%7C%2520%2520%2520%2520%2520%2520--------%2520%7C%2520%2520%2520%2520%2520%2520For%2520example%2C%2520suppose%2520we%2520have%2520a%2520figure%2520widget%2C%2520%2560fig%2560%2C%2520with%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520trace.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520import%2520plotly.graph_objs%2520as%2520go%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig%2520%3D%2520go.FigureWidget(data%3D%5B%7B%26%2339%3By%26%2339%3B%3A%2520%5B3%2C%25204%2C%25202%5D%7D%5D)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520If%2520we%2520want%2520to%2520update%2520the%2520xaxis%2520range%2C%2520the%2520yaxis%2520range%2C%2520and%2520the%2520%7C%2520%2520%2520%2520%2520%2520marker%2520color%2C%2520we%2520could%2520do%2520so%2520using%2520a%2520series%2520of%2520three%2520property%2520%7C%2520%2520%2520%2520%2520%2520assignments%2520as%2520follows%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.layout.xaxis.range%2520%3D%2520%5B0%2C%25205%5D%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.layout.yaxis.range%2520%3D%2520%5B0%2C%252010%5D%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.data%5B0%5D.marker.color%2520%3D%2520%26%2339%3Bgreen%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520This%2520will%2520work%2C%2520however%2520it%2520will%2520result%2520in%2520three%2520messages%2520being%2520%7C%2520%2520%2520%2520%2520%2520sent%2520to%2520the%2520front%2520end%2520(two%2520relayout%2520messages%2520for%2520the%2520axis%2520range%2520%7C%2520%2520%2520%2520%2520%2520updates%2520followed%2520by%2520one%2520restyle%2520message%2520for%2520the%2520marker%2520color%2520%7C%2520%2520%2520%2520%2520%2520update).%2520This%2520can%2520cause%2520the%2520plot%2520to%2520appear%2520to%2520stutter%2520as%2520the%2520%7C%2520%2520%2520%2520%2520%2520three%2520updates%2520are%2520applied%2520incrementally.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520We%2520can%2520avoid%2520this%2520problem%2520by%2520performing%2520these%2520three%2520assignments%2520in%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2560batch_update%2560%2520context%2520as%2520follows%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520with%2520fig.batch_update()%3A%2520%7C%2520%2520%2520%2520%2520%2520...%2520%2520%2520%2520%2520fig.layout.xaxis.range%2520%3D%2520%5B0%2C%25205%5D%2520%7C%2520%2520%2520%2520%2520%2520...%2520%2520%2520%2520%2520fig.layout.yaxis.range%2520%3D%2520%5B0%2C%252010%5D%2520%7C%2520%2520%2520%2520%2520%2520...%2520%2520%2520%2520%2520fig.data%5B0%5D.marker.color%2520%3D%2520%26%2339%3Bgreen%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Now%2C%2520these%2520three%2520property%2520updates%2520will%2520be%2520sent%2520to%2520the%2520frontend%2520in%2520a%2520%7C%2520%2520%2520%2520%2520%2520single%2520update%2520message%2C%2520and%2520they%2520will%2520be%2520applied%2520by%2520the%2520front%2520end%2520%7C%2520%2520%2520%2520%2520%2520simultaneously.%2520%7C%2520%2520%2520%7C%2520%2520full_figure_for_development(self%2C%2520warn%3DTrue%2C%2520as_dict%3DFalse)%2520%7C%2520%2520%2520%2520%2520%2520Compute%2520default%2520values%2520for%2520all%2520attributes%2520not%2520specified%2520in%2520the%2520input%2520figure%2520and%2520%7C%2520%2520%2520%2520%2520%2520returns%2520the%2520output%2520as%2520a%2520%26%2334%3Bfull%26%2334%3B%2520figure.%2520This%2520function%2520calls%2520Plotly.js%2520via%2520Kaleido%2520%7C%2520%2520%2520%2520%2520%2520to%2520populate%2520unspecified%2520attributes.%2520This%2520function%2520is%2520intended%2520for%2520interactive%2520use%2520%7C%2520%2520%2520%2520%2520%2520during%2520development%2520to%2520learn%2520more%2520about%2520how%2520Plotly.js%2520computes%2520default%2520values%2520and%2520is%2520%7C%2520%2520%2520%2520%2520%2520not%2520generally%2520necessary%2520or%2520recommended%2520for%2520production%2520use.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520fig%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Figure%2520object%2520or%2520dict%2520representing%2520a%2520figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520warn%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520False%2C%2520suppress%2520warnings%2520about%2520not%2520using%2520this%2520in%2520production.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520as_dict%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520output%2520is%2520a%2520dict%2520with%2520some%2520keys%2520that%2520go.Figure%2520can%26%2339%3Bt%2520parse.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520False%2C%2520output%2520is%2520a%2520go.Figure%2520with%2520unparseable%2520keys%2520skipped.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520plotly.graph_objects.Figure%2520or%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520full%2520figure%2520%7C%2520%2520%2520%7C%2520%2520get_subplot(self%2C%2520row%2C%2520col%2C%2520secondary_y%3DFalse)%2520%7C%2520%2520%2520%2520%2520%2520Return%2520an%2520object%2520representing%2520the%2520subplot%2520at%2520the%2520specified%2520row%2520%7C%2520%2520%2520%2520%2520%2520and%2520column.%2520%2520May%2520only%2520be%2520used%2520on%2520Figures%2520created%2520using%2520%7C%2520%2520%2520%2520%2520%2520plotly.tools.make_subplots%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520row%3A%2520int%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201-based%2520index%2520of%2520subplot%2520row%2520%7C%2520%2520%2520%2520%2520%2520col%3A%2520int%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%25201-based%2520index%2520of%2520subplot%2520column%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520select%2520the%2520subplot%2520that%2520consists%2520of%2520the%2520x-axis%2520and%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520y-axis%2520at%2520the%2520specified%2520row%2Fcol.%2520Only%2520valid%2520if%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520subplot%2520at%2520row%2Fcol%2520is%2520an%25202D%2520cartesian%2520subplot%2520that%2520was%2520created%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520a%2520secondary%2520y-axis.%2520%2520See%2520the%2520docstring%2520for%2520the%2520specs%2520argument%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520creating%2520a%2520subplot%2520with%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520secondary%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520subplot%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520None%3A%2520if%2520subplot%2520is%2520empty%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520plotly.graph_objs.layout.Scene%3A%2520if%2520subplot%2520type%2520is%2520%26%2339%3Bscene%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520plotly.graph_objs.layout.Polar%3A%2520if%2520subplot%2520type%2520is%2520%26%2339%3Bpolar%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520plotly.graph_objs.layout.Ternary%3A%2520if%2520subplot%2520type%2520is%2520%26%2339%3Bternary%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520plotly.graph_objs.layout.Mapbox%3A%2520if%2520subplot%2520type%2520is%2520%26%2339%3Bternary%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520SubplotDomain%2520namedtuple%2520with%2520%2560x%2560%2520and%2520%2560y%2560%2520fields%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520subplot%2520type%2520is%2520%26%2339%3Bdomain%26%2339%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520x%3A%2520length%25202%2520list%2520of%2520the%2520subplot%2520start%2520and%2520stop%2520width%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520y%3A%2520length%25202%2520list%2520of%2520the%2520subplot%2520start%2520and%2520stop%2520height%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520SubplotXY%2520namedtuple%2520with%2520%2560xaxis%2560%2520and%2520%2560yaxis%2560%2520fields%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520subplot%2520type%2520is%2520%26%2339%3Bxy%26%2339%3B.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520xaxis%3A%2520plotly.graph_objs.layout.XAxis%2520instance%2520for%2520subplot%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520yaxis%3A%2520plotly.graph_objs.layout.YAxis%2520instance%2520for%2520subplot%2520%7C%2520%2520%2520%7C%2520%2520plotly_relayout(self%2C%2520relayout_data%2C%2520**kwargs)%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520Plotly%2520relayout%2520operation%2520on%2520the%2520figure%26%2339%3Bs%2520layout%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520relayout_data%2520%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520of%2520layout%2520updates%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520keys%2520are%2520strings%2520that%2520specify%2520the%2520properties%2520to%2520be%2520updated.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Nested%2520properties%2520are%2520expressed%2520by%2520joining%2520successive%2520keys%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3B.%26%2339%3B%2520characters%2520(e.g.%2520%26%2339%3Bxaxis.range%26%2339%3B)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520values%2520are%2520the%2520values%2520to%2520use%2520to%2520update%2520the%2520layout.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520None%2520%7C%2520%2520%2520%7C%2520%2520plotly_restyle(self%2C%2520restyle_data%2C%2520trace_indexes%3DNone%2C%2520**kwargs)%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520Plotly%2520restyle%2520operation%2520on%2520the%2520figure%26%2339%3Bs%2520traces%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520restyle_data%2520%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520of%2520trace%2520style%2520updates.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Keys%2520are%2520strings%2520that%2520specify%2520the%2520properties%2520to%2520be%2520updated.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Nested%2520properties%2520are%2520expressed%2520by%2520joining%2520successive%2520keys%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26%2339%3B.%26%2339%3B%2520characters%2520(e.g.%2520%26%2339%3Bmarker.color%26%2339%3B).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Values%2520may%2520be%2520scalars%2520or%2520lists.%2520When%2520values%2520are%2520scalars%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520scalar%2520value%2520is%2520applied%2520to%2520all%2520traces%2520specified%2520by%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560trace_indexes%2560%2520parameter.%2520%2520When%2520values%2520are%2520lists%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520restyle%2520operation%2520will%2520cycle%2520through%2520the%2520elements%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520the%2520list%2520as%2520it%2520cycles%2520through%2520the%2520traces%2520specified%2520by%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560trace_indexes%2560%2520parameter.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Caution%3A%2520To%2520use%2520plotly_restyle%2520to%2520update%2520a%2520list%2520property%2520(e.g.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520%2560x%2560%2520property%2520of%2520the%2520scatter%2520trace)%2C%2520the%2520property%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520should%2520be%2520a%2520scalar%2520list%2520containing%2520the%2520list%2520to%2520update%2520with.%2520For%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520example%2C%2520the%2520following%2520command%2520would%2520be%2520used%2520to%2520update%2520the%2520%26%2339%3Bx%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520property%2520of%2520the%2520first%2520trace%2520to%2520the%2520list%2520%5B1%2C%25202%2C%25203%5D%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520import%2520plotly.graph_objects%2520as%2520go%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig%2520%3D%2520go.Figure(go.Scatter(x%3D%5B2%2C%25204%2C%25206%5D))%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%26gt%3B%26gt%3B%26gt%3B%2520fig.plotly_restyle(%7B%26%2339%3Bx%26%2339%3B%3A%2520%5B%5B1%2C%25202%2C%25203%5D%5D%7D%2C%25200)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520trace_indexes%2520%3A%2520int%2520or%2520list%2520of%2520int%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Trace%2520index%2C%2520or%2520list%2520of%2520trace%2520indexes%2C%2520that%2520the%2520restyle%2520operation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520applies%2520to.%2520Defaults%2520to%2520all%2520trace%2520indexes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520None%2520%7C%2520%2520%2520%7C%2520%2520plotly_update(self%2C%2520restyle_data%3DNone%2C%2520relayout_data%3DNone%2C%2520trace_indexes%3DNone%2C%2520**kwargs)%2520%7C%2520%2520%2520%2520%2520%2520Perform%2520a%2520Plotly%2520update%2520operation%2520on%2520the%2520figure.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Note%3A%2520This%2520operation%2520both%2520mutates%2520and%2520returns%2520the%2520figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520restyle_data%2520%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Traces%2520update%2520specification.%2520See%2520the%2520docstring%2520for%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly_restyle%2560%2520method%2520for%2520details%2520%7C%2520%2520%2520%2520%2520%2520relayout_data%2520%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Layout%2520update%2520specification.%2520See%2520the%2520docstring%2520for%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2560plotly_relayout%2560%2520method%2520for%2520details%2520%7C%2520%2520%2520%2520%2520%2520trace_indexes%2520%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Trace%2520index%2C%2520or%2520list%2520of%2520trace%2520indexes%2C%2520that%2520the%2520update%2520operation%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520applies%2520to.%2520Defaults%2520to%2520all%2520trace%2520indexes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520BaseFigure%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520None%2520%7C%2520%2520%2520%7C%2520%2520pop(self%2C%2520key%2C%2520*args)%2520%7C%2520%2520%2520%2520%2520%2520Remove%2520the%2520value%2520associated%2520with%2520the%2520specified%2520key%2520and%2520return%2520it%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520key%3A%2520str%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Property%2520name%2520%7C%2520%2520%2520%2520%2520%2520dflt%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520default%2520value%2520to%2520return%2520if%2520key%2520was%2520not%2520found%2520in%2520figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520removed%2520value%2520that%2520was%2520previously%2520associated%2520with%2520key%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Raises%2520%7C%2520%2520%2520%2520%2520%2520------%2520%7C%2520%2520%2520%2520%2520%2520KeyError%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520key%2520is%2520not%2520in%2520object%2520and%2520no%2520dflt%2520argument%2520specified%2520%7C%2520%2520%2520%7C%2520%2520print_grid(self)%2520%7C%2520%2520%2520%2520%2520%2520Print%2520a%2520visual%2520layout%2520of%2520the%2520figure%26%2339%3Bs%2520axes%2520arrangement.%2520%7C%2520%2520%2520%2520%2520%2520This%2520is%2520only%2520valid%2520for%2520figures%2520that%2520are%2520created%2520%7C%2520%2520%2520%2520%2520%2520with%2520plotly.tools.make_subplots.%2520%7C%2520%2520%2520%7C%2520%2520select_traces(self%2C%2520selector%3DNone%2C%2520row%3DNone%2C%2520col%3DNone%2C%2520secondary_y%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Select%2520traces%2520from%2520a%2520particular%2520subplot%2520cell%2520and%2For%2520traces%2520%7C%2520%2520%2520%2520%2520%2520that%2520satisfy%2520custom%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520selector%3A%2520dict%2C%2520function%2C%2520int%2C%2520str%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Dict%2520to%2520use%2520as%2520selection%2520criteria.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Traces%2520will%2520be%2520selected%2520if%2520they%2520contain%2520properties%2520corresponding%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520all%2520of%2520the%2520dictionary%26%2339%3Bs%2520keys%2C%2520with%2520values%2520that%2520exactly%2520match%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520supplied%2520values.%2520If%2520None%2520(the%2520default)%2C%2520all%2520traces%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520selected.%2520If%2520a%2520function%2C%2520it%2520must%2520be%2520a%2520function%2520accepting%2520a%2520single%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520argument%2520and%2520returning%2520a%2520boolean.%2520The%2520function%2520will%2520be%2520called%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520each%2520trace%2520and%2520those%2520for%2520which%2520the%2520function%2520returned%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520in%2520the%2520selection.%2520If%2520an%2520int%2520N%2C%2520the%2520Nth%2520trace%2520matching%2520row%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520and%2520col%2520will%2520be%2520selected%2520(N%2520can%2520be%2520negative).%2520If%2520a%2520string%2520S%2C%2520the%2520selector%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520equivalent%2520to%2520dict(type%3DS).%2520%7C%2520%2520%2520%2520%2520%2520row%2C%2520col%3A%2520int%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Subplot%2520row%2520and%2520column%2520index%2520of%2520traces%2520to%2520select.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520traces%2520by%2520row%2520and%2520column%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520%2520If%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(the%2520default)%2C%2520all%2520traces%2520are%2520selected.%2520%7C%2520%2520%2520%2520%2520%2520secondary_y%3A%2520boolean%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520True%2C%2520only%2520select%2520traces%2520associated%2520with%2520the%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520False%2C%2520only%2520select%2520traces%2520associated%2520with%2520the%2520primary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis%2520of%2520the%2520subplot.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520If%2520None%2520(the%2520default)%2C%2520do%2520not%2520filter%2520traces%2520based%2520on%2520secondary%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y-axis.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520To%2520select%2520traces%2520by%2520secondary%2520y-axis%2C%2520the%2520Figure%2520must%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520created%2520using%2520plotly.subplots.make_subplots.%2520See%2520the%2520docstring%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520the%2520specs%2520argument%2520to%2520make_subplots%2520for%2520more%2520info%2520on%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520creating%2520subplots%2520with%2520secondary%2520y-axes.%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520generator%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Generator%2520that%2520iterates%2520through%2520all%2520of%2520the%2520traces%2520that%2520satisfy%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520all%2520of%2520the%2520specified%2520selection%2520criteria%2520%7C%2520%2520%2520%7C%2520%2520to_dict(self)%2520%7C%2520%2520%2520%2520%2520%2520Convert%2520figure%2520to%2520a%2520dictionary%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Note%3A%2520the%2520dictionary%2520includes%2520the%2520properties%2520explicitly%2520set%2520by%2520the%2520%7C%2520%2520%2520%2520%2520%2520user%2C%2520it%2520does%2520not%2520include%2520default%2520values%2520of%2520unspecified%2520properties%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520dict%2520%7C%2520%2520%2520%7C%2520%2520to_html(self%2C%2520*args%2C%2520**kwargs)%2520%7C%2520%2520%2520%2520%2520%2520Convert%2520a%2520figure%2520to%2520an%2520HTML%2520string%2520representation.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520config%3A%2520dict%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Plotly.js%2520figure%2520config%2520options%2520%7C%2520%2520%2520%2520%2520%2520auto_play%3A%2520bool%2520(default%3DTrue)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Whether%2520to%2520automatically%2520start%2520the%2520animation%2520sequence%2520on%2520page%2520load%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520the%2520figure%2520contains%2520frames.%2520Has%2520no%2520effect%2520if%2520the%2520figure%2520does%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520contain%2520frames.%2520%7C%2520%2520%2520%2520%2520%2520include_plotlyjs%3A%2520bool%2520or%2520string%2520(default%2520True)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520how%2520the%2520plotly.js%2520library%2520is%2520included%2Floaded%2520in%2520the%2520output%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520div%2520string.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520a%2520script%2520tag%2520containing%2520the%2520plotly.js%2520source%2520code%2520(~3MB)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520included%2520in%2520the%2520output.%2520%2520HTML%2520files%2520generated%2520with%2520this%2520option%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fully%2520self-contained%2520and%2520can%2520be%2520used%2520offline.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2339%3Bcdn%26%2339%3B%2C%2520a%2520script%2520tag%2520that%2520references%2520the%2520plotly.js%2520CDN%2520is%2520included%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520the%2520output.%2520HTML%2520files%2520generated%2520with%2520this%2520option%2520are%2520about%25203MB%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520smaller%2520than%2520those%2520generated%2520with%2520include_plotlyjs%3DTrue%2C%2520but%2520they%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520require%2520an%2520active%2520internet%2520connection%2520in%2520order%2520to%2520load%2520the%2520plotly.js%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520library.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2339%3Bdirectory%26%2339%3B%2C%2520a%2520script%2520tag%2520is%2520included%2520that%2520references%2520an%2520external%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plotly.min.js%2520bundle%2520that%2520is%2520assumed%2520to%2520reside%2520in%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520directory%2520as%2520the%2520HTML%2520file.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520string%2520that%2520ends%2520in%2520%26%2339%3B.js%26%2339%3B%2C%2520a%2520script%2520tag%2520is%2520included%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520references%2520the%2520specified%2520path.%2520This%2520approach%2520can%2520be%2520used%2520to%2520point%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520resulting%2520HTML%2520file%2520to%2520an%2520alternative%2520CDN%2520or%2520local%2520bundle.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520False%2C%2520no%2520script%2520tag%2520referencing%2520plotly.js%2520is%2520included.%2520This%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520useful%2520when%2520the%2520resulting%2520div%2520string%2520will%2520be%2520placed%2520inside%2520an%2520HTML%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520document%2520that%2520already%2520loads%2520plotly.js.%2520This%2520option%2520is%2520not%2520advised%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520full_html%3DTrue%2520as%2520it%2520will%2520result%2520in%2520a%2520non-functional%2520html%2520file.%2520%7C%2520%2520%2520%2520%2520%2520include_mathjax%3A%2520bool%2520or%2520string%2520(default%2520False)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520how%2520the%2520MathJax.js%2520library%2520is%2520included%2520in%2520the%2520output%2520html%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520div%2520string.%2520%2520MathJax%2520is%2520required%2520in%2520order%2520to%2520display%2520labels%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520LaTeX%2520typesetting.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520False%2C%2520no%2520script%2520tag%2520referencing%2520MathJax.js%2520will%2520be%2520included%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520output.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2339%3Bcdn%26%2339%3B%2C%2520a%2520script%2520tag%2520that%2520references%2520a%2520MathJax%2520CDN%2520location%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520included%2520in%2520the%2520output.%2520%2520HTML%2520div%2520strings%2520generated%2520with%2520this%2520option%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520able%2520to%2520display%2520LaTeX%2520typesetting%2520as%2520long%2520as%2520internet%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520available.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520string%2520that%2520ends%2520in%2520%26%2339%3B.js%26%2339%3B%2C%2520a%2520script%2520tag%2520is%2520included%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520references%2520the%2520specified%2520path.%2520This%2520approach%2520can%2520be%2520used%2520to%2520point%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520resulting%2520HTML%2520div%2520string%2520to%2520an%2520alternative%2520CDN.%2520%7C%2520%2520%2520%2520%2520%2520post_script%3A%2520str%2520or%2520list%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520JavaScript%2520snippet(s)%2520to%2520be%2520included%2520in%2520the%2520resulting%2520div%2520just%2520after%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plot%2520creation.%2520%2520The%2520string(s)%2520may%2520include%2520%26%2339%3B%7Bplot_id%7D%26%2339%3B%2520placeholders%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520will%2520then%2520be%2520replaced%2520by%2520the%2520%2560id%2560%2520of%2520the%2520div%2520element%2520that%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plotly.js%2520figure%2520is%2520associated%2520with.%2520%2520One%2520application%2520for%2520this%2520script%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520to%2520install%2520custom%2520plotly.js%2520event%2520handlers.%2520%7C%2520%2520%2520%2520%2520%2520full_html%3A%2520bool%2520(default%2520True)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520produce%2520a%2520string%2520containing%2520a%2520complete%2520HTML%2520document%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520starting%2520with%2520an%2520%26lt%3Bhtml%26gt%3B%2520tag.%2520%2520If%2520False%2C%2520produce%2520a%2520string%2520containing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520single%2520%26lt%3Bdiv%26gt%3B%2520element.%2520%7C%2520%2520%2520%2520%2520%2520animation_opts%3A%2520dict%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520of%2520custom%2520animation%2520parameters%2520to%2520be%2520passed%2520to%2520the%2520function%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Plotly.animate%2520in%2520Plotly.js.%2520See%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fplotly%2Fplotly.js%2Fblob%2Fmaster%2Fsrc%2Fplots%2Fanimation_attributes.js%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520available%2520options.%2520Has%2520no%2520effect%2520if%2520the%2520figure%2520does%2520not%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520frames%2C%2520or%2520auto_play%2520is%2520False.%2520%7C%2520%2520%2520%2520%2520%2520default_width%2C%2520default_height%3A%2520number%2520or%2520str%2520(default%2520%26%2339%3B100%25%26%2339%3B)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520default%2520figure%2520width%2Fheight%2520to%2520use%2520if%2520the%2520provided%2520figure%2520does%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specify%2520its%2520own%2520layout.width%2Flayout.height%2520property.%2520%2520May%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520in%2520pixels%2520as%2520an%2520integer%2520(e.g.%2520500)%2C%2520or%2520as%2520a%2520css%2520width%2520style%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520(e.g.%2520%26%2339%3B500px%26%2339%3B%2C%2520%26%2339%3B100%25%26%2339%3B).%2520%7C%2520%2520%2520%2520%2520%2520validate%3A%2520bool%2520(default%2520True)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520True%2520if%2520the%2520figure%2520should%2520be%2520validated%2520before%2520being%2520converted%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520JSON%2C%2520False%2520otherwise.%2520%7C%2520%2520%2520%2520%2520%2520div_id%3A%2520str%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520provided%2C%2520this%2520is%2520the%2520value%2520of%2520the%2520id%2520attribute%2520of%2520the%2520div%2520tag.%2520If%2520None%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520id%2520attribute%2520is%2520a%2520UUID.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520str%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Representation%2520of%2520figure%2520as%2520an%2520HTML%2520div%2520string%2520%7C%2520%2520%2520%7C%2520%2520to_image(self%2C%2520*args%2C%2520**kwargs)%2520%7C%2520%2520%2520%2520%2520%2520Convert%2520a%2520figure%2520to%2520a%2520static%2520image%2520bytes%2520string%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520format%3A%2520str%2520or%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520desired%2520image%2520format.%2520One%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2339%3Bpng%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2339%3Bjpg%26%2339%3B%2520or%2520%26%2339%3Bjpeg%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2339%3Bwebp%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2339%3Bsvg%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2339%3Bpdf%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2339%3Beps%26%2339%3B%2520(deprecated)%2520(Requires%2520the%2520poppler%2520library%2520to%2520be%2520installed)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520not%2520specified%2C%2520will%2520default%2520to%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.defaults.default_format%2560%2520if%2520engine%2520is%2520%26%2334%3Bkaleido%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.orca.config.default_format%2560%2520if%2520engine%2520is%2520%26%2334%3Borca%26%2334%3B%2520(deprecated)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520width%3A%2520int%2520or%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520width%2520of%2520the%2520exported%2520image%2520in%2520layout%2520pixels.%2520If%2520the%2520%2560scale%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520property%2520is%25201.0%2C%2520this%2520will%2520also%2520be%2520the%2520width%2520of%2520the%2520exported%2520image%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520physical%2520pixels.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520not%2520specified%2C%2520will%2520default%2520to%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.defaults.default_width%2560%2520if%2520engine%2520is%2520%26%2334%3Bkaleido%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.orca.config.default_width%2560%2520if%2520engine%2520is%2520%26%2334%3Borca%26%2334%3B%2520(deprecated)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520height%3A%2520int%2520or%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520height%2520of%2520the%2520exported%2520image%2520in%2520layout%2520pixels.%2520If%2520the%2520%2560scale%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520property%2520is%25201.0%2C%2520this%2520will%2520also%2520be%2520the%2520height%2520of%2520the%2520exported%2520image%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520physical%2520pixels.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520not%2520specified%2C%2520will%2520default%2520to%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.defaults.default_height%2560%2520if%2520engine%2520is%2520%26%2334%3Bkaleido%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.orca.config.default_height%2560%2520if%2520engine%2520is%2520%26%2334%3Borca%26%2334%3B%2520(deprecated)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520scale%3A%2520int%2520or%2520float%2520or%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520scale%2520factor%2520to%2520use%2520when%2520exporting%2520the%2520figure.%2520A%2520scale%2520factor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520larger%2520than%25201.0%2520will%2520increase%2520the%2520image%2520resolution%2520with%2520respect%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520figure%26%2339%3Bs%2520layout%2520pixel%2520dimensions.%2520Whereas%2520as%2520scale%2520factor%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520less%2520than%25201.0%2520will%2520decrease%2520the%2520image%2520resolution.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520not%2520specified%2C%2520will%2520default%2520to%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.defaults.default_scale%2560%2520if%2520engine%2520is%2520%26%2334%3Bkaliedo%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.orca.config.default_scale%2560%2520if%2520engine%2520is%2520%26%2334%3Borca%26%2334%3B%2520(deprecated)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520validate%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520True%2520if%2520the%2520figure%2520should%2520be%2520validated%2520before%2520being%2520converted%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520an%2520image%2C%2520False%2520otherwise.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520engine%2520(deprecated)%3A%2520str%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Image%2520export%2520engine%2520to%2520use.%2520This%2520parameter%2520is%2520deprecated%2520and%2520Orca%2520engine%2520support%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dropped%2520in%2520the%2520next%2520major%2520Plotly%2520version.%2520Until%2520then%2C%2520the%2520following%2520values%2520are%2520supported%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2334%3Bkaleido%26%2334%3B%3A%2520Use%2520Kaleido%2520for%2520image%2520export%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2334%3Borca%26%2334%3B%3A%2520Use%2520Orca%2520for%2520image%2520export%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2334%3Bauto%26%2334%3B%2520(default)%3A%2520Use%2520Kaleido%2520if%2520installed%2C%2520otherwise%2520use%2520Orca%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520bytes%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520image%2520data%2520%7C%2520%2520%2520%7C%2520%2520to_json(self%2C%2520*args%2C%2520**kwargs)%2520%7C%2520%2520%2520%2520%2520%2520Convert%2520a%2520figure%2520to%2520a%2520JSON%2520string%2520representation%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520validate%3A%2520bool%2520(default%2520True)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520True%2520if%2520the%2520figure%2520should%2520be%2520validated%2520before%2520being%2520converted%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520JSON%2C%2520False%2520otherwise.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520pretty%3A%2520bool%2520(default%2520False)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520True%2520if%2520JSON%2520representation%2520should%2520be%2520pretty-printed%2C%2520False%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520representation%2520should%2520be%2520as%2520compact%2520as%2520possible.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520remove_uids%3A%2520bool%2520(default%2520True)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520True%2520if%2520trace%2520UIDs%2520should%2520be%2520omitted%2520from%2520the%2520JSON%2520representation%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520engine%3A%2520str%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520JSON%2520encoding%2520engine%2520to%2520use.%2520One%2520of%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2334%3Bjson%26%2334%3B%2520for%2520an%2520encoder%2520based%2520on%2520the%2520built-in%2520Python%2520json%2520module%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2334%3Borjson%26%2334%3B%2520for%2520a%2520fast%2520encoder%2520the%2520requires%2520the%2520orjson%2520package%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520not%2520specified%2C%2520the%2520default%2520encoder%2520is%2520set%2520to%2520the%2520current%2520value%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plotly.io.json.config.default_encoder.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520str%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Representation%2520of%2520figure%2520as%2520a%2520JSON%2520string%2520%7C%2520%2520%2520%7C%2520%2520to_ordered_dict(self%2C%2520skip_uid%3DTrue)%2520%7C%2520%2520%2520%7C%2520%2520to_plotly_json(self)%2520%7C%2520%2520%2520%2520%2520%2520Convert%2520figure%2520to%2520a%2520JSON%2520representation%2520as%2520a%2520Python%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Note%3A%2520May%2520include%2520some%2520JSON-invalid%2520data%2520types%2C%2520use%2520the%2520%2560PlotlyJSONEncoder%2560%2520util%2520%7C%2520%2520%2520%2520%2520%2520or%2520the%2520%2560to_json%2560%2520method%2520to%2520encode%2520to%2520a%2520string.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520dict%2520%7C%2520%2520%2520%7C%2520%2520write_html(self%2C%2520*args%2C%2520**kwargs)%2520%7C%2520%2520%2520%2520%2520%2520Write%2520a%2520figure%2520to%2520an%2520HTML%2520file%2520representation%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520file%3A%2520str%2520or%2520writeable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520string%2520representing%2520a%2520local%2520file%2520path%2520or%2520a%2520writeable%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(e.g.%2520a%2520pathlib.Path%2520object%2520or%2520an%2520open%2520file%2520descriptor)%2520%7C%2520%2520%2520%2520%2520%2520config%3A%2520dict%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Plotly.js%2520figure%2520config%2520options%2520%7C%2520%2520%2520%2520%2520%2520auto_play%3A%2520bool%2520(default%3DTrue)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Whether%2520to%2520automatically%2520start%2520the%2520animation%2520sequence%2520on%2520page%2520load%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520the%2520figure%2520contains%2520frames.%2520Has%2520no%2520effect%2520if%2520the%2520figure%2520does%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520contain%2520frames.%2520%7C%2520%2520%2520%2520%2520%2520include_plotlyjs%3A%2520bool%2520or%2520string%2520(default%2520True)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520how%2520the%2520plotly.js%2520library%2520is%2520included%2Floaded%2520in%2520the%2520output%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520div%2520string.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520a%2520script%2520tag%2520containing%2520the%2520plotly.js%2520source%2520code%2520(~3MB)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520included%2520in%2520the%2520output.%2520%2520HTML%2520files%2520generated%2520with%2520this%2520option%2520are%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fully%2520self-contained%2520and%2520can%2520be%2520used%2520offline.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2339%3Bcdn%26%2339%3B%2C%2520a%2520script%2520tag%2520that%2520references%2520the%2520plotly.js%2520CDN%2520is%2520included%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520the%2520output.%2520HTML%2520files%2520generated%2520with%2520this%2520option%2520are%2520about%25203MB%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520smaller%2520than%2520those%2520generated%2520with%2520include_plotlyjs%3DTrue%2C%2520but%2520they%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520require%2520an%2520active%2520internet%2520connection%2520in%2520order%2520to%2520load%2520the%2520plotly.js%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520library.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2339%3Bdirectory%26%2339%3B%2C%2520a%2520script%2520tag%2520is%2520included%2520that%2520references%2520an%2520external%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plotly.min.js%2520bundle%2520that%2520is%2520assumed%2520to%2520reside%2520in%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520directory%2520as%2520the%2520HTML%2520file.%2520If%2520%2560file%2560%2520is%2520a%2520string%2520to%2520a%2520local%2520file%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520path%2520and%2520%2560full_html%2560%2520is%2520True%2C%2520then%2520the%2520plotly.min.js%2520bundle%2520is%2520copied%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520into%2520the%2520directory%2520of%2520the%2520resulting%2520HTML%2520file.%2520If%2520a%2520file%2520named%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plotly.min.js%2520already%2520exists%2520in%2520the%2520output%2520directory%2520then%2520this%2520file%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520left%2520unmodified%2520and%2520no%2520copy%2520is%2520performed.%2520HTML%2520files%2520generated%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520this%2520option%2520can%2520be%2520used%2520offline%2C%2520but%2520they%2520require%2520a%2520copy%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520plotly.min.js%2520bundle%2520in%2520the%2520same%2520directory.%2520This%2520option%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520useful%2520when%2520many%2520figures%2520will%2520be%2520saved%2520as%2520HTML%2520files%2520in%2520the%2520same%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520directory%2520because%2520the%2520plotly.js%2520source%2520code%2520will%2520be%2520included%2520only%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520once%2520per%2520output%2520directory%2C%2520rather%2520than%2520once%2520per%2520output%2520file.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520string%2520that%2520ends%2520in%2520%26%2339%3B.js%26%2339%3B%2C%2520a%2520script%2520tag%2520is%2520included%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520references%2520the%2520specified%2520path.%2520This%2520approach%2520can%2520be%2520used%2520to%2520point%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520resulting%2520HTML%2520file%2520to%2520an%2520alternative%2520CDN%2520or%2520local%2520bundle.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520False%2C%2520no%2520script%2520tag%2520referencing%2520plotly.js%2520is%2520included.%2520This%2520is%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520useful%2520when%2520the%2520resulting%2520div%2520string%2520will%2520be%2520placed%2520inside%2520an%2520HTML%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520document%2520that%2520already%2520loads%2520plotly.js.%2520%2520This%2520option%2520is%2520not%2520advised%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520when%2520full_html%3DTrue%2520as%2520it%2520will%2520result%2520in%2520a%2520non-functional%2520html%2520file.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520include_mathjax%3A%2520bool%2520or%2520string%2520(default%2520False)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Specifies%2520how%2520the%2520MathJax.js%2520library%2520is%2520included%2520in%2520the%2520output%2520html%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520div%2520string.%2520%2520MathJax%2520is%2520required%2520in%2520order%2520to%2520display%2520labels%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520with%2520LaTeX%2520typesetting.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520False%2C%2520no%2520script%2520tag%2520referencing%2520MathJax.js%2520will%2520be%2520included%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520output.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520%26%2339%3Bcdn%26%2339%3B%2C%2520a%2520script%2520tag%2520that%2520references%2520a%2520MathJax%2520CDN%2520location%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520included%2520in%2520the%2520output.%2520%2520HTML%2520div%2520strings%2520generated%2520with%2520this%2520option%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520be%2520able%2520to%2520display%2520LaTeX%2520typesetting%2520as%2520long%2520as%2520internet%2520access%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520available.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520a%2520string%2520that%2520ends%2520in%2520%26%2339%3B.js%26%2339%3B%2C%2520a%2520script%2520tag%2520is%2520included%2520that%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520references%2520the%2520specified%2520path.%2520This%2520approach%2520can%2520be%2520used%2520to%2520point%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520resulting%2520HTML%2520div%2520string%2520to%2520an%2520alternative%2520CDN.%2520%7C%2520%2520%2520%2520%2520%2520post_script%3A%2520str%2520or%2520list%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520JavaScript%2520snippet(s)%2520to%2520be%2520included%2520in%2520the%2520resulting%2520div%2520just%2520after%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plot%2520creation.%2520%2520The%2520string(s)%2520may%2520include%2520%26%2339%3B%7Bplot_id%7D%26%2339%3B%2520placeholders%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520that%2520will%2520then%2520be%2520replaced%2520by%2520the%2520%2560id%2560%2520of%2520the%2520div%2520element%2520that%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plotly.js%2520figure%2520is%2520associated%2520with.%2520%2520One%2520application%2520for%2520this%2520script%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520to%2520install%2520custom%2520plotly.js%2520event%2520handlers.%2520%7C%2520%2520%2520%2520%2520%2520full_html%3A%2520bool%2520(default%2520True)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520produce%2520a%2520string%2520containing%2520a%2520complete%2520HTML%2520document%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520starting%2520with%2520an%2520%26lt%3Bhtml%26gt%3B%2520tag.%2520%2520If%2520False%2C%2520produce%2520a%2520string%2520containing%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520a%2520single%2520%26lt%3Bdiv%26gt%3B%2520element.%2520%7C%2520%2520%2520%2520%2520%2520animation_opts%3A%2520dict%2520or%2520None%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dict%2520of%2520custom%2520animation%2520parameters%2520to%2520be%2520passed%2520to%2520the%2520function%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Plotly.animate%2520in%2520Plotly.js.%2520See%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520https%3A%2F%2Fgithub.com%2Fplotly%2Fplotly.js%2Fblob%2Fmaster%2Fsrc%2Fplots%2Fanimation_attributes.js%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520for%2520available%2520options.%2520Has%2520no%2520effect%2520if%2520the%2520figure%2520does%2520not%2520contain%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520frames%2C%2520or%2520auto_play%2520is%2520False.%2520%7C%2520%2520%2520%2520%2520%2520default_width%2C%2520default_height%3A%2520number%2520or%2520str%2520(default%2520%26%2339%3B100%25%26%2339%3B)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520default%2520figure%2520width%2Fheight%2520to%2520use%2520if%2520the%2520provided%2520figure%2520does%2520not%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specify%2520its%2520own%2520layout.width%2Flayout.height%2520property.%2520%2520May%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520specified%2520in%2520pixels%2520as%2520an%2520integer%2520(e.g.%2520500)%2C%2520or%2520as%2520a%2520css%2520width%2520style%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520string%2520(e.g.%2520%26%2339%3B500px%26%2339%3B%2C%2520%26%2339%3B100%25%26%2339%3B).%2520%7C%2520%2520%2520%2520%2520%2520validate%3A%2520bool%2520(default%2520True)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520True%2520if%2520the%2520figure%2520should%2520be%2520validated%2520before%2520being%2520converted%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520JSON%2C%2520False%2520otherwise.%2520%7C%2520%2520%2520%2520%2520%2520auto_open%3A%2520bool%2520(default%2520True)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520True%2C%2520open%2520the%2520saved%2520file%2520in%2520a%2520web%2520browser%2520after%2520saving.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520This%2520argument%2520only%2520applies%2520if%2520%2560full_html%2560%2520is%2520True.%2520%7C%2520%2520%2520%2520%2520%2520div_id%3A%2520str%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520provided%2C%2520this%2520is%2520the%2520value%2520of%2520the%2520id%2520attribute%2520of%2520the%2520div%2520tag.%2520If%2520None%2C%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520id%2520attribute%2520is%2520a%2520UUID.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520None%2520%7C%2520%2520%2520%7C%2520%2520write_image(self%2C%2520*args%2C%2520**kwargs)%2520%7C%2520%2520%2520%2520%2520%2520Convert%2520a%2520figure%2520to%2520a%2520static%2520image%2520and%2520write%2520it%2520to%2520a%2520file%2520or%2520writeable%2520%7C%2520%2520%2520%2520%2520%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520file%3A%2520str%2520or%2520writeable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520string%2520representing%2520a%2520local%2520file%2520path%2520or%2520a%2520writeable%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(e.g.%2520a%2520pathlib.Path%2520object%2520or%2520an%2520open%2520file%2520descriptor)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520format%3A%2520str%2520or%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520desired%2520image%2520format.%2520One%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2339%3Bpng%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2339%3Bjpg%26%2339%3B%2520or%2520%26%2339%3Bjpeg%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2339%3Bwebp%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2339%3Bsvg%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2339%3Bpdf%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2339%3Beps%26%2339%3B%2520(deprecated)%2520(Requires%2520the%2520poppler%2520library%2520to%2520be%2520installed)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520not%2520specified%2520and%2520%2560file%2560%2520is%2520a%2520string%2520then%2520this%2520will%2520default%2520to%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520file%2520extension.%2520If%2520not%2520specified%2520and%2520%2560file%2560%2520is%2520not%2520a%2520string%2520then%2520this%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520will%2520default%2520to%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.defaults.default_format%2560%2520if%2520engine%2520is%2520%26%2334%3Bkaleido%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.orca.config.default_format%2560%2520if%2520engine%2520is%2520%26%2334%3Borca%26%2334%3B%2520(deprecated)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520width%3A%2520int%2520or%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520width%2520of%2520the%2520exported%2520image%2520in%2520layout%2520pixels.%2520If%2520the%2520%2560scale%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520property%2520is%25201.0%2C%2520this%2520will%2520also%2520be%2520the%2520width%2520of%2520the%2520exported%2520image%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520physical%2520pixels.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520not%2520specified%2C%2520will%2520default%2520to%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.defaults.default_width%2560%2520if%2520engine%2520is%2520%26%2334%3Bkaleido%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.orca.config.default_width%2560%2520if%2520engine%2520is%2520%26%2334%3Borca%26%2334%3B%2520(deprecated)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520height%3A%2520int%2520or%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520height%2520of%2520the%2520exported%2520image%2520in%2520layout%2520pixels.%2520If%2520the%2520%2560scale%2560%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520property%2520is%25201.0%2C%2520this%2520will%2520also%2520be%2520the%2520height%2520of%2520the%2520exported%2520image%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520in%2520physical%2520pixels.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520not%2520specified%2C%2520will%2520default%2520to%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.defaults.default_height%2560%2520if%2520engine%2520is%2520%26%2334%3Bkaleido%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.orca.config.default_height%2560%2520if%2520engine%2520is%2520%26%2334%3Borca%26%2334%3B%2520(deprecated)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520scale%3A%2520int%2520or%2520float%2520or%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520scale%2520factor%2520to%2520use%2520when%2520exporting%2520the%2520figure.%2520A%2520scale%2520factor%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520larger%2520than%25201.0%2520will%2520increase%2520the%2520image%2520resolution%2520with%2520respect%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520to%2520the%2520figure%26%2339%3Bs%2520layout%2520pixel%2520dimensions.%2520Whereas%2520as%2520scale%2520factor%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520less%2520than%25201.0%2520will%2520decrease%2520the%2520image%2520resolution.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520not%2520specified%2C%2520will%2520default%2520to%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.defaults.default_scale%2560%2520if%2520engine%2520is%2520%26%2334%3Bkaleido%26%2334%3B%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%2560plotly.io.orca.config.default_scale%2560%2520if%2520engine%2520is%2520%26%2334%3Borca%26%2334%3B%2520(deprecated)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520validate%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520True%2520if%2520the%2520figure%2520should%2520be%2520validated%2520before%2520being%2520converted%2520to%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520an%2520image%2C%2520False%2520otherwise.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520engine%2520(deprecated)%3A%2520str%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Image%2520export%2520engine%2520to%2520use.%2520This%2520parameter%2520is%2520deprecated%2520and%2520Orca%2520engine%2520support%2520will%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dropped%2520in%2520the%2520next%2520major%2520Plotly%2520version.%2520Until%2520then%2C%2520the%2520following%2520values%2520are%2520supported%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2334%3Bkaleido%26%2334%3B%3A%2520Use%2520Kaleido%2520for%2520image%2520export%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2334%3Borca%26%2334%3B%3A%2520Use%2520Orca%2520for%2520image%2520export%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2334%3Bauto%26%2334%3B%2520(default)%3A%2520Use%2520Kaleido%2520if%2520installed%2C%2520otherwise%2520use%2520Orca%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520None%2520%7C%2520%2520%2520%7C%2520%2520write_json(self%2C%2520*args%2C%2520**kwargs)%2520%7C%2520%2520%2520%2520%2520%2520Convert%2520a%2520figure%2520to%2520JSON%2520and%2520write%2520it%2520to%2520a%2520file%2520or%2520writeable%2520%7C%2520%2520%2520%2520%2520%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520file%3A%2520str%2520or%2520writeable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520string%2520representing%2520a%2520local%2520file%2520path%2520or%2520a%2520writeable%2520object%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520(e.g.%2520an%2520open%2520file%2520descriptor)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520pretty%3A%2520bool%2520(default%2520False)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520True%2520if%2520JSON%2520representation%2520should%2520be%2520pretty-printed%2C%2520False%2520if%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520representation%2520should%2520be%2520as%2520compact%2520as%2520possible.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520remove_uids%3A%2520bool%2520(default%2520True)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520True%2520if%2520trace%2520UIDs%2520should%2520be%2520omitted%2520from%2520the%2520JSON%2520representation%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520engine%3A%2520str%2520(default%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520JSON%2520encoding%2520engine%2520to%2520use.%2520One%2520of%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2334%3Bjson%26%2334%3B%2520for%2520an%2520encoder%2520based%2520on%2520the%2520built-in%2520Python%2520json%2520module%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520-%2520%26%2334%3Borjson%26%2334%3B%2520for%2520a%2520fast%2520encoder%2520the%2520requires%2520the%2520orjson%2520package%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520not%2520specified%2C%2520the%2520default%2520encoder%2520is%2520set%2520to%2520the%2520current%2520value%2520of%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520plotly.io.json.config.default_encoder.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520None%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Data%2520descriptors%2520inherited%2520from%2520plotly.basedatatypes.BaseFigure%3A%2520%7C%2520%2520%2520%7C%2520%2520__dict__%2520%7C%2520%2520%2520%2520%2520%2520dictionary%2520for%2520instance%2520variables%2520(if%2520defined)%2520%7C%2520%2520%2520%7C%2520%2520__weakref__%2520%7C%2520%2520%2520%2520%2520%2520list%2520of%2520weak%2520references%2520to%2520the%2520object%2520(if%2520defined)%2520%7C%2520%2520%2520%7C%2520%2520data%2520%7C%2520%2520%2520%2520%2520%2520The%2520%2560data%2560%2520property%2520is%2520a%2520tuple%2520of%2520the%2520figure%26%2339%3Bs%2520trace%2520objects%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520tuple%5BBaseTraceType%5D%2520%7C%2520%2520%2520%7C%2520%2520layout%2520%7C%2520%2520%2520%2520%2520%2520The%2520%2560layout%2560%2520property%2520of%2520the%2520figure%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520plotly.graph_objs.Layout%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Data%2520and%2520other%2520attributes%2520inherited%2520from%2520plotly.basedatatypes.BaseFigure%3A%2520%7C%2520%2520%2520%7C%2520%2520__hash__%2520%3D%2520None%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Class%2520methods%2520inherited%2520from%2520anywidget.widget.AnyWidget%3A%2520%7C%2520%2520%2520%7C%2520%2520__init_subclass__(**kwargs%3A%2520%26%2339%3Bdict%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3BNone%26%2339%3B%2520from%2520traitlets.traitlets.MetaHasTraits%2520%7C%2520%2520%2520%2520%2520%2520Coerces%2520_esm%2520and%2520_css%2520to%2520FileContents%2520if%2520they%2520are%2520files.%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Methods%2520inherited%2520from%2520ipywidgets.widgets.domwidget.DOMWidget%3A%2520%7C%2520%2520%2520%7C%2520%2520add_class(self%2C%2520className)%2520%7C%2520%2520%2520%2520%2520%2520Adds%2520a%2520class%2520to%2520the%2520top%2520level%2520element%2520of%2520the%2520widget.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Doesn%26%2339%3Bt%2520add%2520the%2520class%2520if%2520it%2520already%2520exists.%2520%7C%2520%2520%2520%7C%2520%2520blur(self)%2520%7C%2520%2520%2520%2520%2520%2520Blur%2520the%2520widget.%2520%7C%2520%2520%2520%7C%2520%2520focus(self)%2520%7C%2520%2520%2520%2520%2520%2520Focus%2520on%2520the%2520widget.%2520%7C%2520%2520%2520%7C%2520%2520remove_class(self%2C%2520className)%2520%7C%2520%2520%2520%2520%2520%2520Removes%2520a%2520class%2520from%2520the%2520top%2520level%2520element%2520of%2520the%2520widget.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Doesn%26%2339%3Bt%2520remove%2520the%2520class%2520if%2520it%2520doesn%26%2339%3Bt%2520exist.%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Data%2520descriptors%2520inherited%2520from%2520ipywidgets.widgets.domwidget.DOMWidget%3A%2520%7C%2520%2520%2520%7C%2520%2520tabbable%2520%7C%2520%2520%2520%2520%2520%2520Is%2520widget%2520tabbable%3F%2520%7C%2520%2520%2520%7C%2520%2520tooltip%2520%7C%2520%2520%2520%2520%2520%2520A%2520tooltip%2520caption.%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Methods%2520inherited%2520from%2520ipywidgets.widgets.widget.Widget%3A%2520%7C%2520%2520%2520%7C%2520%2520__copy__(self)%2520%7C%2520%2520%2520%7C%2520%2520__deepcopy__(self%2C%2520memo)%2520%7C%2520%2520%2520%7C%2520%2520__del__(self)%2520%7C%2520%2520%2520%2520%2520%2520Object%2520disposal%2520%7C%2520%2520%2520%7C%2520%2520add_traits(self%2C%2520**traits)%2520%7C%2520%2520%2520%2520%2520%2520Dynamically%2520add%2520trait%2520attributes%2520to%2520the%2520Widget.%2520%7C%2520%2520%2520%7C%2520%2520close(self)%2520%7C%2520%2520%2520%2520%2520%2520Close%2520method.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Closes%2520the%2520underlying%2520comm.%2520%7C%2520%2520%2520%2520%2520%2520When%2520the%2520comm%2520is%2520closed%2C%2520all%2520of%2520the%2520widget%2520views%2520are%2520automatically%2520%7C%2520%2520%2520%2520%2520%2520removed%2520from%2520the%2520front-end.%2520%7C%2520%2520%2520%7C%2520%2520get_state(self%2C%2520key%3DNone%2C%2520drop_defaults%3DFalse)%2520%7C%2520%2520%2520%2520%2520%2520Gets%2520the%2520widget%2520state%2C%2520or%2520a%2520piece%2520of%2520it.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520key%2520%3A%2520unicode%2520or%2520iterable%2520(optional)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520single%2520property%26%2339%3Bs%2520name%2520or%2520iterable%2520of%2520property%2520names%2520to%2520get.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520state%2520%3A%2520dict%2520of%2520states%2520%7C%2520%2520%2520%2520%2520%2520metadata%2520%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520metadata%2520for%2520each%2520field%3A%2520%7Bkey%3A%2520metadata%7D%2520%7C%2520%2520%2520%7C%2520%2520get_view_spec(self)%2520%7C%2520%2520%2520%7C%2520%2520hold_sync(self)%2520%7C%2520%2520%2520%2520%2520%2520Hold%2520syncing%2520any%2520state%2520until%2520the%2520outermost%2520context%2520manager%2520exits%2520%7C%2520%2520%2520%7C%2520%2520notify_change(self%2C%2520change)%2520%7C%2520%2520%2520%2520%2520%2520Called%2520when%2520a%2520property%2520has%2520changed.%2520%7C%2520%2520%2520%7C%2520%2520on_msg(self%2C%2520callback%2C%2520remove%3DFalse)%2520%7C%2520%2520%2520%2520%2520%2520(Un)Register%2520a%2520custom%2520msg%2520receive%2520callback.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520callback%3A%2520callable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520callback%2520will%2520be%2520passed%2520three%2520arguments%2520when%2520a%2520message%2520arrives%3A%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520callback(widget%2C%2520content%2C%2520buffers)%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520remove%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520True%2520if%2520the%2520callback%2520should%2520be%2520unregistered.%2520%7C%2520%2520%2520%7C%2520%2520open(self)%2520%7C%2520%2520%2520%2520%2520%2520Open%2520a%2520comm%2520to%2520the%2520frontend%2520if%2520one%2520isn%26%2339%3Bt%2520already%2520open.%2520%7C%2520%2520%2520%7C%2520%2520send(self%2C%2520content%2C%2520buffers%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Sends%2520a%2520custom%2520msg%2520to%2520the%2520widget%2520model%2520in%2520the%2520front-end.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520content%2520%3A%2520dict%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Content%2520of%2520the%2520message%2520to%2520send.%2520%7C%2520%2520%2520%2520%2520%2520buffers%2520%3A%2520list%2520of%2520binary%2520buffers%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Binary%2520buffers%2520to%2520send%2520with%2520message%2520%7C%2520%2520%2520%7C%2520%2520send_state(self%2C%2520key%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Sends%2520the%2520widget%2520state%2C%2520or%2520a%2520piece%2520of%2520it%2C%2520to%2520the%2520front-end%2C%2520if%2520it%2520exists.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520key%2520%3A%2520unicode%2C%2520or%2520iterable%2520(optional)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520single%2520property%26%2339%3Bs%2520name%2520or%2520iterable%2520of%2520property%2520names%2520to%2520sync%2520with%2520the%2520front-end.%2520%7C%2520%2520%2520%7C%2520%2520set_state(self%2C%2520sync_data)%2520%7C%2520%2520%2520%2520%2520%2520Called%2520when%2520a%2520state%2520is%2520received%2520from%2520the%2520front-end.%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Class%2520methods%2520inherited%2520from%2520ipywidgets.widgets.widget.Widget%3A%2520%7C%2520%2520%2520%7C%2520%2520close_all()%2520from%2520traitlets.traitlets.MetaHasTraits%2520%7C%2520%2520%2520%7C%2520%2520handle_control_comm_opened(comm%2C%2520msg)%2520from%2520traitlets.traitlets.MetaHasTraits%2520%7C%2520%2520%2520%2520%2520%2520Class%2520method%2C%2520called%2520when%2520the%2520comm-open%2520message%2520on%2520the%2520%7C%2520%2520%2520%2520%2520%2520%26%2334%3Bjupyter.widget.control%26%2334%3B%2520comm%2520channel%2520is%2520received%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Static%2520methods%2520inherited%2520from%2520ipywidgets.widgets.widget.Widget%3A%2520%7C%2520%2520%2520%7C%2520%2520get_manager_state(drop_defaults%3DFalse%2C%2520widgets%3DNone)%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520the%2520full%2520state%2520for%2520a%2520widget%2520manager%2520for%2520embedding%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%3Aparam%2520drop_defaults%3A%2520when%2520True%2C%2520it%2520will%2520not%2520include%2520default%2520value%2520%7C%2520%2520%2520%2520%2520%2520%3Aparam%2520widgets%3A%2520list%2520with%2520widgets%2520to%2520include%2520in%2520the%2520state%2520(or%2520all%2520widgets%2520when%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%3Areturn%3A%2520%7C%2520%2520%2520%7C%2520%2520handle_comm_opened(comm%2C%2520msg)%2520%7C%2520%2520%2520%2520%2520%2520Static%2520method%2C%2520called%2520when%2520a%2520widget%2520is%2520constructed.%2520%7C%2520%2520%2520%7C%2520%2520on_widget_constructed(callback)%2520%7C%2520%2520%2520%2520%2520%2520Registers%2520a%2520callback%2520to%2520be%2520called%2520when%2520a%2520widget%2520is%2520constructed.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520callback%2520must%2520have%2520the%2520following%2520signature%3A%2520%7C%2520%2520%2520%2520%2520%2520callback(widget)%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Readonly%2520properties%2520inherited%2520from%2520ipywidgets.widgets.widget.Widget%3A%2520%7C%2520%2520%2520%7C%2520%2520model_id%2520%7C%2520%2520%2520%2520%2520%2520Gets%2520the%2520model%2520id%2520of%2520this%2520widget.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520If%2520a%2520Comm%2520doesn%26%2339%3Bt%2520exist%2520yet%2C%2520a%2520Comm%2520will%2520be%2520created%2520automagically.%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Data%2520descriptors%2520inherited%2520from%2520ipywidgets.widgets.widget.Widget%3A%2520%7C%2520%2520%2520%7C%2520%2520comm%2520%7C%2520%2520%2520%7C%2520%2520keys%2520%7C%2520%2520%2520%2520%2520%2520The%2520traits%2520which%2520are%2520synced.%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Data%2520and%2520other%2520attributes%2520inherited%2520from%2520ipywidgets.widgets.widget.Widget%3A%2520%7C%2520%2520%2520%7C%2520%2520widget_types%2520%3D%2520%26lt%3Bipywidgets.widgets.widget.WidgetRegistry%2520object%26gt%3B%2520%7C%2520%2520%2520%7C%2520%2520widgets%2520%3D%2520%7B%26%2339%3B52a818bd0f9e4a30a72bf4521f3af9fb%26%2339%3B%3A%2520FigureWidget(%7B%2520%7C%2520%2520%2520%2520%2520%2520%26%2339%3Bdat...%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Data%2520descriptors%2520inherited%2520from%2520ipywidgets.widgets.widget.LoggingHasTraits%3A%2520%7C%2520%2520%2520%7C%2520%2520log%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Methods%2520inherited%2520from%2520traitlets.traitlets.HasTraits%3A%2520%7C%2520%2520%2520%7C%2520%2520__getstate__(self)%2520-%26gt%3B%2520%26%2339%3Bdict%5Bstr%2C%2520t.Any%5D%26%2339%3B%2520%7C%2520%2520%2520%7C%2520%2520__setstate__(self%2C%2520state%3A%2520%26%2339%3Bdict%5Bstr%2C%2520t.Any%5D%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3BNone%26%2339%3B%2520%7C%2520%2520%2520%7C%2520%2520has_trait(self%2C%2520name%3A%2520%26%2339%3Bstr%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3Bbool%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520True%2520if%2520the%2520object%2520has%2520a%2520trait%2520with%2520the%2520specified%2520name.%2520%7C%2520%2520%2520%7C%2520%2520hold_trait_notifications(self)%2520-%26gt%3B%2520%26%2339%3Bt.Any%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Context%2520manager%2520for%2520bundling%2520trait%2520change%2520notifications%2520and%2520cross%2520%7C%2520%2520%2520%2520%2520%2520validation.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Use%2520this%2520when%2520doing%2520multiple%2520trait%2520assignments%2520(init%2C%2520config)%2C%2520to%2520avoid%2520%7C%2520%2520%2520%2520%2520%2520race%2520conditions%2520in%2520trait%2520notifiers%2520requesting%2520other%2520trait%2520values.%2520%7C%2520%2520%2520%2520%2520%2520All%2520trait%2520notifications%2520will%2520fire%2520after%2520all%2520values%2520have%2520been%2520assigned.%2520%7C%2520%2520%2520%7C%2520%2520observe(self%2C%2520handler%3A%2520%26%2339%3Bt.Callable%5B...%2C%2520t.Any%5D%26%2339%3B%2C%2520names%3A%2520%26%2339%3BSentinel%2520%7C%2520str%2520%7C%2520t.Iterable%5BSentinel%2520%7C%2520str%5D%26%2339%3B%2520%3D%2520traitlets.All%2C%2520type%3A%2520%26%2339%3BSentinel%2520%7C%2520str%26%2339%3B%2520%3D%2520%26%2339%3Bchange%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3BNone%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Setup%2520a%2520handler%2520to%2520be%2520called%2520when%2520a%2520trait%2520changes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520This%2520is%2520used%2520to%2520setup%2520dynamic%2520notifications%2520of%2520trait%2520changes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520handler%2520%3A%2520callable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520callable%2520that%2520is%2520called%2520when%2520a%2520trait%2520changes.%2520Its%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520signature%2520should%2520be%2520%2560%2560handler(change)%2560%2560%2C%2520where%2520%2560%2560change%2560%2560%2520is%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520dictionary.%2520The%2520change%2520dictionary%2520at%2520least%2520holds%2520a%2520%26%2339%3Btype%26%2339%3B%2520key.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520%2560%2560type%2560%2560%3A%2520the%2520type%2520of%2520notification.%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520Other%2520keys%2520may%2520be%2520passed%2520depending%2520on%2520the%2520value%2520of%2520%26%2339%3Btype%26%2339%3B.%2520In%2520the%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520case%2520where%2520type%2520is%2520%26%2339%3Bchange%26%2339%3B%2C%2520we%2520also%2520have%2520the%2520following%2520keys%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520%2560%2560owner%2560%2560%2520%3A%2520the%2520HasTraits%2520instance%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520%2560%2560old%2560%2560%2520%3A%2520the%2520old%2520value%2520of%2520the%2520modified%2520trait%2520attribute%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520%2560%2560new%2560%2560%2520%3A%2520the%2520new%2520value%2520of%2520the%2520modified%2520trait%2520attribute%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520*%2520%2560%2560name%2560%2560%2520%3A%2520the%2520name%2520of%2520the%2520modified%2520trait%2520attribute.%2520%7C%2520%2520%2520%2520%2520%2520names%2520%3A%2520list%2C%2520str%2C%2520All%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520names%2520is%2520All%2C%2520the%2520handler%2520will%2520apply%2520to%2520all%2520traits.%2520%2520If%2520a%2520list%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520str%2C%2520handler%2520will%2520apply%2520to%2520all%2520names%2520in%2520the%2520list.%2520%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520str%2C%2520the%2520handler%2520will%2520apply%2520just%2520to%2520that%2520name.%2520%7C%2520%2520%2520%2520%2520%2520type%2520%3A%2520str%2C%2520All%2520(default%3A%2520%26%2339%3Bchange%26%2339%3B)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520type%2520of%2520notification%2520to%2520filter%2520by.%2520If%2520equal%2520to%2520All%2C%2520then%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520notifications%2520are%2520passed%2520to%2520the%2520observe%2520handler.%2520%7C%2520%2520%2520%7C%2520%2520on_trait_change(self%2C%2520handler%3A%2520%26%2339%3BEventHandler%2520%7C%2520None%26%2339%3B%2520%3D%2520None%2C%2520name%3A%2520%26%2339%3BSentinel%2520%7C%2520str%2520%7C%2520None%26%2339%3B%2520%3D%2520None%2C%2520remove%3A%2520%26%2339%3Bbool%26%2339%3B%2520%3D%2520False)%2520-%26gt%3B%2520%26%2339%3BNone%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520DEPRECATED%3A%2520Setup%2520a%2520handler%2520to%2520be%2520called%2520when%2520a%2520trait%2520changes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520This%2520is%2520used%2520to%2520setup%2520dynamic%2520notifications%2520of%2520trait%2520changes.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Static%2520handlers%2520can%2520be%2520created%2520by%2520creating%2520methods%2520on%2520a%2520HasTraits%2520%7C%2520%2520%2520%2520%2520%2520subclass%2520with%2520the%2520naming%2520convention%2520%26%2339%3B_%5Btraitname%5D_changed%26%2339%3B.%2520%2520Thus%2C%2520%7C%2520%2520%2520%2520%2520%2520to%2520create%2520static%2520handler%2520for%2520the%2520trait%2520%26%2339%3Ba%26%2339%3B%2C%2520create%2520the%2520method%2520%7C%2520%2520%2520%2520%2520%2520_a_changed(self%2C%2520name%2C%2520old%2C%2520new)%2520(fewer%2520arguments%2520can%2520be%2520used%2C%2520see%2520%7C%2520%2520%2520%2520%2520%2520below).%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520If%2520%2560remove%2560%2520is%2520True%2520and%2520%2560handler%2560%2520is%2520not%2520specified%2C%2520all%2520change%2520%7C%2520%2520%2520%2520%2520%2520handlers%2520for%2520the%2520specified%2520name%2520are%2520uninstalled.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520handler%2520%3A%2520callable%2C%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520A%2520callable%2520that%2520is%2520called%2520when%2520a%2520trait%2520changes.%2520%2520Its%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520signature%2520can%2520be%2520handler()%2C%2520handler(name)%2C%2520handler(name%2C%2520new)%2C%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520handler(name%2C%2520old%2C%2520new)%2C%2520or%2520handler(name%2C%2520old%2C%2520new%2C%2520self).%2520%7C%2520%2520%2520%2520%2520%2520name%2520%3A%2520list%2C%2520str%2C%2520None%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520None%2C%2520the%2520handler%2520will%2520apply%2520to%2520all%2520traits.%2520%2520If%2520a%2520list%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520of%2520str%2C%2520handler%2520will%2520apply%2520to%2520all%2520names%2520in%2520the%2520list.%2520%2520If%2520a%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520str%2C%2520the%2520handler%2520will%2520apply%2520just%2520to%2520that%2520name.%2520%7C%2520%2520%2520%2520%2520%2520remove%2520%3A%2520bool%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520If%2520False%2520(the%2520default)%2C%2520then%2520install%2520the%2520handler.%2520%2520If%2520True%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520then%2520unintall%2520it.%2520%7C%2520%2520%2520%7C%2520%2520set_trait(self%2C%2520name%3A%2520%26%2339%3Bstr%26%2339%3B%2C%2520value%3A%2520%26%2339%3Bt.Any%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3BNone%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Forcibly%2520sets%2520trait%2520attribute%2C%2520including%2520read-only%2520attributes.%2520%7C%2520%2520%2520%7C%2520%2520setup_instance(*args%3A%2520%26%2339%3Bt.Any%26%2339%3B%2C%2520**kwargs%3A%2520%26%2339%3Bt.Any%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3BNone%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520This%2520is%2520called%2520**before**%2520self.__init__%2520is%2520called.%2520%7C%2520%2520%2520%7C%2520%2520trait_defaults(self%2C%2520*names%3A%2520%26%2339%3Bstr%26%2339%3B%2C%2520**metadata%3A%2520%26%2339%3Bt.Any%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3Bdict%5Bstr%2C%2520t.Any%5D%2520%7C%2520Sentinel%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Return%2520a%2520trait%26%2339%3Bs%2520default%2520value%2520or%2520a%2520dictionary%2520of%2520them%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Notes%2520%7C%2520%2520%2520%2520%2520%2520-----%2520%7C%2520%2520%2520%2520%2520%2520Dynamically%2520generated%2520default%2520values%2520may%2520%7C%2520%2520%2520%2520%2520%2520depend%2520on%2520the%2520current%2520state%2520of%2520the%2520object.%2520%7C%2520%2520%2520%7C%2520%2520trait_has_value(self%2C%2520name%3A%2520%26%2339%3Bstr%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3Bbool%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520True%2520if%2520the%2520specified%2520trait%2520has%2520a%2520value.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520This%2520will%2520return%2520false%2520even%2520if%2520%2560%2560getattr%2560%2560%2520would%2520return%2520a%2520%7C%2520%2520%2520%2520%2520%2520dynamically%2520generated%2520default%2520value.%2520These%2520default%2520values%2520%7C%2520%2520%2520%2520%2520%2520will%2520be%2520recognized%2520as%2520existing%2520only%2520after%2520they%2520have%2520been%2520%7C%2520%2520%2520%2520%2520%2520generated.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Example%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520..%2520code-block%3A%3A%2520python%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520class%2520MyClass(HasTraits)%3A%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520i%2520%3D%2520Int()%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mc%2520%3D%2520MyClass()%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520assert%2520not%2520mc.trait_has_value(%26%2334%3Bi%26%2334%3B)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520mc.i%2520%2520%23%2520generates%2520a%2520default%2520value%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520assert%2520mc.trait_has_value(%26%2334%3Bi%26%2334%3B)%2520%7C%2520%2520%2520%7C%2520%2520trait_metadata(self%2C%2520traitname%3A%2520%26%2339%3Bstr%26%2339%3B%2C%2520key%3A%2520%26%2339%3Bstr%26%2339%3B%2C%2520default%3A%2520%26%2339%3Bt.Any%26%2339%3B%2520%3D%2520None)%2520-%26gt%3B%2520%26%2339%3Bt.Any%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Get%2520metadata%2520values%2520for%2520trait%2520by%2520key.%2520%7C%2520%2520%2520%7C%2520%2520trait_names(self%2C%2520**metadata%3A%2520%26%2339%3Bt.Any%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3Blist%5Bstr%5D%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Get%2520a%2520list%2520of%2520all%2520the%2520names%2520of%2520this%2520class%26%2339%3B%2520traits.%2520%7C%2520%2520%2520%7C%2520%2520trait_values(self%2C%2520**metadata%3A%2520%26%2339%3Bt.Any%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3Bdict%5Bstr%2C%2520t.Any%5D%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520A%2520%2560%2560dict%2560%2560%2520of%2520trait%2520names%2520and%2520their%2520values.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520metadata%2520kwargs%2520allow%2520functions%2520to%2520be%2520passed%2520in%2520which%2520%7C%2520%2520%2520%2520%2520%2520filter%2520traits%2520based%2520on%2520metadata%2520values.%2520%2520The%2520functions%2520should%2520%7C%2520%2520%2520%2520%2520%2520take%2520a%2520single%2520value%2520as%2520an%2520argument%2520and%2520return%2520a%2520boolean.%2520%2520If%2520%7C%2520%2520%2520%2520%2520%2520any%2520function%2520returns%2520False%2C%2520then%2520the%2520trait%2520is%2520not%2520included%2520in%2520%7C%2520%2520%2520%2520%2520%2520the%2520output.%2520%2520If%2520a%2520metadata%2520key%2520doesn%26%2339%3Bt%2520exist%2C%2520None%2520will%2520be%2520passed%2520%7C%2520%2520%2520%2520%2520%2520to%2520the%2520function.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520A%2520%2560%2560dict%2560%2560%2520of%2520trait%2520names%2520and%2520their%2520values.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Notes%2520%7C%2520%2520%2520%2520%2520%2520-----%2520%7C%2520%2520%2520%2520%2520%2520Trait%2520values%2520are%2520retrieved%2520via%2520%2560%2560getattr%2560%2560%2C%2520any%2520exceptions%2520raised%2520%7C%2520%2520%2520%2520%2520%2520by%2520traits%2520or%2520the%2520operations%2520they%2520may%2520trigger%2520will%2520result%2520in%2520the%2520%7C%2520%2520%2520%2520%2520%2520absence%2520of%2520a%2520trait%2520value%2520in%2520the%2520result%2520%2560%2560dict%2560%2560.%2520%7C%2520%2520%2520%7C%2520%2520traits(self%2C%2520**metadata%3A%2520%26%2339%3Bt.Any%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3Bdict%5Bstr%2C%2520TraitType%5Bt.Any%2C%2520t.Any%5D%5D%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Get%2520a%2520%2560%2560dict%2560%2560%2520of%2520all%2520the%2520traits%2520of%2520this%2520class.%2520%2520The%2520dictionary%2520%7C%2520%2520%2520%2520%2520%2520is%2520keyed%2520on%2520the%2520name%2520and%2520the%2520values%2520are%2520the%2520TraitType%2520objects.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520TraitTypes%2520returned%2520don%26%2339%3Bt%2520know%2520anything%2520about%2520the%2520values%2520%7C%2520%2520%2520%2520%2520%2520that%2520the%2520various%2520HasTrait%26%2339%3Bs%2520instances%2520are%2520holding.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520metadata%2520kwargs%2520allow%2520functions%2520to%2520be%2520passed%2520in%2520which%2520%7C%2520%2520%2520%2520%2520%2520filter%2520traits%2520based%2520on%2520metadata%2520values.%2520%2520The%2520functions%2520should%2520%7C%2520%2520%2520%2520%2520%2520take%2520a%2520single%2520value%2520as%2520an%2520argument%2520and%2520return%2520a%2520boolean.%2520%2520If%2520%7C%2520%2520%2520%2520%2520%2520any%2520function%2520returns%2520False%2C%2520then%2520the%2520trait%2520is%2520not%2520included%2520in%2520%7C%2520%2520%2520%2520%2520%2520the%2520output.%2520%2520If%2520a%2520metadata%2520key%2520doesn%26%2339%3Bt%2520exist%2C%2520None%2520will%2520be%2520passed%2520%7C%2520%2520%2520%2520%2520%2520to%2520the%2520function.%2520%7C%2520%2520%2520%7C%2520%2520unobserve(self%2C%2520handler%3A%2520%26%2339%3Bt.Callable%5B...%2C%2520t.Any%5D%26%2339%3B%2C%2520names%3A%2520%26%2339%3BSentinel%2520%7C%2520str%2520%7C%2520t.Iterable%5BSentinel%2520%7C%2520str%5D%26%2339%3B%2520%3D%2520traitlets.All%2C%2520type%3A%2520%26%2339%3BSentinel%2520%7C%2520str%26%2339%3B%2520%3D%2520%26%2339%3Bchange%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3BNone%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Remove%2520a%2520trait%2520change%2520handler.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520This%2520is%2520used%2520to%2520unregister%2520handlers%2520to%2520trait%2520change%2520notifications.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520handler%2520%3A%2520callable%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520callable%2520called%2520when%2520a%2520trait%2520attribute%2520changes.%2520%7C%2520%2520%2520%2520%2520%2520names%2520%3A%2520list%2C%2520str%2C%2520All%2520(default%3A%2520All)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520names%2520of%2520the%2520traits%2520for%2520which%2520the%2520specified%2520handler%2520should%2520be%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520uninstalled.%2520If%2520names%2520is%2520All%2C%2520the%2520specified%2520handler%2520is%2520uninstalled%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520from%2520the%2520list%2520of%2520notifiers%2520corresponding%2520to%2520all%2520changes.%2520%7C%2520%2520%2520%2520%2520%2520type%2520%3A%2520str%2520or%2520All%2520(default%3A%2520%26%2339%3Bchange%26%2339%3B)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520type%2520of%2520notification%2520to%2520filter%2520by.%2520If%2520All%2C%2520the%2520specified%2520handler%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520is%2520uninstalled%2520from%2520the%2520list%2520of%2520notifiers%2520corresponding%2520to%2520all%2520types.%2520%7C%2520%2520%2520%7C%2520%2520unobserve_all(self%2C%2520name%3A%2520%26%2339%3Bstr%2520%7C%2520t.Any%26%2339%3B%2520%3D%2520traitlets.All)%2520-%26gt%3B%2520%26%2339%3BNone%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Remove%2520trait%2520change%2520handlers%2520of%2520any%2520type%2520for%2520the%2520specified%2520name.%2520%7C%2520%2520%2520%2520%2520%2520If%2520name%2520is%2520not%2520specified%2C%2520removes%2520all%2520trait%2520notifiers.%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Class%2520methods%2520inherited%2520from%2520traitlets.traitlets.HasTraits%3A%2520%7C%2520%2520%2520%7C%2520%2520class_own_trait_events(name%3A%2520%26%2339%3Bstr%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3Bdict%5Bstr%2C%2520EventHandler%5D%26%2339%3B%2520from%2520traitlets.traitlets.MetaHasTraits%2520%7C%2520%2520%2520%2520%2520%2520Get%2520a%2520dict%2520of%2520all%2520event%2520handlers%2520defined%2520on%2520this%2520class%2C%2520not%2520a%2520parent.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Works%2520like%2520%2560%2560event_handlers%2560%2560%2C%2520except%2520for%2520excluding%2520traits%2520from%2520parents.%2520%7C%2520%2520%2520%7C%2520%2520class_own_traits(**metadata%3A%2520%26%2339%3Bt.Any%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3Bdict%5Bstr%2C%2520TraitType%5Bt.Any%2C%2520t.Any%5D%5D%26%2339%3B%2520from%2520traitlets.traitlets.MetaHasTraits%2520%7C%2520%2520%2520%2520%2520%2520Get%2520a%2520dict%2520of%2520all%2520the%2520traitlets%2520defined%2520on%2520this%2520class%2C%2520not%2520a%2520parent.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Works%2520like%2520%2560class_traits%2560%2C%2520except%2520for%2520excluding%2520traits%2520from%2520parents.%2520%7C%2520%2520%2520%7C%2520%2520class_trait_names(**metadata%3A%2520%26%2339%3Bt.Any%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3Blist%5Bstr%5D%26%2339%3B%2520from%2520traitlets.traitlets.MetaHasTraits%2520%7C%2520%2520%2520%2520%2520%2520Get%2520a%2520list%2520of%2520all%2520the%2520names%2520of%2520this%2520class%26%2339%3B%2520traits.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520This%2520method%2520is%2520just%2520like%2520the%2520%3Ameth%3A%2560trait_names%2560%2520method%2C%2520%7C%2520%2520%2520%2520%2520%2520but%2520is%2520unbound.%2520%7C%2520%2520%2520%7C%2520%2520class_traits(**metadata%3A%2520%26%2339%3Bt.Any%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3Bdict%5Bstr%2C%2520TraitType%5Bt.Any%2C%2520t.Any%5D%5D%26%2339%3B%2520from%2520traitlets.traitlets.MetaHasTraits%2520%7C%2520%2520%2520%2520%2520%2520Get%2520a%2520%2560%2560dict%2560%2560%2520of%2520all%2520the%2520traits%2520of%2520this%2520class.%2520%2520The%2520dictionary%2520%7C%2520%2520%2520%2520%2520%2520is%2520keyed%2520on%2520the%2520name%2520and%2520the%2520values%2520are%2520the%2520TraitType%2520objects.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520This%2520method%2520is%2520just%2520like%2520the%2520%3Ameth%3A%2560traits%2560%2520method%2C%2520but%2520is%2520unbound.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520TraitTypes%2520returned%2520don%26%2339%3Bt%2520know%2520anything%2520about%2520the%2520values%2520%7C%2520%2520%2520%2520%2520%2520that%2520the%2520various%2520HasTrait%26%2339%3Bs%2520instances%2520are%2520holding.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520The%2520metadata%2520kwargs%2520allow%2520functions%2520to%2520be%2520passed%2520in%2520which%2520%7C%2520%2520%2520%2520%2520%2520filter%2520traits%2520based%2520on%2520metadata%2520values.%2520%2520The%2520functions%2520should%2520%7C%2520%2520%2520%2520%2520%2520take%2520a%2520single%2520value%2520as%2520an%2520argument%2520and%2520return%2520a%2520boolean.%2520%2520If%2520%7C%2520%2520%2520%2520%2520%2520any%2520function%2520returns%2520False%2C%2520then%2520the%2520trait%2520is%2520not%2520included%2520in%2520%7C%2520%2520%2520%2520%2520%2520the%2520output.%2520%2520If%2520a%2520metadata%2520key%2520doesn%26%2339%3Bt%2520exist%2C%2520None%2520will%2520be%2520passed%2520%7C%2520%2520%2520%2520%2520%2520to%2520the%2520function.%2520%7C%2520%2520%2520%7C%2520%2520trait_events(name%3A%2520%26%2339%3Bstr%2520%7C%2520None%26%2339%3B%2520%3D%2520None)%2520-%26gt%3B%2520%26%2339%3Bdict%5Bstr%2C%2520EventHandler%5D%26%2339%3B%2520from%2520traitlets.traitlets.MetaHasTraits%2520%7C%2520%2520%2520%2520%2520%2520Get%2520a%2520%2560%2560dict%2560%2560%2520of%2520all%2520the%2520event%2520handlers%2520of%2520this%2520class.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Parameters%2520%7C%2520%2520%2520%2520%2520%2520----------%2520%7C%2520%2520%2520%2520%2520%2520name%2520%3A%2520str%2520(default%3A%2520None)%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520The%2520name%2520of%2520a%2520trait%2520of%2520this%2520class.%2520If%2520name%2520is%2520%2560%2560None%2560%2560%2520then%2520all%2520%7C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520the%2520event%2520handlers%2520of%2520this%2520class%2520will%2520be%2520returned%2520instead.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520Returns%2520%7C%2520%2520%2520%2520%2520%2520-------%2520%7C%2520%2520%2520%2520%2520%2520The%2520event%2520handlers%2520associated%2520with%2520a%2520trait%2520name%2C%2520or%2520all%2520event%2520handlers.%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Readonly%2520properties%2520inherited%2520from%2520traitlets.traitlets.HasTraits%3A%2520%7C%2520%2520%2520%7C%2520%2520cross_validation_lock%2520%7C%2520%2520%2520%2520%2520%2520A%2520contextmanager%2520for%2520running%2520a%2520block%2520with%2520our%2520cross%2520validation%2520lock%2520set%2520%7C%2520%2520%2520%2520%2520%2520to%2520True.%2520%7C%2520%2520%2520%2520%2520%2520%2520%7C%2520%2520%2520%2520%2520%2520At%2520the%2520end%2520of%2520the%2520block%2C%2520the%2520lock%26%2339%3Bs%2520value%2520is%2520restored%2520to%2520its%2520value%2520%7C%2520%2520%2520%2520%2520%2520prior%2520to%2520entering%2520the%2520block.%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Data%2520and%2520other%2520attributes%2520inherited%2520from%2520traitlets.traitlets.HasTraits%3A%2520%7C%2520%2520%2520%7C%2520%2520__annotations__%2520%3D%2520%7B%26%2339%3B_all_trait_default_generators%26%2339%3B%3A%2520%26%2339%3Bdict%5Bstr%2C%2520t.Any%5D%26%2339%3B...%2520%7C%2520%2520%2520%7C%2520%2520----------------------------------------------------------------------%2520%7C%2520%2520Static%2520methods%2520inherited%2520from%2520traitlets.traitlets.HasDescriptors%3A%2520%7C%2520%2520%2520%7C%2520%2520__new__(*args%3A%2520%26%2339%3Bt.Any%26%2339%3B%2C%2520**kwargs%3A%2520%26%2339%3Bt.Any%26%2339%3B)%2520-%26gt%3B%2520%26%2339%3Bt.Any%26%2339%3B%2520%7C%2520%2520%2520%2520%2520%2520Create%2520and%2520return%2520a%2520new%2520object.%2520%2520See%2520help(type)%2520for%2520accurate%2520signature.%253C%2Fpre">
What About Dash?¶
Dash is an open-source framework for building analytical applications, with no Javascript required, and it is tightly integrated with the Plotly graphing library.
Learn about how to install Dash at https://dash.plot.ly/installation.
Everywhere in this page that you see fig.show(), you can display the same figure in a Dash application by passing it to the figure argument of the Graph component from the built-in dash_core_components package like this:
import plotly.graph_objects as go # or plotly.express as px
fig = go.Figure() # or any Plotly Express function e.g. px.bar(...)
# fig.add_trace( ... )
# fig.update_layout( ... )
from dash import Dash, dcc, html
app = Dash()
app.layout = html.Div([
dcc.Graph(figure=fig)
])
app.run(debug=True, use_reloader=False) # Turn off reloader if inside Jupyter