diff --git a/_data/jsversion.json b/_data/jsversion.json index 922816846..3a0ae4168 100644 --- a/_data/jsversion.json +++ b/_data/jsversion.json @@ -1,3 +1,3 @@ { - "version": "2.35.2" + "version": "3.0.0" } \ No newline at end of file diff --git a/_data/plotschema.json b/_data/plotschema.json index b5f6f27f1..975ca9636 100644 --- a/_data/plotschema.json +++ b/_data/plotschema.json @@ -216,11 +216,6 @@ "min": 0, "valType": "number" }, - "globalTransforms": { - "description": "Set global transform to be applied to all traces with no specification needed", - "dflt": [], - "valType": "any" - }, "linkText": { "description": "Sets the text appearing in the `showLink` link.", "dflt": "Edit chart", @@ -272,7 +267,7 @@ "valType": "integer" }, "plotGlPixelRatio": { - "description": "Set the pixel ratio during WebGL image export. This config option was formerly named `plot3dPixelRatio` which is now deprecated.", + "description": "Set the pixel ratio during WebGL image export.", "dflt": 2, "max": 4, "min": 1, @@ -611,7 +606,7 @@ "valType": "color", "magic_underscores": "fig.update_layout(title_font_color=<VALUE>)" }, - "description": "Sets the title font. Note that the title's font used to be customized by the now deprecated `titlefont` attribute.", + "description": "Sets the title font.", "editType": "layoutstyle", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -850,7 +845,7 @@ "magic_underscores": "fig.update_layout(title_subtitle=dict(...))" }, "text": { - "description": "Sets the plot's title. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the plot's title.", "editType": "layoutstyle", "valType": "string", "magic_underscores": "fig.update_layout(title_text=<VALUE>)" @@ -2363,7 +2358,7 @@ "valType": "color", "magic_underscores": "fig.update_coloraxes(colorbar_title_font_color=<VALUE>)" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -2458,7 +2453,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -2469,7 +2464,7 @@ "magic_underscores": "fig.update_coloraxes(colorbar_title_side=<VALUE>)" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_coloraxes(colorbar_title_text=<VALUE>)" @@ -4953,7 +4948,7 @@ "valType": "color", "magic_underscores": "fig.update_xaxes(title_font_color=<VALUE>)" }, - "description": "Sets this axis' title font. Note that the title's font used to be customized by the now deprecated `titlefont` attribute.", + "description": "Sets this axis' title font.", "editType": "ticks", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -5055,7 +5050,7 @@ "magic_underscores": "fig.update_xaxes(title_standoff=<VALUE>)" }, "text": { - "description": "Sets the title of this axis. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of this axis.", "editType": "ticks", "valType": "string", "magic_underscores": "fig.update_xaxes(title_text=<VALUE>)" @@ -6336,7 +6331,7 @@ "valType": "color", "magic_underscores": "fig.update_yaxes(title_font_color=<VALUE>)" }, - "description": "Sets this axis' title font. Note that the title's font used to be customized by the now deprecated `titlefont` attribute.", + "description": "Sets this axis' title font.", "editType": "ticks", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -6438,7 +6433,7 @@ "magic_underscores": "fig.update_yaxes(title_standoff=<VALUE>)" }, "text": { - "description": "Sets the title of this axis. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of this axis.", "editType": "ticks", "valType": "string", "magic_underscores": "fig.update_yaxes(title_text=<VALUE>)" @@ -6963,7 +6958,7 @@ "valType": "color", "magic_underscores": "fig.update_ternaries(aaxis_title_font_color=<VALUE>)" }, - "description": "Sets this axis' title font. Note that the title's font used to be customized by the now deprecated `titlefont` attribute.", + "description": "Sets this axis' title font.", "editType": "plot", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -7058,7 +7053,7 @@ }, "role": "object", "text": { - "description": "Sets the title of this axis. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of this axis.", "editType": "plot", "valType": "string", "magic_underscores": "fig.update_ternaries(aaxis_title_text=<VALUE>)" @@ -7539,7 +7534,7 @@ "valType": "color", "magic_underscores": "fig.update_ternaries(baxis_title_font_color=<VALUE>)" }, - "description": "Sets this axis' title font. Note that the title's font used to be customized by the now deprecated `titlefont` attribute.", + "description": "Sets this axis' title font.", "editType": "plot", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -7634,7 +7629,7 @@ }, "role": "object", "text": { - "description": "Sets the title of this axis. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of this axis.", "editType": "plot", "valType": "string", "magic_underscores": "fig.update_ternaries(baxis_title_text=<VALUE>)" @@ -8122,7 +8117,7 @@ "valType": "color", "magic_underscores": "fig.update_ternaries(caxis_title_font_color=<VALUE>)" }, - "description": "Sets this axis' title font. Note that the title's font used to be customized by the now deprecated `titlefont` attribute.", + "description": "Sets this axis' title font.", "editType": "plot", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -8217,7 +8212,7 @@ }, "role": "object", "text": { - "description": "Sets the title of this axis. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of this axis.", "editType": "plot", "valType": "string", "magic_underscores": "fig.update_ternaries(caxis_title_text=<VALUE>)" @@ -9719,7 +9714,7 @@ "valType": "color", "magic_underscores": "fig.update_scenes(xaxis_title_font_color=<VALUE>)" }, - "description": "Sets this axis' title font. Note that the title's font used to be customized by the now deprecated `titlefont` attribute.", + "description": "Sets this axis' title font.", "editType": "plot", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -9814,7 +9809,7 @@ }, "role": "object", "text": { - "description": "Sets the title of this axis. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of this axis.", "editType": "plot", "valType": "string", "magic_underscores": "fig.update_scenes(xaxis_title_text=<VALUE>)" @@ -10558,7 +10553,7 @@ "valType": "color", "magic_underscores": "fig.update_scenes(yaxis_title_font_color=<VALUE>)" }, - "description": "Sets this axis' title font. Note that the title's font used to be customized by the now deprecated `titlefont` attribute.", + "description": "Sets this axis' title font.", "editType": "plot", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -10653,7 +10648,7 @@ }, "role": "object", "text": { - "description": "Sets the title of this axis. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of this axis.", "editType": "plot", "valType": "string", "magic_underscores": "fig.update_scenes(yaxis_title_text=<VALUE>)" @@ -11397,7 +11392,7 @@ "valType": "color", "magic_underscores": "fig.update_scenes(zaxis_title_font_color=<VALUE>)" }, - "description": "Sets this axis' title font. Note that the title's font used to be customized by the now deprecated `titlefont` attribute.", + "description": "Sets this axis' title font.", "editType": "plot", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -11492,7 +11487,7 @@ }, "role": "object", "text": { - "description": "Sets the title of this axis. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of this axis.", "editType": "plot", "valType": "string", "magic_underscores": "fig.update_scenes(zaxis_title_text=<VALUE>)" @@ -11671,7 +11666,7 @@ }, "editType": "plot", "fitbounds": { - "description": "Determines if this subplot's view settings are auto-computed to fit trace data. On scoped maps, setting `fitbounds` leads to `center.lon` and `center.lat` getting auto-filled. On maps with a non-clipped projection, setting `fitbounds` leads to `center.lon`, `center.lat`, and `projection.rotation.lon` getting auto-filled. On maps with a clipped projection, setting `fitbounds` leads to `center.lon`, `center.lat`, `projection.rotation.lon`, `projection.rotation.lat`, `lonaxis.range` and `lonaxis.range` getting auto-filled. If *locations*, only the trace's visible locations are considered in the `fitbounds` computations. If *geojson*, the entire trace input `geojson` (if provided) is considered in the `fitbounds` computations, Defaults to *false*.", + "description": "Determines if this subplot's view settings are auto-computed to fit trace data. On scoped maps, setting `fitbounds` leads to `center.lon` and `center.lat` getting auto-filled. On maps with a non-clipped projection, setting `fitbounds` leads to `center.lon`, `center.lat`, and `projection.rotation.lon` getting auto-filled. On maps with a clipped projection, setting `fitbounds` leads to `center.lon`, `center.lat`, `projection.rotation.lon`, `projection.rotation.lat`, `lonaxis.range` and `lataxis.range` getting auto-filled. If *locations*, only the trace's visible locations are considered in the `fitbounds` computations. If *geojson*, the entire trace input `geojson` (if provided) is considered in the `fitbounds` computations, Defaults to *false*.", "dflt": false, "editType": "plot", "valType": "enumerated", @@ -14348,7 +14343,7 @@ "valType": "color", "magic_underscores": "fig.update_polars(radialaxis_title_font_color=<VALUE>)" }, - "description": "Sets this axis' title font. Note that the title's font used to be customized by the now deprecated `titlefont` attribute.", + "description": "Sets this axis' title font.", "editType": "plot", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -14443,7 +14438,7 @@ }, "role": "object", "text": { - "description": "Sets the title of this axis. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of this axis.", "dflt": "", "editType": "plot", "valType": "string", @@ -19020,7 +19015,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='scatter'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -19115,7 +19110,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -19126,7 +19121,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='scatter'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='scatter'))" @@ -20225,7 +20220,7 @@ "valType": "string" }, "color": { - "description": "Sets the stoke color of the error bars.", + "description": "Sets the stroke color of the error bars.", "editType": "style", "valType": "color", "magic_underscores": "fig.update_traces(error_x_color=<VALUE>, selector=dict(type='scatter'))" @@ -20332,7 +20327,7 @@ "valType": "string" }, "color": { - "description": "Sets the stoke color of the error bars.", + "description": "Sets the stroke color of the error bars.", "editType": "style", "valType": "color", "magic_underscores": "fig.update_traces(error_y_color=<VALUE>, selector=dict(type='scatter'))" @@ -20959,17 +20954,6 @@ ], "magic_underscores": "fig.update_traces(ycalendar=<VALUE>, selector=dict(type='scatter'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='scatter'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -22065,7 +22049,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='scattergl'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "calc", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -22160,7 +22144,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "calc", "valType": "enumerated", "values": [ @@ -22171,7 +22155,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='scattergl'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "calc", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='scattergl'))" @@ -23115,7 +23099,7 @@ "valType": "string" }, "color": { - "description": "Sets the stoke color of the error bars.", + "description": "Sets the stroke color of the error bars.", "editType": "calc", "valType": "color", "magic_underscores": "fig.update_traces(error_x_color=<VALUE>, selector=dict(type='scattergl'))" @@ -23222,7 +23206,7 @@ "valType": "string" }, "color": { - "description": "Sets the stoke color of the error bars.", + "description": "Sets the stroke color of the error bars.", "editType": "calc", "valType": "color", "magic_underscores": "fig.update_traces(error_y_color=<VALUE>, selector=dict(type='scattergl'))" @@ -23683,17 +23667,6 @@ ], "magic_underscores": "fig.update_traces(ycalendar=<VALUE>, selector=dict(type='scattergl'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='scattergl'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -24818,7 +24791,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='bar'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -24913,7 +24886,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -24924,7 +24897,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='bar'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='bar'))" @@ -25455,7 +25428,7 @@ "valType": "string" }, "color": { - "description": "Sets the stoke color of the error bars.", + "description": "Sets the stroke color of the error bars.", "editType": "style", "valType": "color", "magic_underscores": "fig.update_traces(error_x_color=<VALUE>, selector=dict(type='bar'))" @@ -25562,7 +25535,7 @@ "valType": "string" }, "color": { - "description": "Sets the stoke color of the error bars.", + "description": "Sets the stroke color of the error bars.", "editType": "style", "valType": "color", "magic_underscores": "fig.update_traces(error_y_color=<VALUE>, selector=dict(type='bar'))" @@ -26318,17 +26291,6 @@ ], "magic_underscores": "fig.update_traces(ycalendar=<VALUE>, selector=dict(type='bar'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='bar'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -26449,7 +26411,7 @@ "editType": "none", "valType": "string" }, - "description": "Sets the font used for `title`. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets the font used for `title`.", "editType": "plot", "family": { "arrayOk": true, @@ -26591,7 +26553,7 @@ "magic_underscores": "fig.update_traces(title_font=dict(...), selector=dict(type='pie'))" }, "position": { - "description": "Specifies the location of the `title`. Note that the title's position used to be set by the now deprecated `titleposition` attribute.", + "description": "Specifies the location of the `title`.", "editType": "plot", "valType": "enumerated", "values": [ @@ -26607,7 +26569,7 @@ }, "role": "object", "text": { - "description": "Sets the title of the chart. If it is empty, no title is displayed. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the chart. If it is empty, no title is displayed.", "dflt": "", "editType": "plot", "valType": "string", @@ -27928,17 +27890,6 @@ "valType": "boolean", "magic_underscores": "fig.update_traces(sort=<VALUE>, selector=dict(type='pie'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='pie'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -29116,7 +29067,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='heatmap'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -29211,7 +29162,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -29222,7 +29173,7 @@ "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='heatmap'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='heatmap'))" @@ -29683,17 +29634,6 @@ ], "magic_underscores": "fig.update_traces(ycalendar=<VALUE>, selector=dict(type='heatmap'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='heatmap'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -29735,21 +29675,21 @@ }, "type": "heatmap" }, - "heatmapgl": { + "image": { "animatable": false, "attributes": { - "type": "heatmapgl", + "type": "image", "name": { "description": "Sets the trace name. The trace name appears as the legend item and on hover.", "editType": "style", "valType": "string", - "magic_underscores": "fig.update_traces(name=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(name=<VALUE>, selector=dict(type='image'))" }, "uid": { "description": "Assign an id to this trace, Use this to provide object constancy between traces during animations and transitions.", "editType": "plot", "valType": "string", - "magic_underscores": "fig.update_traces(uid=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(uid=<VALUE>, selector=dict(type='image'))" }, "visible": { "description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).", @@ -29761,21 +29701,21 @@ false, "legendonly" ], - "magic_underscores": "fig.update_traces(visible=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(visible=<VALUE>, selector=dict(type='image'))" }, "legend": { "description": "Sets the reference to a legend to show this trace in. References to these legends are *legend*, *legend2*, *legend3*, etc. Settings for these legends are set in the layout, under `layout.legend`, `layout.legend2`, etc.", "dflt": "legend", "editType": "style", "valType": "subplotid", - "magic_underscores": "fig.update_traces(legend=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legend=<VALUE>, selector=dict(type='image'))" }, "legendrank": { "description": "Sets the legend rank for this trace. Items and groups with smaller ranks are presented on top/left side while with *reversed* `legend.traceorder` they are on bottom/right side. The default legendrank is 1000, so that you can use ranks less than 1000 to place certain items before all unranked items, and ranks greater than 1000 to go after all unranked items. When having unranked or equal rank items shapes would be displayed after traces i.e. according to their order in data and layout.", "dflt": 1000, "editType": "style", "valType": "number", - "magic_underscores": "fig.update_traces(legendrank=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legendrank=<VALUE>, selector=dict(type='image'))" }, "legendgrouptitle": { "editType": "style", @@ -29783,7 +29723,7 @@ "color": { "editType": "style", "valType": "color", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_color=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_color=<VALUE>, selector=dict(type='image'))" }, "description": "Sets this legend group's title font.", "editType": "style", @@ -29793,7 +29733,7 @@ "noBlank": true, "strict": true, "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_family=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_family=<VALUE>, selector=dict(type='image'))" }, "lineposition": { "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", @@ -29808,7 +29748,7 @@ "through" ], "valType": "flaglist", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_lineposition=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_lineposition=<VALUE>, selector=dict(type='image'))" }, "role": "object", "shadow": { @@ -29816,13 +29756,13 @@ "dflt": "none", "editType": "style", "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_shadow=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_shadow=<VALUE>, selector=dict(type='image'))" }, "size": { "editType": "style", "min": 1, "valType": "number", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_size=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_size=<VALUE>, selector=dict(type='image'))" }, "style": { "description": "Sets whether a font should be styled with a normal or italic face from its family.", @@ -29833,7 +29773,7 @@ "normal", "italic" ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_style=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_style=<VALUE>, selector=dict(type='image'))" }, "textcase": { "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", @@ -29846,7 +29786,7 @@ "upper", "lower" ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_textcase=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_textcase=<VALUE>, selector=dict(type='image'))" }, "variant": { "description": "Sets the variant of the font.", @@ -29861,7 +29801,7 @@ "petite-caps", "unicase" ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_variant=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_variant=<VALUE>, selector=dict(type='image'))" }, "weight": { "description": "Sets the weight (or boldness) of the font.", @@ -29874,9 +29814,9 @@ "max": 1000, "min": 1, "valType": "integer", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_weight=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_weight=<VALUE>, selector=dict(type='image'))" }, - "magic_underscores": "fig.update_traces(legendgrouptitle_font=dict(...), selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font=dict(...), selector=dict(type='image'))" }, "role": "object", "text": { @@ -29884,16 +29824,16 @@ "dflt": "", "editType": "style", "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_text=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_text=<VALUE>, selector=dict(type='image'))" }, - "magic_underscores": "fig.update_traces(legendgrouptitle=dict(...), selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legendgrouptitle=dict(...), selector=dict(type='image'))" }, "legendwidth": { "description": "Sets the width (in px or fraction) of the legend for this trace.", "editType": "style", "min": 0, "valType": "number", - "magic_underscores": "fig.update_traces(legendwidth=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legendwidth=<VALUE>, selector=dict(type='image'))" }, "opacity": { "description": "Sets the opacity of the trace.", @@ -29902,139 +29842,97 @@ "max": 1, "min": 0, "valType": "number", - "magic_underscores": "fig.update_traces(opacity=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(opacity=<VALUE>, selector=dict(type='image'))" }, "ids": { "description": "Assigns id labels to each datum. These ids for object constancy of data points during animation. Should be an array of strings, not numbers or any other type.", "editType": "calc", "valType": "data_array", - "magic_underscores": "fig.update_traces(ids=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(ids=<VALUE>, selector=dict(type='image'))" }, "idssrc": { "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, - "x": { - "description": "Sets the x coordinates.", - "editType": "calc", - "impliedEdits": { - "xtype": "array", - "magic_underscores": "fig.update_traces(x_impliedEdits=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "valType": "data_array", - "magic_underscores": "fig.update_traces(x=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `x`.", - "editType": "none", - "valType": "string" + "zorder": { + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", + "dflt": 0, + "editType": "plot", + "valType": "integer", + "magic_underscores": "fig.update_traces(zorder=<VALUE>, selector=dict(type='image'))" }, "x0": { - "description": "Alternate to `x`. Builds a linear space of x coordinates. Use with `dx` where `x0` is the starting coordinate and `dx` the step.", + "description": "Set the image's x position. The left edge of the image (or the right edge if the x axis is reversed or dx is negative) will be found at xmin=x0-dx/2", "dflt": 0, - "editType": "calc", - "impliedEdits": { - "xtype": "scaled", - "magic_underscores": "fig.update_traces(x0_impliedEdits=<VALUE>, selector=dict(type='heatmapgl'))" - }, + "editType": "calc+clearAxisTypes", "valType": "any", - "magic_underscores": "fig.update_traces(x0=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(x0=<VALUE>, selector=dict(type='image'))" }, "dx": { - "description": "Sets the x coordinate step. See `x0` for more info.", + "description": "Set the pixel's horizontal size.", "dflt": 1, "editType": "calc", - "impliedEdits": { - "xtype": "scaled", - "magic_underscores": "fig.update_traces(dx_impliedEdits=<VALUE>, selector=dict(type='heatmapgl'))" - }, "valType": "number", - "magic_underscores": "fig.update_traces(dx=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "xtype": { - "description": "If *array*, the heatmap's x coordinates are given by *x* (the default behavior when `x` is provided). If *scaled*, the heatmap's x coordinates are given by *x0* and *dx* (the default behavior when `x` is not provided).", - "editType": "calc", - "valType": "enumerated", - "values": [ - "array", - "scaled" - ], - "magic_underscores": "fig.update_traces(xtype=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "y": { - "description": "Sets the y coordinates.", - "editType": "calc", - "impliedEdits": { - "ytype": "array", - "magic_underscores": "fig.update_traces(y_impliedEdits=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "valType": "data_array", - "magic_underscores": "fig.update_traces(y=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for `y`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(dx=<VALUE>, selector=dict(type='image'))" }, "y0": { - "description": "Alternate to `y`. Builds a linear space of y coordinates. Use with `dy` where `y0` is the starting coordinate and `dy` the step.", + "description": "Set the image's y position. The top edge of the image (or the bottom edge if the y axis is NOT reversed or if dy is negative) will be found at ymin=y0-dy/2. By default when an image trace is included, the y axis will be reversed so that the image is right-side-up, but you can disable this by setting yaxis.autorange=true or by providing an explicit y axis range.", "dflt": 0, - "editType": "calc", - "impliedEdits": { - "ytype": "scaled", - "magic_underscores": "fig.update_traces(y0_impliedEdits=<VALUE>, selector=dict(type='heatmapgl'))" - }, + "editType": "calc+clearAxisTypes", "valType": "any", - "magic_underscores": "fig.update_traces(y0=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(y0=<VALUE>, selector=dict(type='image'))" }, "dy": { - "description": "Sets the y coordinate step. See `y0` for more info.", + "description": "Set the pixel's vertical size", "dflt": 1, "editType": "calc", - "impliedEdits": { - "ytype": "scaled", - "magic_underscores": "fig.update_traces(dy_impliedEdits=<VALUE>, selector=dict(type='heatmapgl'))" - }, "valType": "number", - "magic_underscores": "fig.update_traces(dy=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "ytype": { - "description": "If *array*, the heatmap's y coordinates are given by *y* (the default behavior when `y` is provided) If *scaled*, the heatmap's y coordinates are given by *y0* and *dy* (the default behavior when `y` is not provided)", - "editType": "calc", - "valType": "enumerated", - "values": [ - "array", - "scaled" - ], - "magic_underscores": "fig.update_traces(ytype=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(dy=<VALUE>, selector=dict(type='image'))" }, "z": { - "description": "Sets the z data.", + "description": "A 2-dimensional array in which each element is an array of 3 or 4 numbers representing a color.", "editType": "calc", "valType": "data_array", - "magic_underscores": "fig.update_traces(z=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(z=<VALUE>, selector=dict(type='image'))" }, "zsrc": { "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" }, + "source": { + "description": "Specifies the data URI of the image to be visualized. The URI consists of \"data:image/[][;base64],\"", + "editType": "calc", + "valType": "string", + "magic_underscores": "fig.update_traces(source=<VALUE>, selector=dict(type='image'))" + }, "text": { "description": "Sets the text elements associated with each z value.", - "editType": "calc", + "editType": "plot", "valType": "data_array", - "magic_underscores": "fig.update_traces(text=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(text=<VALUE>, selector=dict(type='image'))" }, "textsrc": { "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, + "hovertext": { + "description": "Same as `text`.", + "editType": "plot", + "valType": "data_array", + "magic_underscores": "fig.update_traces(hovertext=<VALUE>, selector=dict(type='image'))" + }, + "hovertextsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", + "editType": "none", + "valType": "string" + }, "hoverinfo": { "arrayOk": true, "description": "Determines which trace information appear on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired.", - "dflt": "all", + "dflt": "x+y+z+text+name", "editType": "none", "extras": [ "all", @@ -30045,23 +29943,37 @@ "x", "y", "z", - "text", - "name" + "color", + "name", + "text" ], "valType": "flaglist", - "magic_underscores": "fig.update_traces(hoverinfo=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(hoverinfo=<VALUE>, selector=dict(type='image'))" }, "hoverinfosrc": { "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, + "hovertemplate": { + "arrayOk": true, + "description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\" as well as %{xother}, {%_xother}, {%_xother_}, {%xother_}. When showing info for several points, *xother* will be added to those with different x positions from the first point. An underscore before or after *(x|y)other* will add a space on that side, only when this field is shown. Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plotly.com/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Finally, the template string has access to variables `z`, `color` and `colormodel`. Anything contained in tag `` is displayed in the secondary box, for example \"{fullData.name}\". To hide the secondary box completely, use an empty tag ``.", + "dflt": "", + "editType": "none", + "valType": "string", + "magic_underscores": "fig.update_traces(hovertemplate=<VALUE>, selector=dict(type='image'))" + }, + "hovertemplatesrc": { + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", + "editType": "none", + "valType": "string" + }, "meta": { "arrayOk": true, "description": "Assigns extra meta information associated with this trace that can be used in various text attributes. Attributes such as trace `name`, graph, axis and colorbar `title.text`, annotation `text` `rangeselector`, `updatemenues` and `sliders` `label` text all support `meta`. To access the trace `meta` values in an attribute in the same trace, simply use `%{meta[i]}` where `i` is the index or key of the `meta` item in question. To access trace `meta` in layout attributes, use `%{data[n[.meta[i]}` where `i` is the index or key of the `meta` and `n` is the trace index.", "editType": "plot", "valType": "any", - "magic_underscores": "fig.update_traces(meta=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(meta=<VALUE>, selector=dict(type='image'))" }, "metasrc": { "description": "Sets the source reference on Chart Studio Cloud for `meta`.", @@ -30072,7 +29984,7 @@ "description": "Assigns extra data each datum. This may be useful when listening to hover, click and selection events. Note that, *scatter* traces also appends customdata items in the markers DOM elements", "editType": "calc", "valType": "data_array", - "magic_underscores": "fig.update_traces(customdata=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(customdata=<VALUE>, selector=dict(type='image'))" }, "customdatasrc": { "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", @@ -30084,257 +29996,164 @@ "dflt": "x", "editType": "calc+clearAxisTypes", "valType": "subplotid", - "magic_underscores": "fig.update_traces(xaxis=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(xaxis=<VALUE>, selector=dict(type='image'))" }, "yaxis": { "description": "Sets a reference between this trace's y coordinates and a 2D cartesian y axis. If *y* (the default value), the y coordinates refer to `layout.yaxis`. If *y2*, the y coordinates refer to `layout.yaxis2`, and so on.", "dflt": "y", "editType": "calc+clearAxisTypes", "valType": "subplotid", - "magic_underscores": "fig.update_traces(yaxis=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(yaxis=<VALUE>, selector=dict(type='image'))" }, - "coloraxis": { - "description": "Sets a reference to a shared color axis. References to these shared color axes are *coloraxis*, *coloraxis2*, *coloraxis3*, etc. Settings for these shared color axes are set in the layout, under `layout.coloraxis`, `layout.coloraxis2`, etc. Note that multiple color scales can be linked to the same color axis.", - "dflt": null, + "colormodel": { + "description": "Color model used to map the numerical color components described in `z` into colors. If `source` is specified, this attribute will be set to `rgba256` otherwise it defaults to `rgb`.", "editType": "calc", - "regex": "/^coloraxis([2-9]|[1-9][0-9]+)?$/", - "valType": "subplotid", - "magic_underscores": "fig.update_traces(coloraxis=<VALUE>, selector=dict(type='heatmapgl'))" + "valType": "enumerated", + "values": [ + "rgb", + "rgba", + "rgba256", + "hsl", + "hsla" + ], + "magic_underscores": "fig.update_traces(colormodel=<VALUE>, selector=dict(type='image'))" }, - "colorbar": { - "bgcolor": { - "description": "Sets the color of padded area.", - "dflt": "rgba(0,0,0,0)", - "editType": "calc", - "valType": "color", - "magic_underscores": "fig.update_traces(colorbar_bgcolor=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "bordercolor": { - "description": "Sets the axis line color.", - "dflt": "#444", - "editType": "calc", - "valType": "color", - "magic_underscores": "fig.update_traces(colorbar_bordercolor=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "borderwidth": { - "description": "Sets the width (in px) or the border enclosing this color bar.", - "dflt": 0, - "editType": "calc", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_borderwidth=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "dtick": { - "description": "Sets the step in-between ticks on this axis. Use with `tick0`. Must be a positive number, or special strings available to *log* and *date* axes. If the axis `type` is *log*, then ticks are set every 10^(n*dtick) where n is the tick number. For example, to set a tick mark at 1, 10, 100, 1000, ... set dtick to 1. To set tick marks at 1, 100, 10000, ... set dtick to 2. To set tick marks at 1, 5, 25, 125, 625, 3125, ... set dtick to log_10(5), or 0.69897000433. *log* has several special values; *L*, where `f` is a positive number, gives ticks linearly spaced in value (but not position). For example `tick0` = 0.1, `dtick` = *L0.5* will put ticks at 0.1, 0.6, 1.1, 1.6 etc. To show powers of 10 plus small digits between, use *D1* (all digits) or *D2* (only 2 and 5). `tick0` is ignored for *D1* and *D2*. If the axis `type` is *date*, then you must convert the time to milliseconds. For example, to set the interval between ticks to one day, set `dtick` to 86400000.0. *date* also has special values *M* gives ticks spaced by a number of months. `n` must be a positive integer. To set ticks on the 15th of every third month, set `tick0` to *2000-01-15* and `dtick` to *M3*. To set ticks every 4 years, set `dtick` to *M48*", - "editType": "calc", - "impliedEdits": { - "tickmode": "linear", - "magic_underscores": "fig.update_traces(colorbar_dtick_impliedEdits=<VALUE>, selector=dict(type='heatmapgl'))" + "zmax": { + "description": "Array defining the higher bound for each color component. Note that the default value will depend on the colormodel. For the `rgb` colormodel, it is [255, 255, 255]. For the `rgba` colormodel, it is [255, 255, 255, 1]. For the `rgba256` colormodel, it is [255, 255, 255, 255]. For the `hsl` colormodel, it is [360, 100, 100]. For the `hsla` colormodel, it is [360, 100, 100, 1].", + "editType": "calc", + "items": [ + { + "editType": "calc", + "valType": "number" }, - "valType": "any", - "magic_underscores": "fig.update_traces(colorbar_dtick=<VALUE>, selector=dict(type='heatmapgl'))" - }, + { + "editType": "calc", + "valType": "number" + }, + { + "editType": "calc", + "valType": "number" + }, + { + "editType": "calc", + "valType": "number" + } + ], + "valType": "info_array", + "magic_underscores": "fig.update_traces(zmax=list(...), selector=dict(type='image'))" + }, + "zmin": { + "description": "Array defining the lower bound for each color component. Note that the default value will depend on the colormodel. For the `rgb` colormodel, it is [0, 0, 0]. For the `rgba` colormodel, it is [0, 0, 0, 0]. For the `rgba256` colormodel, it is [0, 0, 0, 0]. For the `hsl` colormodel, it is [0, 0, 0]. For the `hsla` colormodel, it is [0, 0, 0, 0].", "editType": "calc", - "exponentformat": { - "description": "Determines a formatting rule for the tick exponents. For example, consider the number 1,000,000,000. If *none*, it appears as 1,000,000,000. If *e*, 1e+9. If *E*, 1E+9. If *power*, 1x10^9 (with 9 in a super script). If *SI*, 1G. If *B*, 1B.", - "dflt": "B", - "editType": "calc", - "valType": "enumerated", - "values": [ - "none", - "e", - "E", - "power", - "SI", - "B" - ], - "magic_underscores": "fig.update_traces(colorbar_exponentformat=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "labelalias": { - "description": "Replacement text for specific tick or hover labels. For example using {US: 'USA', CA: 'Canada'} changes US to USA and CA to Canada. The labels we would have shown must match the keys exactly, after adding any tickprefix or ticksuffix. For negative numbers the minus sign symbol used (U+2212) is wider than the regular ascii dash. That means you need to use \u22121 instead of -1. labelalias can be used with any axis type, and both keys (if needed) and values (if desired) can include html-like tags or MathJax.", - "dflt": false, - "editType": "calc", - "valType": "any", - "magic_underscores": "fig.update_traces(colorbar_labelalias=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "len": { - "description": "Sets the length of the color bar This measure excludes the padding of both ends. That is, the color bar length is this length minus the padding on both ends.", - "dflt": 1, - "editType": "calc", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_len=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "lenmode": { - "description": "Determines whether this color bar's length (i.e. the measure in the color variation direction) is set in units of plot *fraction* or in *pixels. Use `len` to set the value.", - "dflt": "fraction", - "editType": "calc", + "items": [ + { + "editType": "calc", + "valType": "number" + }, + { + "editType": "calc", + "valType": "number" + }, + { + "editType": "calc", + "valType": "number" + }, + { + "editType": "calc", + "valType": "number" + } + ], + "valType": "info_array", + "magic_underscores": "fig.update_traces(zmin=list(...), selector=dict(type='image'))" + }, + "zsmooth": { + "description": "Picks a smoothing algorithm used to smooth `z` data. This only applies for image traces that use the `source` attribute.", + "dflt": false, + "editType": "plot", + "valType": "enumerated", + "values": [ + "fast", + false + ], + "magic_underscores": "fig.update_traces(zsmooth=<VALUE>, selector=dict(type='image'))" + }, + "hoverlabel": { + "align": { + "arrayOk": true, + "description": "Sets the horizontal alignment of the text content within hover label box. Has an effect only if the hover label text spans more two or more lines", + "dflt": "auto", + "editType": "none", "valType": "enumerated", "values": [ - "fraction", - "pixels" + "left", + "right", + "auto" ], - "magic_underscores": "fig.update_traces(colorbar_lenmode=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "minexponent": { - "description": "Hide SI prefix for 10^n if |n| is below this number. This only has an effect when `tickformat` is *SI* or *B*.", - "dflt": 3, - "editType": "calc", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_minexponent=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "nticks": { - "description": "Specifies the maximum number of ticks for the particular axis. The actual number of ticks will be chosen automatically to be less than or equal to `nticks`. Has an effect only if `tickmode` is set to *auto*.", - "dflt": 0, - "editType": "calc", - "min": 0, - "valType": "integer", - "magic_underscores": "fig.update_traces(colorbar_nticks=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(hoverlabel_align=<VALUE>, selector=dict(type='image'))" }, - "orientation": { - "description": "Sets the orientation of the colorbar.", - "dflt": "v", - "editType": "calc", - "valType": "enumerated", - "values": [ - "h", - "v" - ], - "magic_underscores": "fig.update_traces(colorbar_orientation=<VALUE>, selector=dict(type='heatmapgl'))" + "alignsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `align`.", + "editType": "none", + "valType": "string" }, - "outlinecolor": { - "description": "Sets the axis line color.", - "dflt": "#444", - "editType": "calc", + "bgcolor": { + "arrayOk": true, + "description": "Sets the background color of the hover labels for this trace", + "editType": "none", "valType": "color", - "magic_underscores": "fig.update_traces(colorbar_outlinecolor=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "outlinewidth": { - "description": "Sets the width (in px) of the axis line.", - "dflt": 1, - "editType": "calc", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_outlinewidth=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "role": "object", - "separatethousands": { - "description": "If \"true\", even 4-digit integers are separated", - "dflt": false, - "editType": "calc", - "valType": "boolean", - "magic_underscores": "fig.update_traces(colorbar_separatethousands=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "showexponent": { - "description": "If *all*, all exponents are shown besides their significands. If *first*, only the exponent of the first tick is shown. If *last*, only the exponent of the last tick is shown. If *none*, no exponents appear.", - "dflt": "all", - "editType": "calc", - "valType": "enumerated", - "values": [ - "all", - "first", - "last", - "none" - ], - "magic_underscores": "fig.update_traces(colorbar_showexponent=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "showticklabels": { - "description": "Determines whether or not the tick labels are drawn.", - "dflt": true, - "editType": "calc", - "valType": "boolean", - "magic_underscores": "fig.update_traces(colorbar_showticklabels=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "showtickprefix": { - "description": "If *all*, all tick labels are displayed with a prefix. If *first*, only the first tick is displayed with a prefix. If *last*, only the last tick is displayed with a suffix. If *none*, tick prefixes are hidden.", - "dflt": "all", - "editType": "calc", - "valType": "enumerated", - "values": [ - "all", - "first", - "last", - "none" - ], - "magic_underscores": "fig.update_traces(colorbar_showtickprefix=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "showticksuffix": { - "description": "Same as `showtickprefix` but for tick suffixes.", - "dflt": "all", - "editType": "calc", - "valType": "enumerated", - "values": [ - "all", - "first", - "last", - "none" - ], - "magic_underscores": "fig.update_traces(colorbar_showticksuffix=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "thickness": { - "description": "Sets the thickness of the color bar This measure excludes the size of the padding, ticks and labels.", - "dflt": 30, - "editType": "calc", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_thickness=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "thicknessmode": { - "description": "Determines whether this color bar's thickness (i.e. the measure in the constant color direction) is set in units of plot *fraction* or in *pixels*. Use `thickness` to set the value.", - "dflt": "pixels", - "editType": "calc", - "valType": "enumerated", - "values": [ - "fraction", - "pixels" - ], - "magic_underscores": "fig.update_traces(colorbar_thicknessmode=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "tick0": { - "description": "Sets the placement of the first tick on this axis. Use with `dtick`. If the axis `type` is *log*, then you must take the log of your starting tick (e.g. to set the starting tick to 100, set the `tick0` to 2) except when `dtick`=*L* (see `dtick` for more info). If the axis `type` is *date*, it should be a date string, like date data. If the axis `type` is *category*, it should be a number, using the scale where each category is assigned a serial number from zero in the order it appears.", - "editType": "calc", - "impliedEdits": { - "tickmode": "linear", - "magic_underscores": "fig.update_traces(colorbar_tick0_impliedEdits=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "valType": "any", - "magic_underscores": "fig.update_traces(colorbar_tick0=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(hoverlabel_bgcolor=<VALUE>, selector=dict(type='image'))" }, - "tickangle": { - "description": "Sets the angle of the tick labels with respect to the horizontal. For example, a `tickangle` of -90 draws the tick labels vertically.", - "dflt": "auto", - "editType": "calc", - "valType": "angle", - "magic_underscores": "fig.update_traces(colorbar_tickangle=<VALUE>, selector=dict(type='heatmapgl'))" + "bgcolorsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", + "editType": "none", + "valType": "string" }, - "tickcolor": { - "description": "Sets the tick color.", - "dflt": "#444", - "editType": "calc", + "bordercolor": { + "arrayOk": true, + "description": "Sets the border color of the hover labels for this trace.", + "editType": "none", "valType": "color", - "magic_underscores": "fig.update_traces(colorbar_tickcolor=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(hoverlabel_bordercolor=<VALUE>, selector=dict(type='image'))" }, - "tickfont": { + "bordercolorsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", + "editType": "none", + "valType": "string" + }, + "editType": "none", + "font": { "color": { - "editType": "calc", + "arrayOk": true, + "editType": "none", "valType": "color", - "magic_underscores": "fig.update_traces(colorbar_tickfont_color=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_color=<VALUE>, selector=dict(type='image'))" }, - "description": "Sets the color bar's tick label font", - "editType": "calc", + "colorsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `color`.", + "editType": "none", + "valType": "string" + }, + "description": "Sets the font used in hover labels.", + "editType": "none", "family": { + "arrayOk": true, "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "calc", + "editType": "none", "noBlank": true, "strict": true, "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_tickfont_family=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_family=<VALUE>, selector=dict(type='image'))" + }, + "familysrc": { + "description": "Sets the source reference on Chart Studio Cloud for `family`.", + "editType": "none", + "valType": "string" }, "lineposition": { + "arrayOk": true, "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", "dflt": "none", - "editType": "calc", + "editType": "none", "extras": [ "none" ], @@ -30344,37 +30163,61 @@ "through" ], "valType": "flaglist", - "magic_underscores": "fig.update_traces(colorbar_tickfont_lineposition=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_lineposition=<VALUE>, selector=dict(type='image'))" + }, + "linepositionsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `lineposition`.", + "editType": "none", + "valType": "string" }, "role": "object", "shadow": { + "arrayOk": true, "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", "dflt": "none", - "editType": "calc", + "editType": "none", "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_tickfont_shadow=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_shadow=<VALUE>, selector=dict(type='image'))" + }, + "shadowsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `shadow`.", + "editType": "none", + "valType": "string" }, "size": { - "editType": "calc", + "arrayOk": true, + "editType": "none", "min": 1, "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_tickfont_size=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_size=<VALUE>, selector=dict(type='image'))" + }, + "sizesrc": { + "description": "Sets the source reference on Chart Studio Cloud for `size`.", + "editType": "none", + "valType": "string" }, "style": { + "arrayOk": true, "description": "Sets whether a font should be styled with a normal or italic face from its family.", "dflt": "normal", - "editType": "calc", + "editType": "none", "valType": "enumerated", "values": [ "normal", "italic" ], - "magic_underscores": "fig.update_traces(colorbar_tickfont_style=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_style=<VALUE>, selector=dict(type='image'))" + }, + "stylesrc": { + "description": "Sets the source reference on Chart Studio Cloud for `style`.", + "editType": "none", + "valType": "string" }, "textcase": { + "arrayOk": true, "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", "dflt": "normal", - "editType": "calc", + "editType": "none", "valType": "enumerated", "values": [ "normal", @@ -30382,12 +30225,18 @@ "upper", "lower" ], - "magic_underscores": "fig.update_traces(colorbar_tickfont_textcase=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_textcase=<VALUE>, selector=dict(type='image'))" + }, + "textcasesrc": { + "description": "Sets the source reference on Chart Studio Cloud for `textcase`.", + "editType": "none", + "valType": "string" }, "variant": { + "arrayOk": true, "description": "Sets the variant of the font.", "dflt": "normal", - "editType": "calc", + "editType": "none", "valType": "enumerated", "values": [ "normal", @@ -30397,12 +30246,18 @@ "petite-caps", "unicase" ], - "magic_underscores": "fig.update_traces(colorbar_tickfont_variant=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_variant=<VALUE>, selector=dict(type='image'))" + }, + "variantsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `variant`.", + "editType": "none", + "valType": "string" }, "weight": { + "arrayOk": true, "description": "Sets the weight (or boldness) of the font.", "dflt": "normal", - "editType": "calc", + "editType": "none", "extras": [ "normal", "bold" @@ -30410,776 +30265,128 @@ "max": 1000, "min": 1, "valType": "integer", - "magic_underscores": "fig.update_traces(colorbar_tickfont_weight=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "magic_underscores": "fig.update_traces(colorbar_tickfont=dict(...), selector=dict(type='heatmapgl'))" - }, - "tickformat": { - "description": "Sets the tick label formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date formatter: *%h* for half of the year as a decimal number as well as *%{n}f* for fractional seconds with n digits. For example, *2016-10-13 09:15:23.456* with tickformat *%H~%M~%S.%2f* would display *09~15~23.46*", - "dflt": "", - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_tickformat=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "tickformatstops": { - "items": { - "tickformatstop": { - "dtickrange": { - "description": "range [*min*, *max*], where *min*, *max* - dtick values which describe some zoom level, it is possible to omit *min* or *max* value by passing *null*", - "editType": "calc", - "items": [ - { - "editType": "calc", - "valType": "any" - }, - { - "editType": "calc", - "valType": "any" - } - ], - "valType": "info_array" - }, - "editType": "calc", - "enabled": { - "description": "Determines whether or not this stop is used. If `false`, this stop is ignored even within its `dtickrange`.", - "dflt": true, - "editType": "calc", - "valType": "boolean" - }, - "name": { - "description": "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.", - "editType": "calc", - "valType": "string" - }, - "role": "object", - "templateitemname": { - "description": "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`.", - "editType": "calc", - "valType": "string" - }, - "value": { - "description": "string - dtickformat for described zoom level, the same as *tickformat*", - "dflt": "", - "editType": "calc", - "valType": "string" - } - } + "magic_underscores": "fig.update_traces(hoverlabel_font_weight=<VALUE>, selector=dict(type='image'))" }, - "role": "object", - "magic_underscores": "fig.update_traces(colorbar_tickformatstops=list(...), selector=dict(type='heatmapgl'))" - }, - "ticklabeloverflow": { - "description": "Determines how we handle tick labels that would overflow either the graph div or the domain of the axis. The default value for inside tick labels is *hide past domain*. In other cases the default is *hide past div*.", - "editType": "calc", - "valType": "enumerated", - "values": [ - "allow", - "hide past div", - "hide past domain" - ], - "magic_underscores": "fig.update_traces(colorbar_ticklabeloverflow=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "ticklabelposition": { - "description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.", - "dflt": "outside", - "editType": "calc", - "valType": "enumerated", - "values": [ - "outside", - "inside", - "outside top", - "inside top", - "outside left", - "inside left", - "outside right", - "inside right", - "outside bottom", - "inside bottom" - ], - "magic_underscores": "fig.update_traces(colorbar_ticklabelposition=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "ticklabelstep": { - "description": "Sets the spacing between tick labels as compared to the spacing between ticks. A value of 1 (default) means each tick gets a label. A value of 2 means shows every 2nd label. A larger value n means only every nth tick is labeled. `tick0` determines which labels are shown. Not implemented for axes with `type` *log* or *multicategory*, or when `tickmode` is *array*.", - "dflt": 1, - "editType": "calc", - "min": 1, - "valType": "integer", - "magic_underscores": "fig.update_traces(colorbar_ticklabelstep=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "ticklen": { - "description": "Sets the tick length (in px).", - "dflt": 5, - "editType": "calc", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_ticklen=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "tickmode": { - "description": "Sets the tick mode for this axis. If *auto*, the number of ticks is set via `nticks`. If *linear*, the placement of the ticks is determined by a starting position `tick0` and a tick step `dtick` (*linear* is the default value if `tick0` and `dtick` are provided). If *array*, the placement of the ticks is set via `tickvals` and the tick text is `ticktext`. (*array* is the default value if `tickvals` is provided).", - "editType": "calc", - "impliedEdits": { - "magic_underscores": "fig.update_traces(colorbar_tickmode_impliedEdits=<VALUE>, selector=dict(type='heatmapgl'))" + "weightsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `weight`.", + "editType": "none", + "valType": "string" }, - "valType": "enumerated", - "values": [ - "auto", - "linear", - "array" - ], - "magic_underscores": "fig.update_traces(colorbar_tickmode=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "tickprefix": { - "description": "Sets a tick label prefix.", - "dflt": "", - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_tickprefix=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "ticks": { - "description": "Determines whether ticks are drawn or not. If **, this axis' ticks are not drawn. If *outside* (*inside*), this axis' are drawn outside (inside) the axis lines.", - "dflt": "", - "editType": "calc", - "valType": "enumerated", - "values": [ - "outside", - "inside", - "" - ], - "magic_underscores": "fig.update_traces(colorbar_ticks=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "ticksuffix": { - "description": "Sets a tick label suffix.", - "dflt": "", - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_ticksuffix=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "ticktext": { - "description": "Sets the text displayed at the ticks position via `tickvals`. Only has an effect if `tickmode` is set to *array*. Used with `tickvals`.", - "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(colorbar_ticktext=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(hoverlabel_font=dict(...), selector=dict(type='image'))" }, - "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", + "namelength": { + "arrayOk": true, + "description": "Sets the default length (in number of characters) of the trace name in the hover labels for all traces. -1 shows the whole name regardless of length. 0-3 shows the first 0-3 characters, and an integer >3 will show the whole name if it is less than that many characters, but if it is longer, will truncate to `namelength - 3` characters and add an ellipsis.", + "dflt": 15, "editType": "none", - "valType": "string" - }, - "tickvals": { - "description": "Sets the values at which ticks on this axis appear. Only has an effect if `tickmode` is set to *array*. Used with `ticktext`.", - "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(colorbar_tickvals=<VALUE>, selector=dict(type='heatmapgl'))" + "min": -1, + "valType": "integer", + "magic_underscores": "fig.update_traces(hoverlabel_namelength=<VALUE>, selector=dict(type='image'))" }, - "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", + "namelengthsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, - "tickwidth": { - "description": "Sets the tick width (in px).", - "dflt": 1, - "editType": "calc", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_tickwidth=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "title": { - "editType": "calc", - "font": { - "color": { - "editType": "calc", - "valType": "color", - "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", - "editType": "calc", - "family": { - "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "calc", - "noBlank": true, - "strict": true, - "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_title_font_family=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "lineposition": { - "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", - "dflt": "none", - "editType": "calc", - "extras": [ - "none" - ], - "flags": [ - "under", - "over", - "through" - ], - "valType": "flaglist", - "magic_underscores": "fig.update_traces(colorbar_title_font_lineposition=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "role": "object", - "shadow": { - "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", - "dflt": "none", - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_title_font_shadow=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "size": { - "editType": "calc", - "min": 1, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_title_font_size=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "style": { - "description": "Sets whether a font should be styled with a normal or italic face from its family.", - "dflt": "normal", - "editType": "calc", - "valType": "enumerated", - "values": [ - "normal", - "italic" - ], - "magic_underscores": "fig.update_traces(colorbar_title_font_style=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "textcase": { - "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", - "dflt": "normal", - "editType": "calc", - "valType": "enumerated", - "values": [ - "normal", - "word caps", - "upper", - "lower" - ], - "magic_underscores": "fig.update_traces(colorbar_title_font_textcase=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "variant": { - "description": "Sets the variant of the font.", - "dflt": "normal", - "editType": "calc", - "valType": "enumerated", - "values": [ - "normal", - "small-caps", - "all-small-caps", - "all-petite-caps", - "petite-caps", - "unicase" - ], - "magic_underscores": "fig.update_traces(colorbar_title_font_variant=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "weight": { - "description": "Sets the weight (or boldness) of the font.", - "dflt": "normal", - "editType": "calc", - "extras": [ - "normal", - "bold" - ], - "max": 1000, - "min": 1, - "valType": "integer", - "magic_underscores": "fig.update_traces(colorbar_title_font_weight=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "magic_underscores": "fig.update_traces(colorbar_title_font=dict(...), selector=dict(type='heatmapgl'))" - }, - "role": "object", - "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", - "editType": "calc", - "valType": "enumerated", - "values": [ - "right", - "top", - "bottom" - ], - "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "magic_underscores": "fig.update_traces(colorbar_title=dict(...), selector=dict(type='heatmapgl'))" - }, - "x": { - "description": "Sets the x position with respect to `xref` of the color bar (in plot fraction). When `xref` is *paper*, defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*. When `xref` is *container*, defaults to *1* when `orientation` is *v* and 0.5 when `orientation` is *h*. Must be between *0* and *1* if `xref` is *container* and between *-2* and *3* if `xref` is *paper*.", - "editType": "calc", - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_x=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "xanchor": { - "description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.", - "editType": "calc", - "valType": "enumerated", - "values": [ - "left", - "center", - "right" - ], - "magic_underscores": "fig.update_traces(colorbar_xanchor=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "xpad": { - "description": "Sets the amount of padding (in px) along the x direction.", - "dflt": 10, - "editType": "calc", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_xpad=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "xref": { - "description": "Sets the container `x` refers to. *container* spans the entire `width` of the plot. *paper* refers to the width of the plotting area only.", - "dflt": "paper", - "editType": "calc", - "valType": "enumerated", - "values": [ - "container", - "paper" - ], - "magic_underscores": "fig.update_traces(colorbar_xref=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "y": { - "description": "Sets the y position with respect to `yref` of the color bar (in plot fraction). When `yref` is *paper*, defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*. When `yref` is *container*, defaults to 0.5 when `orientation` is *v* and 1 when `orientation` is *h*. Must be between *0* and *1* if `yref` is *container* and between *-2* and *3* if `yref` is *paper*.", - "editType": "calc", - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_y=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "yanchor": { - "description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.", - "editType": "calc", - "valType": "enumerated", - "values": [ - "top", - "middle", - "bottom" - ], - "magic_underscores": "fig.update_traces(colorbar_yanchor=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "ypad": { - "description": "Sets the amount of padding (in px) along the y direction.", - "dflt": 10, + "role": "object", + "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='image'))" + }, + "uirevision": { + "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", + "editType": "none", + "valType": "any", + "magic_underscores": "fig.update_traces(uirevision=<VALUE>, selector=dict(type='image'))" + }, + "stream": { + "editType": "calc", + "maxpoints": { + "description": "Sets the maximum number of points to keep on the plots from an incoming stream. If `maxpoints` is set to *50*, only the newest 50 points will be displayed on the plot.", + "dflt": 500, "editType": "calc", + "max": 10000, "min": 0, "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_ypad=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(stream_maxpoints=<VALUE>, selector=dict(type='image'))" }, - "yref": { - "description": "Sets the container `y` refers to. *container* spans the entire `height` of the plot. *paper* refers to the height of the plotting area only.", - "dflt": "paper", + "role": "object", + "token": { + "description": "The stream id number links a data trace on a plot with a stream. See https://chart-studio.plotly.com/settings for more details.", "editType": "calc", - "valType": "enumerated", - "values": [ - "container", - "paper" - ], - "magic_underscores": "fig.update_traces(colorbar_yref=<VALUE>, selector=dict(type='heatmapgl'))" + "noBlank": true, + "strict": true, + "valType": "string", + "magic_underscores": "fig.update_traces(stream_token=<VALUE>, selector=dict(type='image'))" }, - "magic_underscores": "fig.update_traces(colorbar=dict(...), selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(stream=dict(...), selector=dict(type='image'))" }, - "autocolorscale": { - "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.", - "dflt": false, - "editType": "calc", - "impliedEdits": { - "magic_underscores": "fig.update_traces(autocolorscale_impliedEdits=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "valType": "boolean", - "magic_underscores": "fig.update_traces(autocolorscale=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(..., selector=dict(type='image'))" + }, + "categories": [ + "cartesian", + "svg", + "2dMap", + "noSortingByValue" + ], + "meta": { + "description": "Display an image, i.e. data on a 2D regular raster. By default, when an image is displayed in a subplot, its y axis will be reversed (ie. `autorange: 'reversed'`), constrained to the domain (ie. `constrain: 'domain'`) and it will have the same scale as its x axis (ie. `scaleanchor: 'x,`) in order for pixels to be rendered as squares." + }, + "type": "image" + }, + "contour": { + "animatable": false, + "attributes": { + "type": "contour", + "name": { + "description": "Sets the trace name. The trace name appears as the legend item and on hover.", + "editType": "style", + "valType": "string", + "magic_underscores": "fig.update_traces(name=<VALUE>, selector=dict(type='contour'))" }, - "colorscale": { - "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.", - "dflt": null, - "editType": "calc", - "impliedEdits": { - "autocolorscale": false, - "magic_underscores": "fig.update_traces(colorscale_impliedEdits=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "valType": "colorscale", - "magic_underscores": "fig.update_traces(colorscale=<VALUE>, selector=dict(type='heatmapgl'))" + "uid": { + "description": "Assign an id to this trace, Use this to provide object constancy between traces during animations and transitions.", + "editType": "plot", + "valType": "string", + "magic_underscores": "fig.update_traces(uid=<VALUE>, selector=dict(type='contour'))" }, - "showscale": { - "description": "Determines whether or not a colorbar is displayed for this trace.", + "visible": { + "description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).", "dflt": true, "editType": "calc", - "valType": "boolean", - "magic_underscores": "fig.update_traces(showscale=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "reversescale": { - "description": "Reverses the color mapping if true. If true, `zmin` will correspond to the last color in the array and `zmax` will correspond to the first color.", - "dflt": false, - "editType": "calc", - "valType": "boolean", - "magic_underscores": "fig.update_traces(reversescale=<VALUE>, selector=dict(type='heatmapgl'))" + "valType": "enumerated", + "values": [ + true, + false, + "legendonly" + ], + "magic_underscores": "fig.update_traces(visible=<VALUE>, selector=dict(type='contour'))" }, - "zauto": { - "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.", + "showlegend": { + "description": "Determines whether or not an item corresponding to this trace is shown in the legend.", "dflt": true, - "editType": "calc", - "impliedEdits": { - "magic_underscores": "fig.update_traces(zauto_impliedEdits=<VALUE>, selector=dict(type='heatmapgl'))" - }, + "editType": "style", "valType": "boolean", - "magic_underscores": "fig.update_traces(zauto=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "zmax": { - "description": "Sets the upper bound of the color domain. Value should have the same units as in `z` and if set, `zmin` must be set as well.", - "dflt": null, - "editType": "calc", - "impliedEdits": { - "zauto": false, - "magic_underscores": "fig.update_traces(zmax_impliedEdits=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "valType": "number", - "magic_underscores": "fig.update_traces(zmax=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(showlegend=<VALUE>, selector=dict(type='contour'))" }, - "zmid": { - "description": "Sets the mid-point of the color domain by scaling `zmin` and/or `zmax` to be equidistant to this point. Value should have the same units as in `z`. Has no effect when `zauto` is `false`.", - "dflt": null, - "editType": "calc", - "impliedEdits": { - "magic_underscores": "fig.update_traces(zmid_impliedEdits=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "valType": "number", - "magic_underscores": "fig.update_traces(zmid=<VALUE>, selector=dict(type='heatmapgl'))" + "legend": { + "description": "Sets the reference to a legend to show this trace in. References to these legends are *legend*, *legend2*, *legend3*, etc. Settings for these legends are set in the layout, under `layout.legend`, `layout.legend2`, etc.", + "dflt": "legend", + "editType": "style", + "valType": "subplotid", + "magic_underscores": "fig.update_traces(legend=<VALUE>, selector=dict(type='contour'))" }, - "zmin": { - "description": "Sets the lower bound of the color domain. Value should have the same units as in `z` and if set, `zmax` must be set as well.", - "dflt": null, - "editType": "calc", - "impliedEdits": { - "zauto": false, - "magic_underscores": "fig.update_traces(zmin_impliedEdits=<VALUE>, selector=dict(type='heatmapgl'))" - }, + "legendrank": { + "description": "Sets the legend rank for this trace. Items and groups with smaller ranks are presented on top/left side while with *reversed* `legend.traceorder` they are on bottom/right side. The default legendrank is 1000, so that you can use ranks less than 1000 to place certain items before all unranked items, and ranks greater than 1000 to go after all unranked items. When having unranked or equal rank items shapes would be displayed after traces i.e. according to their order in data and layout.", + "dflt": 1000, + "editType": "style", "valType": "number", - "magic_underscores": "fig.update_traces(zmin=<VALUE>, selector=dict(type='heatmapgl'))" + "magic_underscores": "fig.update_traces(legendrank=<VALUE>, selector=dict(type='contour'))" }, - "zsmooth": { - "description": "Picks a smoothing algorithm use to smooth `z` data.", - "dflt": "fast", - "editType": "calc", - "valType": "enumerated", - "values": [ - "fast", - false - ], - "magic_underscores": "fig.update_traces(zsmooth=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "hoverlabel": { - "align": { - "arrayOk": true, - "description": "Sets the horizontal alignment of the text content within hover label box. Has an effect only if the hover label text spans more two or more lines", - "dflt": "auto", - "editType": "none", - "valType": "enumerated", - "values": [ - "left", - "right", - "auto" - ], - "magic_underscores": "fig.update_traces(hoverlabel_align=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `align`.", - "editType": "none", - "valType": "string" - }, - "bgcolor": { - "arrayOk": true, - "description": "Sets the background color of the hover labels for this trace", - "editType": "none", - "valType": "color", - "magic_underscores": "fig.update_traces(hoverlabel_bgcolor=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", - "editType": "none", - "valType": "string" - }, - "bordercolor": { - "arrayOk": true, - "description": "Sets the border color of the hover labels for this trace.", - "editType": "none", - "valType": "color", - "magic_underscores": "fig.update_traces(hoverlabel_bordercolor=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", - "editType": "none", - "valType": "string" - }, - "editType": "none", - "font": { - "color": { - "arrayOk": true, - "editType": "none", - "valType": "color", - "magic_underscores": "fig.update_traces(hoverlabel_font_color=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `color`.", - "editType": "none", - "valType": "string" - }, - "description": "Sets the font used in hover labels.", - "editType": "none", - "family": { - "arrayOk": true, - "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "none", - "noBlank": true, - "strict": true, - "valType": "string", - "magic_underscores": "fig.update_traces(hoverlabel_font_family=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for `family`.", - "editType": "none", - "valType": "string" - }, - "lineposition": { - "arrayOk": true, - "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", - "dflt": "none", - "editType": "none", - "extras": [ - "none" - ], - "flags": [ - "under", - "over", - "through" - ], - "valType": "flaglist", - "magic_underscores": "fig.update_traces(hoverlabel_font_lineposition=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "linepositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `lineposition`.", - "editType": "none", - "valType": "string" - }, - "role": "object", - "shadow": { - "arrayOk": true, - "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", - "dflt": "none", - "editType": "none", - "valType": "string", - "magic_underscores": "fig.update_traces(hoverlabel_font_shadow=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "shadowsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `shadow`.", - "editType": "none", - "valType": "string" - }, - "size": { - "arrayOk": true, - "editType": "none", - "min": 1, - "valType": "number", - "magic_underscores": "fig.update_traces(hoverlabel_font_size=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `size`.", - "editType": "none", - "valType": "string" - }, - "style": { - "arrayOk": true, - "description": "Sets whether a font should be styled with a normal or italic face from its family.", - "dflt": "normal", - "editType": "none", - "valType": "enumerated", - "values": [ - "normal", - "italic" - ], - "magic_underscores": "fig.update_traces(hoverlabel_font_style=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "stylesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `style`.", - "editType": "none", - "valType": "string" - }, - "textcase": { - "arrayOk": true, - "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", - "dflt": "normal", - "editType": "none", - "valType": "enumerated", - "values": [ - "normal", - "word caps", - "upper", - "lower" - ], - "magic_underscores": "fig.update_traces(hoverlabel_font_textcase=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "textcasesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `textcase`.", - "editType": "none", - "valType": "string" - }, - "variant": { - "arrayOk": true, - "description": "Sets the variant of the font.", - "dflt": "normal", - "editType": "none", - "valType": "enumerated", - "values": [ - "normal", - "small-caps", - "all-small-caps", - "all-petite-caps", - "petite-caps", - "unicase" - ], - "magic_underscores": "fig.update_traces(hoverlabel_font_variant=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "variantsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `variant`.", - "editType": "none", - "valType": "string" - }, - "weight": { - "arrayOk": true, - "description": "Sets the weight (or boldness) of the font.", - "dflt": "normal", - "editType": "none", - "extras": [ - "normal", - "bold" - ], - "max": 1000, - "min": 1, - "valType": "integer", - "magic_underscores": "fig.update_traces(hoverlabel_font_weight=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "weightsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `weight`.", - "editType": "none", - "valType": "string" - }, - "magic_underscores": "fig.update_traces(hoverlabel_font=dict(...), selector=dict(type='heatmapgl'))" - }, - "namelength": { - "arrayOk": true, - "description": "Sets the default length (in number of characters) of the trace name in the hover labels for all traces. -1 shows the whole name regardless of length. 0-3 shows the first 0-3 characters, and an integer >3 will show the whole name if it is less than that many characters, but if it is longer, will truncate to `namelength - 3` characters and add an ellipsis.", - "dflt": 15, - "editType": "none", - "min": -1, - "valType": "integer", - "magic_underscores": "fig.update_traces(hoverlabel_namelength=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", - "editType": "none", - "valType": "string" - }, - "role": "object", - "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='heatmapgl'))" - }, - "transpose": { - "description": "Transposes the z data.", - "dflt": false, - "editType": "calc", - "valType": "boolean", - "magic_underscores": "fig.update_traces(transpose=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='heatmapgl'))" - }, - "uirevision": { - "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", - "editType": "none", - "valType": "any", - "magic_underscores": "fig.update_traces(uirevision=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "stream": { - "editType": "calc", - "maxpoints": { - "description": "Sets the maximum number of points to keep on the plots from an incoming stream. If `maxpoints` is set to *50*, only the newest 50 points will be displayed on the plot.", - "dflt": 500, - "editType": "calc", - "max": 10000, - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(stream_maxpoints=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "role": "object", - "token": { - "description": "The stream id number links a data trace on a plot with a stream. See https://chart-studio.plotly.com/settings for more details.", - "editType": "calc", - "noBlank": true, - "strict": true, - "valType": "string", - "magic_underscores": "fig.update_traces(stream_token=<VALUE>, selector=dict(type='heatmapgl'))" - }, - "magic_underscores": "fig.update_traces(stream=dict(...), selector=dict(type='heatmapgl'))" - }, - "magic_underscores": "fig.update_traces(..., selector=dict(type='heatmapgl'))" - }, - "categories": [ - "gl", - "gl2d", - "2dMap" - ], - "meta": { - "description": "*heatmapgl* trace is deprecated! Please consider switching to the *heatmap* or *image* trace types. Alternatively you could contribute/sponsor rewriting this trace type based on cartesian features and using regl framework. WebGL version of the heatmap trace type." - }, - "type": "heatmapgl" - }, - "image": { - "animatable": false, - "attributes": { - "type": "image", - "name": { - "description": "Sets the trace name. The trace name appears as the legend item and on hover.", - "editType": "style", - "valType": "string", - "magic_underscores": "fig.update_traces(name=<VALUE>, selector=dict(type='image'))" - }, - "uid": { - "description": "Assign an id to this trace, Use this to provide object constancy between traces during animations and transitions.", - "editType": "plot", - "valType": "string", - "magic_underscores": "fig.update_traces(uid=<VALUE>, selector=dict(type='image'))" - }, - "visible": { - "description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).", - "dflt": true, - "editType": "calc", - "valType": "enumerated", - "values": [ - true, - false, - "legendonly" - ], - "magic_underscores": "fig.update_traces(visible=<VALUE>, selector=dict(type='image'))" - }, - "legend": { - "description": "Sets the reference to a legend to show this trace in. References to these legends are *legend*, *legend2*, *legend3*, etc. Settings for these legends are set in the layout, under `layout.legend`, `layout.legend2`, etc.", - "dflt": "legend", - "editType": "style", - "valType": "subplotid", - "magic_underscores": "fig.update_traces(legend=<VALUE>, selector=dict(type='image'))" - }, - "legendrank": { - "description": "Sets the legend rank for this trace. Items and groups with smaller ranks are presented on top/left side while with *reversed* `legend.traceorder` they are on bottom/right side. The default legendrank is 1000, so that you can use ranks less than 1000 to place certain items before all unranked items, and ranks greater than 1000 to go after all unranked items. When having unranked or equal rank items shapes would be displayed after traces i.e. according to their order in data and layout.", - "dflt": 1000, - "editType": "style", - "valType": "number", - "magic_underscores": "fig.update_traces(legendrank=<VALUE>, selector=dict(type='image'))" + "legendgroup": { + "description": "Sets the legend group for this trace. Traces and shapes part of the same legend group hide/show at the same time when toggling legend items.", + "dflt": "", + "editType": "style", + "valType": "string", + "magic_underscores": "fig.update_traces(legendgroup=<VALUE>, selector=dict(type='contour'))" }, "legendgrouptitle": { "editType": "style", @@ -31187,7 +30394,7 @@ "color": { "editType": "style", "valType": "color", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_color=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_color=<VALUE>, selector=dict(type='contour'))" }, "description": "Sets this legend group's title font.", "editType": "style", @@ -31197,7 +30404,7 @@ "noBlank": true, "strict": true, "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_family=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_family=<VALUE>, selector=dict(type='contour'))" }, "lineposition": { "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", @@ -31212,7 +30419,7 @@ "through" ], "valType": "flaglist", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_lineposition=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_lineposition=<VALUE>, selector=dict(type='contour'))" }, "role": "object", "shadow": { @@ -31220,13 +30427,13 @@ "dflt": "none", "editType": "style", "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_shadow=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_shadow=<VALUE>, selector=dict(type='contour'))" }, "size": { "editType": "style", "min": 1, "valType": "number", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_size=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_size=<VALUE>, selector=dict(type='contour'))" }, "style": { "description": "Sets whether a font should be styled with a normal or italic face from its family.", @@ -31237,7 +30444,7 @@ "normal", "italic" ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_style=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_style=<VALUE>, selector=dict(type='contour'))" }, "textcase": { "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", @@ -31250,7 +30457,7 @@ "upper", "lower" ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_textcase=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_textcase=<VALUE>, selector=dict(type='contour'))" }, "variant": { "description": "Sets the variant of the font.", @@ -31265,7 +30472,7 @@ "petite-caps", "unicase" ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_variant=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_variant=<VALUE>, selector=dict(type='contour'))" }, "weight": { "description": "Sets the weight (or boldness) of the font.", @@ -31278,9 +30485,9 @@ "max": 1000, "min": 1, "valType": "integer", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_weight=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_weight=<VALUE>, selector=dict(type='contour'))" }, - "magic_underscores": "fig.update_traces(legendgrouptitle_font=dict(...), selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font=dict(...), selector=dict(type='contour'))" }, "role": "object", "text": { @@ -31288,16 +30495,16 @@ "dflt": "", "editType": "style", "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_text=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_text=<VALUE>, selector=dict(type='contour'))" }, - "magic_underscores": "fig.update_traces(legendgrouptitle=dict(...), selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(legendgrouptitle=dict(...), selector=dict(type='contour'))" }, "legendwidth": { "description": "Sets the width (in px or fraction) of the legend for this trace.", "editType": "style", "min": 0, "valType": "number", - "magic_underscores": "fig.update_traces(legendwidth=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(legendwidth=<VALUE>, selector=dict(type='contour'))" }, "opacity": { "description": "Sets the opacity of the trace.", @@ -31306,13 +30513,13 @@ "max": 1, "min": 0, "valType": "number", - "magic_underscores": "fig.update_traces(opacity=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(opacity=<VALUE>, selector=dict(type='contour'))" }, "ids": { "description": "Assigns id labels to each datum. These ids for object constancy of data points during animation. Should be an array of strings, not numbers or any other type.", "editType": "calc", "valType": "data_array", - "magic_underscores": "fig.update_traces(ids=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(ids=<VALUE>, selector=dict(type='contour'))" }, "idssrc": { "description": "Sets the source reference on Chart Studio Cloud for `ids`.", @@ -31324,69 +30531,136 @@ "dflt": 0, "editType": "plot", "valType": "integer", - "magic_underscores": "fig.update_traces(zorder=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(zorder=<VALUE>, selector=dict(type='contour'))" + }, + "x": { + "description": "Sets the x coordinates.", + "editType": "calc+clearAxisTypes", + "impliedEdits": { + "xtype": "array", + "magic_underscores": "fig.update_traces(x_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "data_array", + "magic_underscores": "fig.update_traces(x=<VALUE>, selector=dict(type='contour'))" + }, + "xsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `x`.", + "editType": "none", + "valType": "string" }, "x0": { - "description": "Set the image's x position. The left edge of the image (or the right edge if the x axis is reversed or dx is negative) will be found at xmin=x0-dx/2", + "description": "Alternate to `x`. Builds a linear space of x coordinates. Use with `dx` where `x0` is the starting coordinate and `dx` the step.", "dflt": 0, "editType": "calc+clearAxisTypes", + "impliedEdits": { + "xtype": "scaled", + "magic_underscores": "fig.update_traces(x0_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, "valType": "any", - "magic_underscores": "fig.update_traces(x0=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(x0=<VALUE>, selector=dict(type='contour'))" }, "dx": { - "description": "Set the pixel's horizontal size.", + "description": "Sets the x coordinate step. See `x0` for more info.", "dflt": 1, "editType": "calc", + "impliedEdits": { + "xtype": "scaled", + "magic_underscores": "fig.update_traces(dx_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, "valType": "number", - "magic_underscores": "fig.update_traces(dx=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(dx=<VALUE>, selector=dict(type='contour'))" + }, + "xtype": { + "description": "If *array*, the heatmap's x coordinates are given by *x* (the default behavior when `x` is provided). If *scaled*, the heatmap's x coordinates are given by *x0* and *dx* (the default behavior when `x` is not provided).", + "editType": "calc+clearAxisTypes", + "valType": "enumerated", + "values": [ + "array", + "scaled" + ], + "magic_underscores": "fig.update_traces(xtype=<VALUE>, selector=dict(type='contour'))" + }, + "y": { + "description": "Sets the y coordinates.", + "editType": "calc+clearAxisTypes", + "impliedEdits": { + "ytype": "array", + "magic_underscores": "fig.update_traces(y_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "data_array", + "magic_underscores": "fig.update_traces(y=<VALUE>, selector=dict(type='contour'))" + }, + "ysrc": { + "description": "Sets the source reference on Chart Studio Cloud for `y`.", + "editType": "none", + "valType": "string" }, "y0": { - "description": "Set the image's y position. The top edge of the image (or the bottom edge if the y axis is NOT reversed or if dy is negative) will be found at ymin=y0-dy/2. By default when an image trace is included, the y axis will be reversed so that the image is right-side-up, but you can disable this by setting yaxis.autorange=true or by providing an explicit y axis range.", + "description": "Alternate to `y`. Builds a linear space of y coordinates. Use with `dy` where `y0` is the starting coordinate and `dy` the step.", "dflt": 0, "editType": "calc+clearAxisTypes", + "impliedEdits": { + "ytype": "scaled", + "magic_underscores": "fig.update_traces(y0_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, "valType": "any", - "magic_underscores": "fig.update_traces(y0=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(y0=<VALUE>, selector=dict(type='contour'))" }, "dy": { - "description": "Set the pixel's vertical size", + "description": "Sets the y coordinate step. See `y0` for more info.", "dflt": 1, "editType": "calc", + "impliedEdits": { + "ytype": "scaled", + "magic_underscores": "fig.update_traces(dy_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, "valType": "number", - "magic_underscores": "fig.update_traces(dy=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(dy=<VALUE>, selector=dict(type='contour'))" + }, + "ytype": { + "description": "If *array*, the heatmap's y coordinates are given by *y* (the default behavior when `y` is provided) If *scaled*, the heatmap's y coordinates are given by *y0* and *dy* (the default behavior when `y` is not provided)", + "editType": "calc+clearAxisTypes", + "valType": "enumerated", + "values": [ + "array", + "scaled" + ], + "magic_underscores": "fig.update_traces(ytype=<VALUE>, selector=dict(type='contour'))" }, "z": { - "description": "A 2-dimensional array in which each element is an array of 3 or 4 numbers representing a color.", + "description": "Sets the z data.", "editType": "calc", "valType": "data_array", - "magic_underscores": "fig.update_traces(z=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(z=<VALUE>, selector=dict(type='contour'))" }, "zsrc": { "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" }, - "source": { - "description": "Specifies the data URI of the image to be visualized. The URI consists of \"data:image/[][;base64],\"", - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(source=<VALUE>, selector=dict(type='image'))" - }, "text": { "description": "Sets the text elements associated with each z value.", - "editType": "plot", + "editType": "calc", "valType": "data_array", - "magic_underscores": "fig.update_traces(text=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(text=<VALUE>, selector=dict(type='contour'))" }, "textsrc": { "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, + "texttemplate": { + "description": "For this trace it only has an effect if `coloring` is set to *heatmap*. Template string used for rendering the information text that appear on points. Note that this will override `textinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax. Every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Finally, the template string has access to variables `x`, `y`, `z` and `text`.", + "dflt": "", + "editType": "plot", + "valType": "string", + "magic_underscores": "fig.update_traces(texttemplate=<VALUE>, selector=dict(type='contour'))" + }, "hovertext": { "description": "Same as `text`.", - "editType": "plot", + "editType": "calc", "valType": "data_array", - "magic_underscores": "fig.update_traces(hovertext=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(hovertext=<VALUE>, selector=dict(type='contour'))" }, "hovertextsrc": { "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", @@ -31396,7 +30670,7 @@ "hoverinfo": { "arrayOk": true, "description": "Determines which trace information appear on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired.", - "dflt": "x+y+z+text+name", + "dflt": "all", "editType": "none", "extras": [ "all", @@ -31407,12 +30681,11 @@ "x", "y", "z", - "color", - "name", - "text" + "text", + "name" ], "valType": "flaglist", - "magic_underscores": "fig.update_traces(hoverinfo=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(hoverinfo=<VALUE>, selector=dict(type='contour'))" }, "hoverinfosrc": { "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", @@ -31421,23 +30694,37 @@ }, "hovertemplate": { "arrayOk": true, - "description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\" as well as %{xother}, {%_xother}, {%_xother_}, {%xother_}. When showing info for several points, *xother* will be added to those with different x positions from the first point. An underscore before or after *(x|y)other* will add a space on that side, only when this field is shown. Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plotly.com/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Finally, the template string has access to variables `z`, `color` and `colormodel`. Anything contained in tag `` is displayed in the secondary box, for example \"{fullData.name}\". To hide the secondary box completely, use an empty tag ``.", + "description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\" as well as %{xother}, {%_xother}, {%_xother_}, {%xother_}. When showing info for several points, *xother* will be added to those with different x positions from the first point. An underscore before or after *(x|y)other* will add a space on that side, only when this field is shown. Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plotly.com/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Anything contained in tag `` is displayed in the secondary box, for example \"{fullData.name}\". To hide the secondary box completely, use an empty tag ``.", "dflt": "", "editType": "none", "valType": "string", - "magic_underscores": "fig.update_traces(hovertemplate=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(hovertemplate=<VALUE>, selector=dict(type='contour'))" }, "hovertemplatesrc": { "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, + "xhoverformat": { + "description": "Sets the hover text formatting rulefor `x` using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date formatter: *%h* for half of the year as a decimal number as well as *%{n}f* for fractional seconds with n digits. For example, *2016-10-13 09:15:23.456* with tickformat *%H~%M~%S.%2f* would display *09~15~23.46*By default the values are formatted using `xaxis.hoverformat`.", + "dflt": "", + "editType": "none", + "valType": "string", + "magic_underscores": "fig.update_traces(xhoverformat=<VALUE>, selector=dict(type='contour'))" + }, + "yhoverformat": { + "description": "Sets the hover text formatting rulefor `y` using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date formatter: *%h* for half of the year as a decimal number as well as *%{n}f* for fractional seconds with n digits. For example, *2016-10-13 09:15:23.456* with tickformat *%H~%M~%S.%2f* would display *09~15~23.46*By default the values are formatted using `yaxis.hoverformat`.", + "dflt": "", + "editType": "none", + "valType": "string", + "magic_underscores": "fig.update_traces(yhoverformat=<VALUE>, selector=dict(type='contour'))" + }, "meta": { "arrayOk": true, "description": "Assigns extra meta information associated with this trace that can be used in various text attributes. Attributes such as trace `name`, graph, axis and colorbar `title.text`, annotation `text` `rangeselector`, `updatemenues` and `sliders` `label` text all support `meta`. To access the trace `meta` values in an attribute in the same trace, simply use `%{meta[i]}` where `i` is the index or key of the `meta` item in question. To access trace `meta` in layout attributes, use `%{data[n[.meta[i]}` where `i` is the index or key of the `meta` and `n` is the trace index.", "editType": "plot", "valType": "any", - "magic_underscores": "fig.update_traces(meta=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(meta=<VALUE>, selector=dict(type='contour'))" }, "metasrc": { "description": "Sets the source reference on Chart Studio Cloud for `meta`.", @@ -31448,7 +30735,7 @@ "description": "Assigns extra data each datum. This may be useful when listening to hover, click and selection events. Note that, *scatter* traces also appends customdata items in the markers DOM elements", "editType": "calc", "valType": "data_array", - "magic_underscores": "fig.update_traces(customdata=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(customdata=<VALUE>, selector=dict(type='contour'))" }, "customdatasrc": { "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", @@ -31460,164 +30747,466 @@ "dflt": "x", "editType": "calc+clearAxisTypes", "valType": "subplotid", - "magic_underscores": "fig.update_traces(xaxis=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(xaxis=<VALUE>, selector=dict(type='contour'))" }, "yaxis": { "description": "Sets a reference between this trace's y coordinates and a 2D cartesian y axis. If *y* (the default value), the y coordinates refer to `layout.yaxis`. If *y2*, the y coordinates refer to `layout.yaxis2`, and so on.", "dflt": "y", "editType": "calc+clearAxisTypes", "valType": "subplotid", - "magic_underscores": "fig.update_traces(yaxis=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(yaxis=<VALUE>, selector=dict(type='contour'))" }, - "colormodel": { - "description": "Color model used to map the numerical color components described in `z` into colors. If `source` is specified, this attribute will be set to `rgba256` otherwise it defaults to `rgb`.", + "coloraxis": { + "description": "Sets a reference to a shared color axis. References to these shared color axes are *coloraxis*, *coloraxis2*, *coloraxis3*, etc. Settings for these shared color axes are set in the layout, under `layout.coloraxis`, `layout.coloraxis2`, etc. Note that multiple color scales can be linked to the same color axis.", + "dflt": null, + "editType": "calc", + "regex": "/^coloraxis([2-9]|[1-9][0-9]+)?$/", + "valType": "subplotid", + "magic_underscores": "fig.update_traces(coloraxis=<VALUE>, selector=dict(type='contour'))" + }, + "xperiod": { + "description": "Only relevant when the axis `type` is *date*. Sets the period positioning in milliseconds or *M* on the x axis. Special values in the form of *M* could be used to declare the number of months. In this case `n` must be a positive integer.", + "dflt": 0, + "editType": "calc", + "impliedEdits": { + "xtype": "scaled", + "magic_underscores": "fig.update_traces(xperiod_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "any", + "magic_underscores": "fig.update_traces(xperiod=<VALUE>, selector=dict(type='contour'))" + }, + "xperiodalignment": { + "description": "Only relevant when the axis `type` is *date*. Sets the alignment of data points on the x axis.", + "dflt": "middle", "editType": "calc", + "impliedEdits": { + "xtype": "scaled", + "magic_underscores": "fig.update_traces(xperiodalignment_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, "valType": "enumerated", "values": [ - "rgb", - "rgba", - "rgba256", - "hsl", - "hsla" + "start", + "middle", + "end" ], - "magic_underscores": "fig.update_traces(colormodel=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(xperiodalignment=<VALUE>, selector=dict(type='contour'))" }, - "zmax": { - "description": "Array defining the higher bound for each color component. Note that the default value will depend on the colormodel. For the `rgb` colormodel, it is [255, 255, 255]. For the `rgba` colormodel, it is [255, 255, 255, 1]. For the `rgba256` colormodel, it is [255, 255, 255, 255]. For the `hsl` colormodel, it is [360, 100, 100]. For the `hsla` colormodel, it is [360, 100, 100, 1].", + "xperiod0": { + "description": "Only relevant when the axis `type` is *date*. Sets the base for period positioning in milliseconds or date string on the x0 axis. When `x0period` is round number of weeks, the `x0period0` by default would be on a Sunday i.e. 2000-01-02, otherwise it would be at 2000-01-01.", "editType": "calc", - "items": [ - { - "editType": "calc", - "valType": "number" - }, - { - "editType": "calc", - "valType": "number" - }, - { - "editType": "calc", - "valType": "number" - }, - { - "editType": "calc", - "valType": "number" - } - ], - "valType": "info_array", - "magic_underscores": "fig.update_traces(zmax=list(...), selector=dict(type='image'))" + "valType": "any", + "magic_underscores": "fig.update_traces(xperiod0=<VALUE>, selector=dict(type='contour'))" }, - "zmin": { - "description": "Array defining the lower bound for each color component. Note that the default value will depend on the colormodel. For the `rgb` colormodel, it is [0, 0, 0]. For the `rgba` colormodel, it is [0, 0, 0, 0]. For the `rgba256` colormodel, it is [0, 0, 0, 0]. For the `hsl` colormodel, it is [0, 0, 0]. For the `hsla` colormodel, it is [0, 0, 0, 0].", + "yperiod": { + "description": "Only relevant when the axis `type` is *date*. Sets the period positioning in milliseconds or *M* on the y axis. Special values in the form of *M* could be used to declare the number of months. In this case `n` must be a positive integer.", + "dflt": 0, "editType": "calc", - "items": [ - { - "editType": "calc", - "valType": "number" - }, - { - "editType": "calc", - "valType": "number" - }, - { - "editType": "calc", - "valType": "number" - }, - { - "editType": "calc", - "valType": "number" - } - ], - "valType": "info_array", - "magic_underscores": "fig.update_traces(zmin=list(...), selector=dict(type='image'))" + "impliedEdits": { + "ytype": "scaled", + "magic_underscores": "fig.update_traces(yperiod_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "any", + "magic_underscores": "fig.update_traces(yperiod=<VALUE>, selector=dict(type='contour'))" }, - "zsmooth": { - "description": "Picks a smoothing algorithm used to smooth `z` data. This only applies for image traces that use the `source` attribute.", - "dflt": false, - "editType": "plot", + "yperiodalignment": { + "description": "Only relevant when the axis `type` is *date*. Sets the alignment of data points on the y axis.", + "dflt": "middle", + "editType": "calc", + "impliedEdits": { + "ytype": "scaled", + "magic_underscores": "fig.update_traces(yperiodalignment_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, "valType": "enumerated", "values": [ - "fast", - false + "start", + "middle", + "end" ], - "magic_underscores": "fig.update_traces(zsmooth=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(yperiodalignment=<VALUE>, selector=dict(type='contour'))" }, - "hoverlabel": { - "align": { - "arrayOk": true, - "description": "Sets the horizontal alignment of the text content within hover label box. Has an effect only if the hover label text spans more two or more lines", + "yperiod0": { + "description": "Only relevant when the axis `type` is *date*. Sets the base for period positioning in milliseconds or date string on the y0 axis. When `y0period` is round number of weeks, the `y0period0` by default would be on a Sunday i.e. 2000-01-02, otherwise it would be at 2000-01-01.", + "editType": "calc", + "valType": "any", + "magic_underscores": "fig.update_traces(yperiod0=<VALUE>, selector=dict(type='contour'))" + }, + "line": { + "color": { + "description": "Sets the color of the contour level. Has no effect if `contours.coloring` is set to *lines*.", + "editType": "style+colorbars", + "valType": "color", + "magic_underscores": "fig.update_traces(line_color=<VALUE>, selector=dict(type='contour'))" + }, + "dash": { + "description": "Sets the dash style of lines. Set to a dash type string (*solid*, *dot*, *dash*, *longdash*, *dashdot*, or *longdashdot*) or a dash length list in px (eg *5px,10px,2px,2px*).", + "dflt": "solid", + "editType": "style", + "valType": "string", + "values": [ + "solid", + "dot", + "dash", + "longdash", + "dashdot", + "longdashdot" + ], + "magic_underscores": "fig.update_traces(line_dash=<VALUE>, selector=dict(type='contour'))" + }, + "editType": "plot", + "role": "object", + "smoothing": { + "description": "Sets the amount of smoothing for the contour lines, where *0* corresponds to no smoothing.", + "dflt": 1, + "editType": "plot", + "max": 1.3, + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(line_smoothing=<VALUE>, selector=dict(type='contour'))" + }, + "width": { + "description": "Sets the contour line width in (in px) Defaults to *0.5* when `contours.type` is *levels*. Defaults to *2* when `contour.type` is *constraint*.", + "editType": "style+colorbars", + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(line_width=<VALUE>, selector=dict(type='contour'))" + }, + "magic_underscores": "fig.update_traces(line=dict(...), selector=dict(type='contour'))" + }, + "textfont": { + "color": { "dflt": "auto", - "editType": "none", + "editType": "style", + "valType": "color", + "magic_underscores": "fig.update_traces(textfont_color=<VALUE>, selector=dict(type='contour'))" + }, + "description": "For this trace it only has an effect if `coloring` is set to *heatmap*. Sets the text font.", + "editType": "plot", + "family": { + "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", + "editType": "plot", + "noBlank": true, + "strict": true, + "valType": "string", + "magic_underscores": "fig.update_traces(textfont_family=<VALUE>, selector=dict(type='contour'))" + }, + "lineposition": { + "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", + "dflt": "none", + "editType": "plot", + "extras": [ + "none" + ], + "flags": [ + "under", + "over", + "through" + ], + "valType": "flaglist", + "magic_underscores": "fig.update_traces(textfont_lineposition=<VALUE>, selector=dict(type='contour'))" + }, + "role": "object", + "shadow": { + "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", + "dflt": "none", + "editType": "plot", + "valType": "string", + "magic_underscores": "fig.update_traces(textfont_shadow=<VALUE>, selector=dict(type='contour'))" + }, + "size": { + "dflt": "auto", + "editType": "plot", + "min": 1, + "valType": "number", + "magic_underscores": "fig.update_traces(textfont_size=<VALUE>, selector=dict(type='contour'))" + }, + "style": { + "description": "Sets whether a font should be styled with a normal or italic face from its family.", + "dflt": "normal", + "editType": "plot", "valType": "enumerated", "values": [ - "left", - "right", - "auto" + "normal", + "italic" ], - "magic_underscores": "fig.update_traces(hoverlabel_align=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(textfont_style=<VALUE>, selector=dict(type='contour'))" }, - "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `align`.", - "editType": "none", - "valType": "string" + "textcase": { + "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", + "dflt": "normal", + "editType": "plot", + "valType": "enumerated", + "values": [ + "normal", + "word caps", + "upper", + "lower" + ], + "magic_underscores": "fig.update_traces(textfont_textcase=<VALUE>, selector=dict(type='contour'))" + }, + "variant": { + "description": "Sets the variant of the font.", + "dflt": "normal", + "editType": "plot", + "valType": "enumerated", + "values": [ + "normal", + "small-caps", + "all-small-caps", + "all-petite-caps", + "petite-caps", + "unicase" + ], + "magic_underscores": "fig.update_traces(textfont_variant=<VALUE>, selector=dict(type='contour'))" + }, + "weight": { + "description": "Sets the weight (or boldness) of the font.", + "dflt": "normal", + "editType": "plot", + "extras": [ + "normal", + "bold" + ], + "max": 1000, + "min": 1, + "valType": "integer", + "magic_underscores": "fig.update_traces(textfont_weight=<VALUE>, selector=dict(type='contour'))" }, + "magic_underscores": "fig.update_traces(textfont=dict(...), selector=dict(type='contour'))" + }, + "colorbar": { "bgcolor": { - "arrayOk": true, - "description": "Sets the background color of the hover labels for this trace", - "editType": "none", + "description": "Sets the color of padded area.", + "dflt": "rgba(0,0,0,0)", + "editType": "colorbars", "valType": "color", - "magic_underscores": "fig.update_traces(hoverlabel_bgcolor=<VALUE>, selector=dict(type='image'))" - }, - "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(colorbar_bgcolor=<VALUE>, selector=dict(type='contour'))" }, "bordercolor": { - "arrayOk": true, - "description": "Sets the border color of the hover labels for this trace.", - "editType": "none", + "description": "Sets the axis line color.", + "dflt": "#444", + "editType": "colorbars", "valType": "color", - "magic_underscores": "fig.update_traces(hoverlabel_bordercolor=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(colorbar_bordercolor=<VALUE>, selector=dict(type='contour'))" }, - "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", - "editType": "none", - "valType": "string" + "borderwidth": { + "description": "Sets the width (in px) or the border enclosing this color bar.", + "dflt": 0, + "editType": "colorbars", + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(colorbar_borderwidth=<VALUE>, selector=dict(type='contour'))" }, - "editType": "none", - "font": { + "dtick": { + "description": "Sets the step in-between ticks on this axis. Use with `tick0`. Must be a positive number, or special strings available to *log* and *date* axes. If the axis `type` is *log*, then ticks are set every 10^(n*dtick) where n is the tick number. For example, to set a tick mark at 1, 10, 100, 1000, ... set dtick to 1. To set tick marks at 1, 100, 10000, ... set dtick to 2. To set tick marks at 1, 5, 25, 125, 625, 3125, ... set dtick to log_10(5), or 0.69897000433. *log* has several special values; *L*, where `f` is a positive number, gives ticks linearly spaced in value (but not position). For example `tick0` = 0.1, `dtick` = *L0.5* will put ticks at 0.1, 0.6, 1.1, 1.6 etc. To show powers of 10 plus small digits between, use *D1* (all digits) or *D2* (only 2 and 5). `tick0` is ignored for *D1* and *D2*. If the axis `type` is *date*, then you must convert the time to milliseconds. For example, to set the interval between ticks to one day, set `dtick` to 86400000.0. *date* also has special values *M* gives ticks spaced by a number of months. `n` must be a positive integer. To set ticks on the 15th of every third month, set `tick0` to *2000-01-15* and `dtick` to *M3*. To set ticks every 4 years, set `dtick` to *M48*", + "editType": "colorbars", + "impliedEdits": { + "tickmode": "linear", + "magic_underscores": "fig.update_traces(colorbar_dtick_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "any", + "magic_underscores": "fig.update_traces(colorbar_dtick=<VALUE>, selector=dict(type='contour'))" + }, + "editType": "colorbars", + "exponentformat": { + "description": "Determines a formatting rule for the tick exponents. For example, consider the number 1,000,000,000. If *none*, it appears as 1,000,000,000. If *e*, 1e+9. If *E*, 1E+9. If *power*, 1x10^9 (with 9 in a super script). If *SI*, 1G. If *B*, 1B.", + "dflt": "B", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "none", + "e", + "E", + "power", + "SI", + "B" + ], + "magic_underscores": "fig.update_traces(colorbar_exponentformat=<VALUE>, selector=dict(type='contour'))" + }, + "labelalias": { + "description": "Replacement text for specific tick or hover labels. For example using {US: 'USA', CA: 'Canada'} changes US to USA and CA to Canada. The labels we would have shown must match the keys exactly, after adding any tickprefix or ticksuffix. For negative numbers the minus sign symbol used (U+2212) is wider than the regular ascii dash. That means you need to use \u22121 instead of -1. labelalias can be used with any axis type, and both keys (if needed) and values (if desired) can include html-like tags or MathJax.", + "dflt": false, + "editType": "colorbars", + "valType": "any", + "magic_underscores": "fig.update_traces(colorbar_labelalias=<VALUE>, selector=dict(type='contour'))" + }, + "len": { + "description": "Sets the length of the color bar This measure excludes the padding of both ends. That is, the color bar length is this length minus the padding on both ends.", + "dflt": 1, + "editType": "colorbars", + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(colorbar_len=<VALUE>, selector=dict(type='contour'))" + }, + "lenmode": { + "description": "Determines whether this color bar's length (i.e. the measure in the color variation direction) is set in units of plot *fraction* or in *pixels. Use `len` to set the value.", + "dflt": "fraction", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "fraction", + "pixels" + ], + "magic_underscores": "fig.update_traces(colorbar_lenmode=<VALUE>, selector=dict(type='contour'))" + }, + "minexponent": { + "description": "Hide SI prefix for 10^n if |n| is below this number. This only has an effect when `tickformat` is *SI* or *B*.", + "dflt": 3, + "editType": "colorbars", + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(colorbar_minexponent=<VALUE>, selector=dict(type='contour'))" + }, + "nticks": { + "description": "Specifies the maximum number of ticks for the particular axis. The actual number of ticks will be chosen automatically to be less than or equal to `nticks`. Has an effect only if `tickmode` is set to *auto*.", + "dflt": 0, + "editType": "colorbars", + "min": 0, + "valType": "integer", + "magic_underscores": "fig.update_traces(colorbar_nticks=<VALUE>, selector=dict(type='contour'))" + }, + "orientation": { + "description": "Sets the orientation of the colorbar.", + "dflt": "v", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "h", + "v" + ], + "magic_underscores": "fig.update_traces(colorbar_orientation=<VALUE>, selector=dict(type='contour'))" + }, + "outlinecolor": { + "description": "Sets the axis line color.", + "dflt": "#444", + "editType": "colorbars", + "valType": "color", + "magic_underscores": "fig.update_traces(colorbar_outlinecolor=<VALUE>, selector=dict(type='contour'))" + }, + "outlinewidth": { + "description": "Sets the width (in px) of the axis line.", + "dflt": 1, + "editType": "colorbars", + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(colorbar_outlinewidth=<VALUE>, selector=dict(type='contour'))" + }, + "role": "object", + "separatethousands": { + "description": "If \"true\", even 4-digit integers are separated", + "dflt": false, + "editType": "colorbars", + "valType": "boolean", + "magic_underscores": "fig.update_traces(colorbar_separatethousands=<VALUE>, selector=dict(type='contour'))" + }, + "showexponent": { + "description": "If *all*, all exponents are shown besides their significands. If *first*, only the exponent of the first tick is shown. If *last*, only the exponent of the last tick is shown. If *none*, no exponents appear.", + "dflt": "all", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "all", + "first", + "last", + "none" + ], + "magic_underscores": "fig.update_traces(colorbar_showexponent=<VALUE>, selector=dict(type='contour'))" + }, + "showticklabels": { + "description": "Determines whether or not the tick labels are drawn.", + "dflt": true, + "editType": "colorbars", + "valType": "boolean", + "magic_underscores": "fig.update_traces(colorbar_showticklabels=<VALUE>, selector=dict(type='contour'))" + }, + "showtickprefix": { + "description": "If *all*, all tick labels are displayed with a prefix. If *first*, only the first tick is displayed with a prefix. If *last*, only the last tick is displayed with a suffix. If *none*, tick prefixes are hidden.", + "dflt": "all", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "all", + "first", + "last", + "none" + ], + "magic_underscores": "fig.update_traces(colorbar_showtickprefix=<VALUE>, selector=dict(type='contour'))" + }, + "showticksuffix": { + "description": "Same as `showtickprefix` but for tick suffixes.", + "dflt": "all", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "all", + "first", + "last", + "none" + ], + "magic_underscores": "fig.update_traces(colorbar_showticksuffix=<VALUE>, selector=dict(type='contour'))" + }, + "thickness": { + "description": "Sets the thickness of the color bar This measure excludes the size of the padding, ticks and labels.", + "dflt": 30, + "editType": "colorbars", + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(colorbar_thickness=<VALUE>, selector=dict(type='contour'))" + }, + "thicknessmode": { + "description": "Determines whether this color bar's thickness (i.e. the measure in the constant color direction) is set in units of plot *fraction* or in *pixels*. Use `thickness` to set the value.", + "dflt": "pixels", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "fraction", + "pixels" + ], + "magic_underscores": "fig.update_traces(colorbar_thicknessmode=<VALUE>, selector=dict(type='contour'))" + }, + "tick0": { + "description": "Sets the placement of the first tick on this axis. Use with `dtick`. If the axis `type` is *log*, then you must take the log of your starting tick (e.g. to set the starting tick to 100, set the `tick0` to 2) except when `dtick`=*L* (see `dtick` for more info). If the axis `type` is *date*, it should be a date string, like date data. If the axis `type` is *category*, it should be a number, using the scale where each category is assigned a serial number from zero in the order it appears.", + "editType": "colorbars", + "impliedEdits": { + "tickmode": "linear", + "magic_underscores": "fig.update_traces(colorbar_tick0_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "any", + "magic_underscores": "fig.update_traces(colorbar_tick0=<VALUE>, selector=dict(type='contour'))" + }, + "tickangle": { + "description": "Sets the angle of the tick labels with respect to the horizontal. For example, a `tickangle` of -90 draws the tick labels vertically.", + "dflt": "auto", + "editType": "colorbars", + "valType": "angle", + "magic_underscores": "fig.update_traces(colorbar_tickangle=<VALUE>, selector=dict(type='contour'))" + }, + "tickcolor": { + "description": "Sets the tick color.", + "dflt": "#444", + "editType": "colorbars", + "valType": "color", + "magic_underscores": "fig.update_traces(colorbar_tickcolor=<VALUE>, selector=dict(type='contour'))" + }, + "tickfont": { "color": { - "arrayOk": true, - "editType": "none", + "editType": "colorbars", "valType": "color", - "magic_underscores": "fig.update_traces(hoverlabel_font_color=<VALUE>, selector=dict(type='image'))" - }, - "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `color`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(colorbar_tickfont_color=<VALUE>, selector=dict(type='contour'))" }, - "description": "Sets the font used in hover labels.", - "editType": "none", + "description": "Sets the color bar's tick label font", + "editType": "colorbars", "family": { - "arrayOk": true, "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "none", + "editType": "colorbars", "noBlank": true, "strict": true, "valType": "string", - "magic_underscores": "fig.update_traces(hoverlabel_font_family=<VALUE>, selector=dict(type='image'))" - }, - "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for `family`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(colorbar_tickfont_family=<VALUE>, selector=dict(type='contour'))" }, "lineposition": { - "arrayOk": true, "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", "dflt": "none", - "editType": "none", + "editType": "colorbars", "extras": [ "none" ], @@ -31627,61 +31216,37 @@ "through" ], "valType": "flaglist", - "magic_underscores": "fig.update_traces(hoverlabel_font_lineposition=<VALUE>, selector=dict(type='image'))" - }, - "linepositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `lineposition`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(colorbar_tickfont_lineposition=<VALUE>, selector=dict(type='contour'))" }, "role": "object", "shadow": { - "arrayOk": true, "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", "dflt": "none", - "editType": "none", + "editType": "colorbars", "valType": "string", - "magic_underscores": "fig.update_traces(hoverlabel_font_shadow=<VALUE>, selector=dict(type='image'))" - }, - "shadowsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `shadow`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(colorbar_tickfont_shadow=<VALUE>, selector=dict(type='contour'))" }, "size": { - "arrayOk": true, - "editType": "none", + "editType": "colorbars", "min": 1, "valType": "number", - "magic_underscores": "fig.update_traces(hoverlabel_font_size=<VALUE>, selector=dict(type='image'))" - }, - "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `size`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(colorbar_tickfont_size=<VALUE>, selector=dict(type='contour'))" }, "style": { - "arrayOk": true, "description": "Sets whether a font should be styled with a normal or italic face from its family.", "dflt": "normal", - "editType": "none", + "editType": "colorbars", "valType": "enumerated", "values": [ "normal", "italic" ], - "magic_underscores": "fig.update_traces(hoverlabel_font_style=<VALUE>, selector=dict(type='image'))" - }, - "stylesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `style`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(colorbar_tickfont_style=<VALUE>, selector=dict(type='contour'))" }, "textcase": { - "arrayOk": true, "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", "dflt": "normal", - "editType": "none", + "editType": "colorbars", "valType": "enumerated", "values": [ "normal", @@ -31689,18 +31254,12 @@ "upper", "lower" ], - "magic_underscores": "fig.update_traces(hoverlabel_font_textcase=<VALUE>, selector=dict(type='image'))" - }, - "textcasesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `textcase`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(colorbar_tickfont_textcase=<VALUE>, selector=dict(type='contour'))" }, "variant": { - "arrayOk": true, "description": "Sets the variant of the font.", "dflt": "normal", - "editType": "none", + "editType": "colorbars", "valType": "enumerated", "values": [ "normal", @@ -31710,18 +31269,12 @@ "petite-caps", "unicase" ], - "magic_underscores": "fig.update_traces(hoverlabel_font_variant=<VALUE>, selector=dict(type='image'))" - }, - "variantsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `variant`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(colorbar_tickfont_variant=<VALUE>, selector=dict(type='contour'))" }, "weight": { - "arrayOk": true, "description": "Sets the weight (or boldness) of the font.", "dflt": "normal", - "editType": "none", + "editType": "colorbars", "extras": [ "normal", "bold" @@ -31729,151 +31282,526 @@ "max": 1000, "min": 1, "valType": "integer", - "magic_underscores": "fig.update_traces(hoverlabel_font_weight=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(colorbar_tickfont_weight=<VALUE>, selector=dict(type='contour'))" }, - "weightsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `weight`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(colorbar_tickfont=dict(...), selector=dict(type='contour'))" + }, + "tickformat": { + "description": "Sets the tick label formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date formatter: *%h* for half of the year as a decimal number as well as *%{n}f* for fractional seconds with n digits. For example, *2016-10-13 09:15:23.456* with tickformat *%H~%M~%S.%2f* would display *09~15~23.46*", + "dflt": "", + "editType": "colorbars", + "valType": "string", + "magic_underscores": "fig.update_traces(colorbar_tickformat=<VALUE>, selector=dict(type='contour'))" + }, + "tickformatstops": { + "items": { + "tickformatstop": { + "dtickrange": { + "description": "range [*min*, *max*], where *min*, *max* - dtick values which describe some zoom level, it is possible to omit *min* or *max* value by passing *null*", + "editType": "colorbars", + "items": [ + { + "editType": "colorbars", + "valType": "any" + }, + { + "editType": "colorbars", + "valType": "any" + } + ], + "valType": "info_array" + }, + "editType": "colorbars", + "enabled": { + "description": "Determines whether or not this stop is used. If `false`, this stop is ignored even within its `dtickrange`.", + "dflt": true, + "editType": "colorbars", + "valType": "boolean" + }, + "name": { + "description": "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.", + "editType": "colorbars", + "valType": "string" + }, + "role": "object", + "templateitemname": { + "description": "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`.", + "editType": "colorbars", + "valType": "string" + }, + "value": { + "description": "string - dtickformat for described zoom level, the same as *tickformat*", + "dflt": "", + "editType": "colorbars", + "valType": "string" + } + } }, - "magic_underscores": "fig.update_traces(hoverlabel_font=dict(...), selector=dict(type='image'))" + "role": "object", + "magic_underscores": "fig.update_traces(colorbar_tickformatstops=list(...), selector=dict(type='contour'))" }, - "namelength": { - "arrayOk": true, - "description": "Sets the default length (in number of characters) of the trace name in the hover labels for all traces. -1 shows the whole name regardless of length. 0-3 shows the first 0-3 characters, and an integer >3 will show the whole name if it is less than that many characters, but if it is longer, will truncate to `namelength - 3` characters and add an ellipsis.", - "dflt": 15, - "editType": "none", - "min": -1, + "ticklabeloverflow": { + "description": "Determines how we handle tick labels that would overflow either the graph div or the domain of the axis. The default value for inside tick labels is *hide past domain*. In other cases the default is *hide past div*.", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "allow", + "hide past div", + "hide past domain" + ], + "magic_underscores": "fig.update_traces(colorbar_ticklabeloverflow=<VALUE>, selector=dict(type='contour'))" + }, + "ticklabelposition": { + "description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.", + "dflt": "outside", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "outside", + "inside", + "outside top", + "inside top", + "outside left", + "inside left", + "outside right", + "inside right", + "outside bottom", + "inside bottom" + ], + "magic_underscores": "fig.update_traces(colorbar_ticklabelposition=<VALUE>, selector=dict(type='contour'))" + }, + "ticklabelstep": { + "description": "Sets the spacing between tick labels as compared to the spacing between ticks. A value of 1 (default) means each tick gets a label. A value of 2 means shows every 2nd label. A larger value n means only every nth tick is labeled. `tick0` determines which labels are shown. Not implemented for axes with `type` *log* or *multicategory*, or when `tickmode` is *array*.", + "dflt": 1, + "editType": "colorbars", + "min": 1, "valType": "integer", - "magic_underscores": "fig.update_traces(hoverlabel_namelength=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(colorbar_ticklabelstep=<VALUE>, selector=dict(type='contour'))" }, - "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", + "ticklen": { + "description": "Sets the tick length (in px).", + "dflt": 5, + "editType": "colorbars", + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(colorbar_ticklen=<VALUE>, selector=dict(type='contour'))" + }, + "tickmode": { + "description": "Sets the tick mode for this axis. If *auto*, the number of ticks is set via `nticks`. If *linear*, the placement of the ticks is determined by a starting position `tick0` and a tick step `dtick` (*linear* is the default value if `tick0` and `dtick` are provided). If *array*, the placement of the ticks is set via `tickvals` and the tick text is `ticktext`. (*array* is the default value if `tickvals` is provided).", + "editType": "colorbars", + "impliedEdits": { + "magic_underscores": "fig.update_traces(colorbar_tickmode_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "enumerated", + "values": [ + "auto", + "linear", + "array" + ], + "magic_underscores": "fig.update_traces(colorbar_tickmode=<VALUE>, selector=dict(type='contour'))" + }, + "tickprefix": { + "description": "Sets a tick label prefix.", + "dflt": "", + "editType": "colorbars", + "valType": "string", + "magic_underscores": "fig.update_traces(colorbar_tickprefix=<VALUE>, selector=dict(type='contour'))" + }, + "ticks": { + "description": "Determines whether ticks are drawn or not. If **, this axis' ticks are not drawn. If *outside* (*inside*), this axis' are drawn outside (inside) the axis lines.", + "dflt": "", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "outside", + "inside", + "" + ], + "magic_underscores": "fig.update_traces(colorbar_ticks=<VALUE>, selector=dict(type='contour'))" + }, + "ticksuffix": { + "description": "Sets a tick label suffix.", + "dflt": "", + "editType": "colorbars", + "valType": "string", + "magic_underscores": "fig.update_traces(colorbar_ticksuffix=<VALUE>, selector=dict(type='contour'))" + }, + "ticktext": { + "description": "Sets the text displayed at the ticks position via `tickvals`. Only has an effect if `tickmode` is set to *array*. Used with `tickvals`.", + "editType": "colorbars", + "valType": "data_array", + "magic_underscores": "fig.update_traces(colorbar_ticktext=<VALUE>, selector=dict(type='contour'))" + }, + "ticktextsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, - "role": "object", - "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='image'))" - }, - "uirevision": { - "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", - "editType": "none", - "valType": "any", - "magic_underscores": "fig.update_traces(uirevision=<VALUE>, selector=dict(type='image'))" - }, - "stream": { - "editType": "calc", - "maxpoints": { - "description": "Sets the maximum number of points to keep on the plots from an incoming stream. If `maxpoints` is set to *50*, only the newest 50 points will be displayed on the plot.", - "dflt": 500, - "editType": "calc", - "max": 10000, + "tickvals": { + "description": "Sets the values at which ticks on this axis appear. Only has an effect if `tickmode` is set to *array*. Used with `ticktext`.", + "editType": "colorbars", + "valType": "data_array", + "magic_underscores": "fig.update_traces(colorbar_tickvals=<VALUE>, selector=dict(type='contour'))" + }, + "tickvalssrc": { + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", + "editType": "none", + "valType": "string" + }, + "tickwidth": { + "description": "Sets the tick width (in px).", + "dflt": 1, + "editType": "colorbars", "min": 0, "valType": "number", - "magic_underscores": "fig.update_traces(stream_maxpoints=<VALUE>, selector=dict(type='image'))" + "magic_underscores": "fig.update_traces(colorbar_tickwidth=<VALUE>, selector=dict(type='contour'))" }, - "role": "object", - "token": { - "description": "The stream id number links a data trace on a plot with a stream. See https://chart-studio.plotly.com/settings for more details.", - "editType": "calc", - "noBlank": true, - "strict": true, - "valType": "string", - "magic_underscores": "fig.update_traces(stream_token=<VALUE>, selector=dict(type='image'))" + "title": { + "editType": "colorbars", + "font": { + "color": { + "editType": "colorbars", + "valType": "color", + "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='contour'))" + }, + "description": "Sets this color bar's title font.", + "editType": "colorbars", + "family": { + "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", + "editType": "colorbars", + "noBlank": true, + "strict": true, + "valType": "string", + "magic_underscores": "fig.update_traces(colorbar_title_font_family=<VALUE>, selector=dict(type='contour'))" + }, + "lineposition": { + "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", + "dflt": "none", + "editType": "colorbars", + "extras": [ + "none" + ], + "flags": [ + "under", + "over", + "through" + ], + "valType": "flaglist", + "magic_underscores": "fig.update_traces(colorbar_title_font_lineposition=<VALUE>, selector=dict(type='contour'))" + }, + "role": "object", + "shadow": { + "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", + "dflt": "none", + "editType": "colorbars", + "valType": "string", + "magic_underscores": "fig.update_traces(colorbar_title_font_shadow=<VALUE>, selector=dict(type='contour'))" + }, + "size": { + "editType": "colorbars", + "min": 1, + "valType": "number", + "magic_underscores": "fig.update_traces(colorbar_title_font_size=<VALUE>, selector=dict(type='contour'))" + }, + "style": { + "description": "Sets whether a font should be styled with a normal or italic face from its family.", + "dflt": "normal", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "normal", + "italic" + ], + "magic_underscores": "fig.update_traces(colorbar_title_font_style=<VALUE>, selector=dict(type='contour'))" + }, + "textcase": { + "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", + "dflt": "normal", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "normal", + "word caps", + "upper", + "lower" + ], + "magic_underscores": "fig.update_traces(colorbar_title_font_textcase=<VALUE>, selector=dict(type='contour'))" + }, + "variant": { + "description": "Sets the variant of the font.", + "dflt": "normal", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "normal", + "small-caps", + "all-small-caps", + "all-petite-caps", + "petite-caps", + "unicase" + ], + "magic_underscores": "fig.update_traces(colorbar_title_font_variant=<VALUE>, selector=dict(type='contour'))" + }, + "weight": { + "description": "Sets the weight (or boldness) of the font.", + "dflt": "normal", + "editType": "colorbars", + "extras": [ + "normal", + "bold" + ], + "max": 1000, + "min": 1, + "valType": "integer", + "magic_underscores": "fig.update_traces(colorbar_title_font_weight=<VALUE>, selector=dict(type='contour'))" + }, + "magic_underscores": "fig.update_traces(colorbar_title_font=dict(...), selector=dict(type='contour'))" + }, + "role": "object", + "side": { + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "right", + "top", + "bottom" + ], + "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='contour'))" + }, + "text": { + "description": "Sets the title of the color bar.", + "editType": "colorbars", + "valType": "string", + "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='contour'))" + }, + "magic_underscores": "fig.update_traces(colorbar_title=dict(...), selector=dict(type='contour'))" }, - "magic_underscores": "fig.update_traces(stream=dict(...), selector=dict(type='image'))" - }, - "magic_underscores": "fig.update_traces(..., selector=dict(type='image'))" - }, - "categories": [ - "cartesian", - "svg", - "2dMap", - "noSortingByValue" - ], - "meta": { - "description": "Display an image, i.e. data on a 2D regular raster. By default, when an image is displayed in a subplot, its y axis will be reversed (ie. `autorange: 'reversed'`), constrained to the domain (ie. `constrain: 'domain'`) and it will have the same scale as its x axis (ie. `scaleanchor: 'x,`) in order for pixels to be rendered as squares." - }, - "type": "image" - }, - "contour": { - "animatable": false, - "attributes": { - "type": "contour", - "name": { - "description": "Sets the trace name. The trace name appears as the legend item and on hover.", - "editType": "style", - "valType": "string", - "magic_underscores": "fig.update_traces(name=<VALUE>, selector=dict(type='contour'))" + "x": { + "description": "Sets the x position with respect to `xref` of the color bar (in plot fraction). When `xref` is *paper*, defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*. When `xref` is *container*, defaults to *1* when `orientation` is *v* and 0.5 when `orientation` is *h*. Must be between *0* and *1* if `xref` is *container* and between *-2* and *3* if `xref` is *paper*.", + "editType": "colorbars", + "valType": "number", + "magic_underscores": "fig.update_traces(colorbar_x=<VALUE>, selector=dict(type='contour'))" + }, + "xanchor": { + "description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "left", + "center", + "right" + ], + "magic_underscores": "fig.update_traces(colorbar_xanchor=<VALUE>, selector=dict(type='contour'))" + }, + "xpad": { + "description": "Sets the amount of padding (in px) along the x direction.", + "dflt": 10, + "editType": "colorbars", + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(colorbar_xpad=<VALUE>, selector=dict(type='contour'))" + }, + "xref": { + "description": "Sets the container `x` refers to. *container* spans the entire `width` of the plot. *paper* refers to the width of the plotting area only.", + "dflt": "paper", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "container", + "paper" + ], + "magic_underscores": "fig.update_traces(colorbar_xref=<VALUE>, selector=dict(type='contour'))" + }, + "y": { + "description": "Sets the y position with respect to `yref` of the color bar (in plot fraction). When `yref` is *paper*, defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*. When `yref` is *container*, defaults to 0.5 when `orientation` is *v* and 1 when `orientation` is *h*. Must be between *0* and *1* if `yref` is *container* and between *-2* and *3* if `yref` is *paper*.", + "editType": "colorbars", + "valType": "number", + "magic_underscores": "fig.update_traces(colorbar_y=<VALUE>, selector=dict(type='contour'))" + }, + "yanchor": { + "description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "top", + "middle", + "bottom" + ], + "magic_underscores": "fig.update_traces(colorbar_yanchor=<VALUE>, selector=dict(type='contour'))" + }, + "ypad": { + "description": "Sets the amount of padding (in px) along the y direction.", + "dflt": 10, + "editType": "colorbars", + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(colorbar_ypad=<VALUE>, selector=dict(type='contour'))" + }, + "yref": { + "description": "Sets the container `y` refers to. *container* spans the entire `height` of the plot. *paper* refers to the height of the plotting area only.", + "dflt": "paper", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "container", + "paper" + ], + "magic_underscores": "fig.update_traces(colorbar_yref=<VALUE>, selector=dict(type='contour'))" + }, + "magic_underscores": "fig.update_traces(colorbar=dict(...), selector=dict(type='contour'))" }, - "uid": { - "description": "Assign an id to this trace, Use this to provide object constancy between traces during animations and transitions.", - "editType": "plot", - "valType": "string", - "magic_underscores": "fig.update_traces(uid=<VALUE>, selector=dict(type='contour'))" + "autocolorscale": { + "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.", + "dflt": false, + "editType": "calc", + "impliedEdits": { + "magic_underscores": "fig.update_traces(autocolorscale_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "boolean", + "magic_underscores": "fig.update_traces(autocolorscale=<VALUE>, selector=dict(type='contour'))" }, - "visible": { - "description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).", - "dflt": true, + "colorscale": { + "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.", + "dflt": null, "editType": "calc", - "valType": "enumerated", - "values": [ - true, - false, - "legendonly" - ], - "magic_underscores": "fig.update_traces(visible=<VALUE>, selector=dict(type='contour'))" + "impliedEdits": { + "autocolorscale": false, + "magic_underscores": "fig.update_traces(colorscale_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "colorscale", + "magic_underscores": "fig.update_traces(colorscale=<VALUE>, selector=dict(type='contour'))" }, - "showlegend": { - "description": "Determines whether or not an item corresponding to this trace is shown in the legend.", + "showscale": { + "description": "Determines whether or not a colorbar is displayed for this trace.", "dflt": true, - "editType": "style", + "editType": "calc", "valType": "boolean", - "magic_underscores": "fig.update_traces(showlegend=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(showscale=<VALUE>, selector=dict(type='contour'))" }, - "legend": { - "description": "Sets the reference to a legend to show this trace in. References to these legends are *legend*, *legend2*, *legend3*, etc. Settings for these legends are set in the layout, under `layout.legend`, `layout.legend2`, etc.", - "dflt": "legend", - "editType": "style", - "valType": "subplotid", - "magic_underscores": "fig.update_traces(legend=<VALUE>, selector=dict(type='contour'))" + "reversescale": { + "description": "Reverses the color mapping if true. If true, `zmin` will correspond to the last color in the array and `zmax` will correspond to the first color.", + "dflt": false, + "editType": "plot", + "valType": "boolean", + "magic_underscores": "fig.update_traces(reversescale=<VALUE>, selector=dict(type='contour'))" }, - "legendrank": { - "description": "Sets the legend rank for this trace. Items and groups with smaller ranks are presented on top/left side while with *reversed* `legend.traceorder` they are on bottom/right side. The default legendrank is 1000, so that you can use ranks less than 1000 to place certain items before all unranked items, and ranks greater than 1000 to go after all unranked items. When having unranked or equal rank items shapes would be displayed after traces i.e. according to their order in data and layout.", - "dflt": 1000, - "editType": "style", - "valType": "number", - "magic_underscores": "fig.update_traces(legendrank=<VALUE>, selector=dict(type='contour'))" + "zauto": { + "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.", + "dflt": true, + "editType": "calc", + "impliedEdits": { + "magic_underscores": "fig.update_traces(zauto_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "boolean", + "magic_underscores": "fig.update_traces(zauto=<VALUE>, selector=dict(type='contour'))" }, - "legendgroup": { - "description": "Sets the legend group for this trace. Traces and shapes part of the same legend group hide/show at the same time when toggling legend items.", + "zhoverformat": { + "description": "Sets the hover text formatting rulefor `z` using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.By default the values are formatted using generic number format.", "dflt": "", - "editType": "style", + "editType": "none", "valType": "string", - "magic_underscores": "fig.update_traces(legendgroup=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(zhoverformat=<VALUE>, selector=dict(type='contour'))" }, - "legendgrouptitle": { - "editType": "style", - "font": { - "color": { - "editType": "style", + "zmax": { + "description": "Sets the upper bound of the color domain. Value should have the same units as in `z` and if set, `zmin` must be set as well.", + "dflt": null, + "editType": "calc", + "impliedEdits": { + "zauto": false, + "magic_underscores": "fig.update_traces(zmax_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "number", + "magic_underscores": "fig.update_traces(zmax=<VALUE>, selector=dict(type='contour'))" + }, + "zmid": { + "description": "Sets the mid-point of the color domain by scaling `zmin` and/or `zmax` to be equidistant to this point. Value should have the same units as in `z`. Has no effect when `zauto` is `false`.", + "dflt": null, + "editType": "calc", + "impliedEdits": { + "magic_underscores": "fig.update_traces(zmid_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "number", + "magic_underscores": "fig.update_traces(zmid=<VALUE>, selector=dict(type='contour'))" + }, + "zmin": { + "description": "Sets the lower bound of the color domain. Value should have the same units as in `z` and if set, `zmax` must be set as well.", + "dflt": null, + "editType": "calc", + "impliedEdits": { + "zauto": false, + "magic_underscores": "fig.update_traces(zmin_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "number", + "magic_underscores": "fig.update_traces(zmin=<VALUE>, selector=dict(type='contour'))" + }, + "autocontour": { + "description": "Determines whether or not the contour level attributes are picked by an algorithm. If *true*, the number of contour levels can be set in `ncontours`. If *false*, set the contour level attributes in `contours`.", + "dflt": true, + "editType": "calc", + "impliedEdits": { + "magic_underscores": "fig.update_traces(autocontour_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "boolean", + "magic_underscores": "fig.update_traces(autocontour=<VALUE>, selector=dict(type='contour'))" + }, + "connectgaps": { + "description": "Determines whether or not gaps (i.e. {nan} or missing values) in the `z` data are filled in. It is defaulted to true if `z` is a one dimensional array otherwise it is defaulted to false.", + "editType": "calc", + "valType": "boolean", + "magic_underscores": "fig.update_traces(connectgaps=<VALUE>, selector=dict(type='contour'))" + }, + "contours": { + "coloring": { + "description": "Determines the coloring method showing the contour values. If *fill*, coloring is done evenly between each contour level If *heatmap*, a heatmap gradient coloring is applied between each contour level. If *lines*, coloring is done on the contour lines. If *none*, no coloring is applied on this trace.", + "dflt": "fill", + "editType": "calc", + "valType": "enumerated", + "values": [ + "fill", + "heatmap", + "lines", + "none" + ], + "magic_underscores": "fig.update_traces(contours_coloring=<VALUE>, selector=dict(type='contour'))" + }, + "editType": "calc", + "end": { + "description": "Sets the end contour level value. Must be more than `contours.start`", + "dflt": null, + "editType": "plot", + "impliedEdits": { + "^autocontour": false, + "magic_underscores": "fig.update_traces(contours_end_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "number", + "magic_underscores": "fig.update_traces(contours_end=<VALUE>, selector=dict(type='contour'))" + }, + "impliedEdits": { + "autocontour": false, + "role": "object", + "magic_underscores": "fig.update_traces(contours_impliedEdits=dict(...), selector=dict(type='contour'))" + }, + "labelfont": { + "color": { + "editType": "style", "valType": "color", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_color=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(contours_labelfont_color=<VALUE>, selector=dict(type='contour'))" }, - "description": "Sets this legend group's title font.", - "editType": "style", + "description": "Sets the font used for labeling the contour levels. The default color comes from the lines, if shown. The default family and size come from `layout.font`.", + "editType": "plot", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "style", + "editType": "plot", "noBlank": true, "strict": true, "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_family=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(contours_labelfont_family=<VALUE>, selector=dict(type='contour'))" }, "lineposition": { "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", "dflt": "none", - "editType": "style", + "editType": "plot", "extras": [ "none" ], @@ -31883,37 +31811,37 @@ "through" ], "valType": "flaglist", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_lineposition=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(contours_labelfont_lineposition=<VALUE>, selector=dict(type='contour'))" }, "role": "object", "shadow": { "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", "dflt": "none", - "editType": "style", + "editType": "plot", "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_shadow=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(contours_labelfont_shadow=<VALUE>, selector=dict(type='contour'))" }, "size": { - "editType": "style", + "editType": "plot", "min": 1, "valType": "number", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_size=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(contours_labelfont_size=<VALUE>, selector=dict(type='contour'))" }, "style": { "description": "Sets whether a font should be styled with a normal or italic face from its family.", "dflt": "normal", - "editType": "style", + "editType": "plot", "valType": "enumerated", "values": [ "normal", "italic" ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_style=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(contours_labelfont_style=<VALUE>, selector=dict(type='contour'))" }, "textcase": { "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", "dflt": "normal", - "editType": "style", + "editType": "plot", "valType": "enumerated", "values": [ "normal", @@ -31921,12 +31849,12 @@ "upper", "lower" ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_textcase=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(contours_labelfont_textcase=<VALUE>, selector=dict(type='contour'))" }, "variant": { "description": "Sets the variant of the font.", "dflt": "normal", - "editType": "style", + "editType": "plot", "valType": "enumerated", "values": [ "normal", @@ -31936,12 +31864,12 @@ "petite-caps", "unicase" ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_variant=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(contours_labelfont_variant=<VALUE>, selector=dict(type='contour'))" }, "weight": { "description": "Sets the weight (or boldness) of the font.", "dflt": "normal", - "editType": "style", + "editType": "plot", "extras": [ "normal", "bold" @@ -31949,185 +31877,623 @@ "max": 1000, "min": 1, "valType": "integer", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_weight=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(contours_labelfont_weight=<VALUE>, selector=dict(type='contour'))" }, - "magic_underscores": "fig.update_traces(legendgrouptitle_font=dict(...), selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(contours_labelfont=dict(...), selector=dict(type='contour'))" }, - "role": "object", - "text": { - "description": "Sets the title of the legend group.", + "labelformat": { + "description": "Sets the contour label formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.", "dflt": "", - "editType": "style", + "editType": "plot", "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_text=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(contours_labelformat=<VALUE>, selector=dict(type='contour'))" }, - "magic_underscores": "fig.update_traces(legendgrouptitle=dict(...), selector=dict(type='contour'))" - }, - "legendwidth": { - "description": "Sets the width (in px or fraction) of the legend for this trace.", - "editType": "style", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(legendwidth=<VALUE>, selector=dict(type='contour'))" - }, - "opacity": { - "description": "Sets the opacity of the trace.", - "dflt": 1, - "editType": "style", - "max": 1, - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(opacity=<VALUE>, selector=dict(type='contour'))" + "operation": { + "description": "Sets the constraint operation. *=* keeps regions equal to `value` *<* and *<=* keep regions less than `value` *>* and *>=* keep regions greater than `value` *[]*, *()*, *[)*, and *(]* keep regions inside `value[0]` to `value[1]` *][*, *)(*, *](*, *)[* keep regions outside `value[0]` to value[1]` Open vs. closed intervals make no difference to constraint display, but all versions are allowed for consistency with filter transforms.", + "dflt": "=", + "editType": "calc", + "valType": "enumerated", + "values": [ + "=", + "<", + ">=", + ">", + "<=", + "[]", + "()", + "[)", + "(]", + "][", + ")(", + "](", + ")[" + ], + "magic_underscores": "fig.update_traces(contours_operation=<VALUE>, selector=dict(type='contour'))" + }, + "role": "object", + "showlabels": { + "description": "Determines whether to label the contour lines with their values.", + "dflt": false, + "editType": "plot", + "valType": "boolean", + "magic_underscores": "fig.update_traces(contours_showlabels=<VALUE>, selector=dict(type='contour'))" + }, + "showlines": { + "description": "Determines whether or not the contour lines are drawn. Has an effect only if `contours.coloring` is set to *fill*.", + "dflt": true, + "editType": "plot", + "valType": "boolean", + "magic_underscores": "fig.update_traces(contours_showlines=<VALUE>, selector=dict(type='contour'))" + }, + "size": { + "description": "Sets the step between each contour level. Must be positive.", + "dflt": null, + "editType": "plot", + "impliedEdits": { + "^autocontour": false, + "magic_underscores": "fig.update_traces(contours_size_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(contours_size=<VALUE>, selector=dict(type='contour'))" + }, + "start": { + "description": "Sets the starting contour level value. Must be less than `contours.end`", + "dflt": null, + "editType": "plot", + "impliedEdits": { + "^autocontour": false, + "magic_underscores": "fig.update_traces(contours_start_impliedEdits=<VALUE>, selector=dict(type='contour'))" + }, + "valType": "number", + "magic_underscores": "fig.update_traces(contours_start=<VALUE>, selector=dict(type='contour'))" + }, + "type": { + "description": "If `levels`, the data is represented as a contour plot with multiple levels displayed. If `constraint`, the data is represented as constraints with the invalid region shaded as specified by the `operation` and `value` parameters.", + "dflt": "levels", + "editType": "calc", + "valType": "enumerated", + "values": [ + "levels", + "constraint" + ], + "magic_underscores": "fig.update_traces(contours_type=<VALUE>, selector=dict(type='contour'))" + }, + "value": { + "description": "Sets the value or values of the constraint boundary. When `operation` is set to one of the comparison values (=,<,>=,>,<=) *value* is expected to be a number. When `operation` is set to one of the interval values ([],(),[),(],][,)(,](,)[) *value* is expected to be an array of two numbers where the first is the lower bound and the second is the upper bound.", + "dflt": 0, + "editType": "calc", + "valType": "any", + "magic_underscores": "fig.update_traces(contours_value=<VALUE>, selector=dict(type='contour'))" + }, + "magic_underscores": "fig.update_traces(contours=dict(...), selector=dict(type='contour'))" }, - "ids": { - "description": "Assigns id labels to each datum. These ids for object constancy of data points during animation. Should be an array of strings, not numbers or any other type.", + "fillcolor": { + "description": "Sets the fill color if `contours.type` is *constraint*. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(ids=<VALUE>, selector=dict(type='contour'))" + "valType": "color", + "magic_underscores": "fig.update_traces(fillcolor=<VALUE>, selector=dict(type='contour'))" }, - "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for `ids`.", + "hoverlabel": { + "align": { + "arrayOk": true, + "description": "Sets the horizontal alignment of the text content within hover label box. Has an effect only if the hover label text spans more two or more lines", + "dflt": "auto", + "editType": "none", + "valType": "enumerated", + "values": [ + "left", + "right", + "auto" + ], + "magic_underscores": "fig.update_traces(hoverlabel_align=<VALUE>, selector=dict(type='contour'))" + }, + "alignsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `align`.", + "editType": "none", + "valType": "string" + }, + "bgcolor": { + "arrayOk": true, + "description": "Sets the background color of the hover labels for this trace", + "editType": "none", + "valType": "color", + "magic_underscores": "fig.update_traces(hoverlabel_bgcolor=<VALUE>, selector=dict(type='contour'))" + }, + "bgcolorsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", + "editType": "none", + "valType": "string" + }, + "bordercolor": { + "arrayOk": true, + "description": "Sets the border color of the hover labels for this trace.", + "editType": "none", + "valType": "color", + "magic_underscores": "fig.update_traces(hoverlabel_bordercolor=<VALUE>, selector=dict(type='contour'))" + }, + "bordercolorsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", + "editType": "none", + "valType": "string" + }, "editType": "none", - "valType": "string" - }, - "zorder": { - "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", - "dflt": 0, - "editType": "plot", - "valType": "integer", - "magic_underscores": "fig.update_traces(zorder=<VALUE>, selector=dict(type='contour'))" - }, - "x": { - "description": "Sets the x coordinates.", - "editType": "calc+clearAxisTypes", - "impliedEdits": { - "xtype": "array", - "magic_underscores": "fig.update_traces(x_impliedEdits=<VALUE>, selector=dict(type='contour'))" + "font": { + "color": { + "arrayOk": true, + "editType": "none", + "valType": "color", + "magic_underscores": "fig.update_traces(hoverlabel_font_color=<VALUE>, selector=dict(type='contour'))" + }, + "colorsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `color`.", + "editType": "none", + "valType": "string" + }, + "description": "Sets the font used in hover labels.", + "editType": "none", + "family": { + "arrayOk": true, + "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", + "editType": "none", + "noBlank": true, + "strict": true, + "valType": "string", + "magic_underscores": "fig.update_traces(hoverlabel_font_family=<VALUE>, selector=dict(type='contour'))" + }, + "familysrc": { + "description": "Sets the source reference on Chart Studio Cloud for `family`.", + "editType": "none", + "valType": "string" + }, + "lineposition": { + "arrayOk": true, + "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", + "dflt": "none", + "editType": "none", + "extras": [ + "none" + ], + "flags": [ + "under", + "over", + "through" + ], + "valType": "flaglist", + "magic_underscores": "fig.update_traces(hoverlabel_font_lineposition=<VALUE>, selector=dict(type='contour'))" + }, + "linepositionsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `lineposition`.", + "editType": "none", + "valType": "string" + }, + "role": "object", + "shadow": { + "arrayOk": true, + "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", + "dflt": "none", + "editType": "none", + "valType": "string", + "magic_underscores": "fig.update_traces(hoverlabel_font_shadow=<VALUE>, selector=dict(type='contour'))" + }, + "shadowsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `shadow`.", + "editType": "none", + "valType": "string" + }, + "size": { + "arrayOk": true, + "editType": "none", + "min": 1, + "valType": "number", + "magic_underscores": "fig.update_traces(hoverlabel_font_size=<VALUE>, selector=dict(type='contour'))" + }, + "sizesrc": { + "description": "Sets the source reference on Chart Studio Cloud for `size`.", + "editType": "none", + "valType": "string" + }, + "style": { + "arrayOk": true, + "description": "Sets whether a font should be styled with a normal or italic face from its family.", + "dflt": "normal", + "editType": "none", + "valType": "enumerated", + "values": [ + "normal", + "italic" + ], + "magic_underscores": "fig.update_traces(hoverlabel_font_style=<VALUE>, selector=dict(type='contour'))" + }, + "stylesrc": { + "description": "Sets the source reference on Chart Studio Cloud for `style`.", + "editType": "none", + "valType": "string" + }, + "textcase": { + "arrayOk": true, + "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", + "dflt": "normal", + "editType": "none", + "valType": "enumerated", + "values": [ + "normal", + "word caps", + "upper", + "lower" + ], + "magic_underscores": "fig.update_traces(hoverlabel_font_textcase=<VALUE>, selector=dict(type='contour'))" + }, + "textcasesrc": { + "description": "Sets the source reference on Chart Studio Cloud for `textcase`.", + "editType": "none", + "valType": "string" + }, + "variant": { + "arrayOk": true, + "description": "Sets the variant of the font.", + "dflt": "normal", + "editType": "none", + "valType": "enumerated", + "values": [ + "normal", + "small-caps", + "all-small-caps", + "all-petite-caps", + "petite-caps", + "unicase" + ], + "magic_underscores": "fig.update_traces(hoverlabel_font_variant=<VALUE>, selector=dict(type='contour'))" + }, + "variantsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `variant`.", + "editType": "none", + "valType": "string" + }, + "weight": { + "arrayOk": true, + "description": "Sets the weight (or boldness) of the font.", + "dflt": "normal", + "editType": "none", + "extras": [ + "normal", + "bold" + ], + "max": 1000, + "min": 1, + "valType": "integer", + "magic_underscores": "fig.update_traces(hoverlabel_font_weight=<VALUE>, selector=dict(type='contour'))" + }, + "weightsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `weight`.", + "editType": "none", + "valType": "string" + }, + "magic_underscores": "fig.update_traces(hoverlabel_font=dict(...), selector=dict(type='contour'))" }, - "valType": "data_array", - "magic_underscores": "fig.update_traces(x=<VALUE>, selector=dict(type='contour'))" + "namelength": { + "arrayOk": true, + "description": "Sets the default length (in number of characters) of the trace name in the hover labels for all traces. -1 shows the whole name regardless of length. 0-3 shows the first 0-3 characters, and an integer >3 will show the whole name if it is less than that many characters, but if it is longer, will truncate to `namelength - 3` characters and add an ellipsis.", + "dflt": 15, + "editType": "none", + "min": -1, + "valType": "integer", + "magic_underscores": "fig.update_traces(hoverlabel_namelength=<VALUE>, selector=dict(type='contour'))" + }, + "namelengthsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", + "editType": "none", + "valType": "string" + }, + "role": "object", + "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='contour'))" }, - "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `x`.", + "hoverongaps": { + "description": "Determines whether or not gaps (i.e. {nan} or missing values) in the `z` data have hover labels associated with them.", + "dflt": true, "editType": "none", - "valType": "string" + "valType": "boolean", + "magic_underscores": "fig.update_traces(hoverongaps=<VALUE>, selector=dict(type='contour'))" }, - "x0": { - "description": "Alternate to `x`. Builds a linear space of x coordinates. Use with `dx` where `x0` is the starting coordinate and `dx` the step.", - "dflt": 0, - "editType": "calc+clearAxisTypes", - "impliedEdits": { - "xtype": "scaled", - "magic_underscores": "fig.update_traces(x0_impliedEdits=<VALUE>, selector=dict(type='contour'))" - }, - "valType": "any", - "magic_underscores": "fig.update_traces(x0=<VALUE>, selector=dict(type='contour'))" + "ncontours": { + "description": "Sets the maximum number of contour levels. The actual number of contours will be chosen automatically to be less than or equal to the value of `ncontours`. Has an effect only if `autocontour` is *true* or if `contours.size` is missing.", + "dflt": 15, + "editType": "calc", + "min": 1, + "valType": "integer", + "magic_underscores": "fig.update_traces(ncontours=<VALUE>, selector=dict(type='contour'))" }, - "dx": { - "description": "Sets the x coordinate step. See `x0` for more info.", - "dflt": 1, + "transpose": { + "description": "Transposes the z data.", + "dflt": false, "editType": "calc", - "impliedEdits": { - "xtype": "scaled", - "magic_underscores": "fig.update_traces(dx_impliedEdits=<VALUE>, selector=dict(type='contour'))" - }, - "valType": "number", - "magic_underscores": "fig.update_traces(dx=<VALUE>, selector=dict(type='contour'))" + "valType": "boolean", + "magic_underscores": "fig.update_traces(transpose=<VALUE>, selector=dict(type='contour'))" }, - "xtype": { - "description": "If *array*, the heatmap's x coordinates are given by *x* (the default behavior when `x` is provided). If *scaled*, the heatmap's x coordinates are given by *x0* and *dx* (the default behavior when `x` is not provided).", - "editType": "calc+clearAxisTypes", + "xcalendar": { + "description": "Sets the calendar system to use with `x` date data.", + "dflt": "gregorian", + "editType": "calc", "valType": "enumerated", "values": [ - "array", - "scaled" + "chinese", + "coptic", + "discworld", + "ethiopian", + "gregorian", + "hebrew", + "islamic", + "jalali", + "julian", + "mayan", + "nanakshahi", + "nepali", + "persian", + "taiwan", + "thai", + "ummalqura" ], - "magic_underscores": "fig.update_traces(xtype=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(xcalendar=<VALUE>, selector=dict(type='contour'))" }, - "y": { - "description": "Sets the y coordinates.", - "editType": "calc+clearAxisTypes", - "impliedEdits": { - "ytype": "array", - "magic_underscores": "fig.update_traces(y_impliedEdits=<VALUE>, selector=dict(type='contour'))" - }, - "valType": "data_array", - "magic_underscores": "fig.update_traces(y=<VALUE>, selector=dict(type='contour'))" + "ycalendar": { + "description": "Sets the calendar system to use with `y` date data.", + "dflt": "gregorian", + "editType": "calc", + "valType": "enumerated", + "values": [ + "chinese", + "coptic", + "discworld", + "ethiopian", + "gregorian", + "hebrew", + "islamic", + "jalali", + "julian", + "mayan", + "nanakshahi", + "nepali", + "persian", + "taiwan", + "thai", + "ummalqura" + ], + "magic_underscores": "fig.update_traces(ycalendar=<VALUE>, selector=dict(type='contour'))" }, - "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for `y`.", + "uirevision": { + "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", - "valType": "string" - }, - "y0": { - "description": "Alternate to `y`. Builds a linear space of y coordinates. Use with `dy` where `y0` is the starting coordinate and `dy` the step.", - "dflt": 0, - "editType": "calc+clearAxisTypes", - "impliedEdits": { - "ytype": "scaled", - "magic_underscores": "fig.update_traces(y0_impliedEdits=<VALUE>, selector=dict(type='contour'))" - }, "valType": "any", - "magic_underscores": "fig.update_traces(y0=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(uirevision=<VALUE>, selector=dict(type='contour'))" }, - "dy": { - "description": "Sets the y coordinate step. See `y0` for more info.", - "dflt": 1, + "stream": { "editType": "calc", - "impliedEdits": { - "ytype": "scaled", - "magic_underscores": "fig.update_traces(dy_impliedEdits=<VALUE>, selector=dict(type='contour'))" + "maxpoints": { + "description": "Sets the maximum number of points to keep on the plots from an incoming stream. If `maxpoints` is set to *50*, only the newest 50 points will be displayed on the plot.", + "dflt": 500, + "editType": "calc", + "max": 10000, + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(stream_maxpoints=<VALUE>, selector=dict(type='contour'))" }, - "valType": "number", - "magic_underscores": "fig.update_traces(dy=<VALUE>, selector=dict(type='contour'))" + "role": "object", + "token": { + "description": "The stream id number links a data trace on a plot with a stream. See https://chart-studio.plotly.com/settings for more details.", + "editType": "calc", + "noBlank": true, + "strict": true, + "valType": "string", + "magic_underscores": "fig.update_traces(stream_token=<VALUE>, selector=dict(type='contour'))" + }, + "magic_underscores": "fig.update_traces(stream=dict(...), selector=dict(type='contour'))" }, - "ytype": { - "description": "If *array*, the heatmap's y coordinates are given by *y* (the default behavior when `y` is provided) If *scaled*, the heatmap's y coordinates are given by *y0* and *dy* (the default behavior when `y` is not provided)", - "editType": "calc+clearAxisTypes", + "magic_underscores": "fig.update_traces(..., selector=dict(type='contour'))" + }, + "categories": [ + "cartesian", + "svg", + "2dMap", + "contour", + "showLegend" + ], + "meta": { + "description": "The data from which contour lines are computed is set in `z`. Data in `z` must be a {2D array} of numbers. Say that `z` has N rows and M columns, then by default, these N rows correspond to N y coordinates (set in `y` or auto-generated) and the M columns correspond to M x coordinates (set in `x` or auto-generated). By setting `transpose` to *true*, the above behavior is flipped." + }, + "type": "contour" + }, + "table": { + "animatable": false, + "attributes": { + "type": "table", + "name": { + "description": "Sets the trace name. The trace name appears as the legend item and on hover.", + "editType": "style", + "valType": "string", + "magic_underscores": "fig.update_traces(name=<VALUE>, selector=dict(type='table'))" + }, + "uid": { + "description": "Assign an id to this trace, Use this to provide object constancy between traces during animations and transitions.", + "editType": "plot", + "valType": "string", + "magic_underscores": "fig.update_traces(uid=<VALUE>, selector=dict(type='table'))" + }, + "visible": { + "description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).", + "dflt": true, + "editType": "calc", "valType": "enumerated", "values": [ - "array", - "scaled" + true, + false, + "legendonly" ], - "magic_underscores": "fig.update_traces(ytype=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(visible=<VALUE>, selector=dict(type='table'))" }, - "z": { - "description": "Sets the z data.", + "legend": { + "description": "Sets the reference to a legend to show this trace in. References to these legends are *legend*, *legend2*, *legend3*, etc. Settings for these legends are set in the layout, under `layout.legend`, `layout.legend2`, etc.", + "dflt": "legend", + "editType": "style", + "valType": "subplotid", + "magic_underscores": "fig.update_traces(legend=<VALUE>, selector=dict(type='table'))" + }, + "legendrank": { + "description": "Sets the legend rank for this trace. Items and groups with smaller ranks are presented on top/left side while with *reversed* `legend.traceorder` they are on bottom/right side. The default legendrank is 1000, so that you can use ranks less than 1000 to place certain items before all unranked items, and ranks greater than 1000 to go after all unranked items. When having unranked or equal rank items shapes would be displayed after traces i.e. according to their order in data and layout.", + "dflt": 1000, + "editType": "style", + "valType": "number", + "magic_underscores": "fig.update_traces(legendrank=<VALUE>, selector=dict(type='table'))" + }, + "legendgrouptitle": { + "editType": "style", + "font": { + "color": { + "editType": "style", + "valType": "color", + "magic_underscores": "fig.update_traces(legendgrouptitle_font_color=<VALUE>, selector=dict(type='table'))" + }, + "description": "Sets this legend group's title font.", + "editType": "style", + "family": { + "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", + "editType": "style", + "noBlank": true, + "strict": true, + "valType": "string", + "magic_underscores": "fig.update_traces(legendgrouptitle_font_family=<VALUE>, selector=dict(type='table'))" + }, + "lineposition": { + "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", + "dflt": "none", + "editType": "style", + "extras": [ + "none" + ], + "flags": [ + "under", + "over", + "through" + ], + "valType": "flaglist", + "magic_underscores": "fig.update_traces(legendgrouptitle_font_lineposition=<VALUE>, selector=dict(type='table'))" + }, + "role": "object", + "shadow": { + "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", + "dflt": "none", + "editType": "style", + "valType": "string", + "magic_underscores": "fig.update_traces(legendgrouptitle_font_shadow=<VALUE>, selector=dict(type='table'))" + }, + "size": { + "editType": "style", + "min": 1, + "valType": "number", + "magic_underscores": "fig.update_traces(legendgrouptitle_font_size=<VALUE>, selector=dict(type='table'))" + }, + "style": { + "description": "Sets whether a font should be styled with a normal or italic face from its family.", + "dflt": "normal", + "editType": "style", + "valType": "enumerated", + "values": [ + "normal", + "italic" + ], + "magic_underscores": "fig.update_traces(legendgrouptitle_font_style=<VALUE>, selector=dict(type='table'))" + }, + "textcase": { + "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", + "dflt": "normal", + "editType": "style", + "valType": "enumerated", + "values": [ + "normal", + "word caps", + "upper", + "lower" + ], + "magic_underscores": "fig.update_traces(legendgrouptitle_font_textcase=<VALUE>, selector=dict(type='table'))" + }, + "variant": { + "description": "Sets the variant of the font.", + "dflt": "normal", + "editType": "style", + "valType": "enumerated", + "values": [ + "normal", + "small-caps", + "all-small-caps", + "all-petite-caps", + "petite-caps", + "unicase" + ], + "magic_underscores": "fig.update_traces(legendgrouptitle_font_variant=<VALUE>, selector=dict(type='table'))" + }, + "weight": { + "description": "Sets the weight (or boldness) of the font.", + "dflt": "normal", + "editType": "style", + "extras": [ + "normal", + "bold" + ], + "max": 1000, + "min": 1, + "valType": "integer", + "magic_underscores": "fig.update_traces(legendgrouptitle_font_weight=<VALUE>, selector=dict(type='table'))" + }, + "magic_underscores": "fig.update_traces(legendgrouptitle_font=dict(...), selector=dict(type='table'))" + }, + "role": "object", + "text": { + "description": "Sets the title of the legend group.", + "dflt": "", + "editType": "style", + "valType": "string", + "magic_underscores": "fig.update_traces(legendgrouptitle_text=<VALUE>, selector=dict(type='table'))" + }, + "magic_underscores": "fig.update_traces(legendgrouptitle=dict(...), selector=dict(type='table'))" + }, + "legendwidth": { + "description": "Sets the width (in px or fraction) of the legend for this trace.", + "editType": "style", + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(legendwidth=<VALUE>, selector=dict(type='table'))" + }, + "ids": { + "description": "Assigns id labels to each datum. These ids for object constancy of data points during animation. Should be an array of strings, not numbers or any other type.", "editType": "calc", "valType": "data_array", - "magic_underscores": "fig.update_traces(z=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(ids=<VALUE>, selector=dict(type='table'))" }, - "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `z`.", + "idssrc": { + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, - "text": { - "description": "Sets the text elements associated with each z value.", + "columnorder": { + "description": "Specifies the rendered order of the data columns; for example, a value `2` at position `0` means that column index `0` in the data will be rendered as the third column, as columns have an index base of zero.", "editType": "calc", "valType": "data_array", - "magic_underscores": "fig.update_traces(text=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(columnorder=<VALUE>, selector=dict(type='table'))" }, - "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `text`.", + "columnordersrc": { + "description": "Sets the source reference on Chart Studio Cloud for `columnorder`.", "editType": "none", "valType": "string" }, - "texttemplate": { - "description": "For this trace it only has an effect if `coloring` is set to *heatmap*. Template string used for rendering the information text that appear on points. Note that this will override `textinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax. Every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Finally, the template string has access to variables `x`, `y`, `z` and `text`.", - "dflt": "", - "editType": "plot", - "valType": "string", - "magic_underscores": "fig.update_traces(texttemplate=<VALUE>, selector=dict(type='contour'))" - }, - "hovertext": { - "description": "Same as `text`.", + "columnwidth": { + "arrayOk": true, + "description": "The width of columns expressed as a ratio. Columns fill the available width in proportion of their specified column widths.", + "dflt": null, "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(hovertext=<VALUE>, selector=dict(type='contour'))" + "valType": "number", + "magic_underscores": "fig.update_traces(columnwidth=<VALUE>, selector=dict(type='table'))" }, - "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", + "columnwidthsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `columnwidth`.", "editType": "none", "valType": "string" }, @@ -32149,46 +32515,19 @@ "name" ], "valType": "flaglist", - "magic_underscores": "fig.update_traces(hoverinfo=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverinfo=<VALUE>, selector=dict(type='table'))" }, "hoverinfosrc": { "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, - "hovertemplate": { - "arrayOk": true, - "description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\" as well as %{xother}, {%_xother}, {%_xother_}, {%xother_}. When showing info for several points, *xother* will be added to those with different x positions from the first point. An underscore before or after *(x|y)other* will add a space on that side, only when this field is shown. Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plotly.com/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Anything contained in tag `` is displayed in the secondary box, for example \"{fullData.name}\". To hide the secondary box completely, use an empty tag ``.", - "dflt": "", - "editType": "none", - "valType": "string", - "magic_underscores": "fig.update_traces(hovertemplate=<VALUE>, selector=dict(type='contour'))" - }, - "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", - "editType": "none", - "valType": "string" - }, - "xhoverformat": { - "description": "Sets the hover text formatting rulefor `x` using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date formatter: *%h* for half of the year as a decimal number as well as *%{n}f* for fractional seconds with n digits. For example, *2016-10-13 09:15:23.456* with tickformat *%H~%M~%S.%2f* would display *09~15~23.46*By default the values are formatted using `xaxis.hoverformat`.", - "dflt": "", - "editType": "none", - "valType": "string", - "magic_underscores": "fig.update_traces(xhoverformat=<VALUE>, selector=dict(type='contour'))" - }, - "yhoverformat": { - "description": "Sets the hover text formatting rulefor `y` using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date formatter: *%h* for half of the year as a decimal number as well as *%{n}f* for fractional seconds with n digits. For example, *2016-10-13 09:15:23.456* with tickformat *%H~%M~%S.%2f* would display *09~15~23.46*By default the values are formatted using `yaxis.hoverformat`.", - "dflt": "", - "editType": "none", - "valType": "string", - "magic_underscores": "fig.update_traces(yhoverformat=<VALUE>, selector=dict(type='contour'))" - }, "meta": { "arrayOk": true, "description": "Assigns extra meta information associated with this trace that can be used in various text attributes. Attributes such as trace `name`, graph, axis and colorbar `title.text`, annotation `text` `rangeselector`, `updatemenues` and `sliders` `label` text all support `meta`. To access the trace `meta` values in an attribute in the same trace, simply use `%{meta[i]}` where `i` is the index or key of the `meta` item in question. To access trace `meta` in layout attributes, use `%{data[n[.meta[i]}` where `i` is the index or key of the `meta` and `n` is the trace index.", "editType": "plot", "valType": "any", - "magic_underscores": "fig.update_traces(meta=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(meta=<VALUE>, selector=dict(type='table'))" }, "metasrc": { "description": "Sets the source reference on Chart Studio Cloud for `meta`.", @@ -32199,478 +32538,153 @@ "description": "Assigns extra data each datum. This may be useful when listening to hover, click and selection events. Note that, *scatter* traces also appends customdata items in the markers DOM elements", "editType": "calc", "valType": "data_array", - "magic_underscores": "fig.update_traces(customdata=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(customdata=<VALUE>, selector=dict(type='table'))" }, "customdatasrc": { "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, - "xaxis": { - "description": "Sets a reference between this trace's x coordinates and a 2D cartesian x axis. If *x* (the default value), the x coordinates refer to `layout.xaxis`. If *x2*, the x coordinates refer to `layout.xaxis2`, and so on.", - "dflt": "x", - "editType": "calc+clearAxisTypes", - "valType": "subplotid", - "magic_underscores": "fig.update_traces(xaxis=<VALUE>, selector=dict(type='contour'))" - }, - "yaxis": { - "description": "Sets a reference between this trace's y coordinates and a 2D cartesian y axis. If *y* (the default value), the y coordinates refer to `layout.yaxis`. If *y2*, the y coordinates refer to `layout.yaxis2`, and so on.", - "dflt": "y", - "editType": "calc+clearAxisTypes", - "valType": "subplotid", - "magic_underscores": "fig.update_traces(yaxis=<VALUE>, selector=dict(type='contour'))" - }, - "coloraxis": { - "description": "Sets a reference to a shared color axis. References to these shared color axes are *coloraxis*, *coloraxis2*, *coloraxis3*, etc. Settings for these shared color axes are set in the layout, under `layout.coloraxis`, `layout.coloraxis2`, etc. Note that multiple color scales can be linked to the same color axis.", - "dflt": null, - "editType": "calc", - "regex": "/^coloraxis([2-9]|[1-9][0-9]+)?$/", - "valType": "subplotid", - "magic_underscores": "fig.update_traces(coloraxis=<VALUE>, selector=dict(type='contour'))" - }, - "xperiod": { - "description": "Only relevant when the axis `type` is *date*. Sets the period positioning in milliseconds or *M* on the x axis. Special values in the form of *M* could be used to declare the number of months. In this case `n` must be a positive integer.", - "dflt": 0, - "editType": "calc", - "impliedEdits": { - "xtype": "scaled", - "magic_underscores": "fig.update_traces(xperiod_impliedEdits=<VALUE>, selector=dict(type='contour'))" + "domain": { + "column": { + "description": "If there is a layout grid, use the domain for this column in the grid for this table trace .", + "dflt": 0, + "editType": "calc", + "min": 0, + "valType": "integer", + "magic_underscores": "fig.update_traces(domain_column=<VALUE>, selector=dict(type='table'))" }, - "valType": "any", - "magic_underscores": "fig.update_traces(xperiod=<VALUE>, selector=dict(type='contour'))" - }, - "xperiodalignment": { - "description": "Only relevant when the axis `type` is *date*. Sets the alignment of data points on the x axis.", - "dflt": "middle", "editType": "calc", - "impliedEdits": { - "xtype": "scaled", - "magic_underscores": "fig.update_traces(xperiodalignment_impliedEdits=<VALUE>, selector=dict(type='contour'))" + "role": "object", + "row": { + "description": "If there is a layout grid, use the domain for this row in the grid for this table trace .", + "dflt": 0, + "editType": "calc", + "min": 0, + "valType": "integer", + "magic_underscores": "fig.update_traces(domain_row=<VALUE>, selector=dict(type='table'))" }, - "valType": "enumerated", - "values": [ - "start", - "middle", - "end" - ], - "magic_underscores": "fig.update_traces(xperiodalignment=<VALUE>, selector=dict(type='contour'))" - }, - "xperiod0": { - "description": "Only relevant when the axis `type` is *date*. Sets the base for period positioning in milliseconds or date string on the x0 axis. When `x0period` is round number of weeks, the `x0period0` by default would be on a Sunday i.e. 2000-01-02, otherwise it would be at 2000-01-01.", - "editType": "calc", - "valType": "any", - "magic_underscores": "fig.update_traces(xperiod0=<VALUE>, selector=dict(type='contour'))" - }, - "yperiod": { - "description": "Only relevant when the axis `type` is *date*. Sets the period positioning in milliseconds or *M* on the y axis. Special values in the form of *M* could be used to declare the number of months. In this case `n` must be a positive integer.", - "dflt": 0, - "editType": "calc", - "impliedEdits": { - "ytype": "scaled", - "magic_underscores": "fig.update_traces(yperiod_impliedEdits=<VALUE>, selector=dict(type='contour'))" + "x": { + "description": "Sets the horizontal domain of this table trace (in plot fraction).", + "dflt": [ + 0, + 1 + ], + "editType": "calc", + "items": [ + { + "editType": "calc", + "max": 1, + "min": 0, + "valType": "number" + }, + { + "editType": "calc", + "max": 1, + "min": 0, + "valType": "number" + } + ], + "valType": "info_array", + "magic_underscores": "fig.update_traces(domain_x=list(...), selector=dict(type='table'))" }, - "valType": "any", - "magic_underscores": "fig.update_traces(yperiod=<VALUE>, selector=dict(type='contour'))" - }, - "yperiodalignment": { - "description": "Only relevant when the axis `type` is *date*. Sets the alignment of data points on the y axis.", - "dflt": "middle", - "editType": "calc", - "impliedEdits": { - "ytype": "scaled", - "magic_underscores": "fig.update_traces(yperiodalignment_impliedEdits=<VALUE>, selector=dict(type='contour'))" + "y": { + "description": "Sets the vertical domain of this table trace (in plot fraction).", + "dflt": [ + 0, + 1 + ], + "editType": "calc", + "items": [ + { + "editType": "calc", + "max": 1, + "min": 0, + "valType": "number" + }, + { + "editType": "calc", + "max": 1, + "min": 0, + "valType": "number" + } + ], + "valType": "info_array", + "magic_underscores": "fig.update_traces(domain_y=list(...), selector=dict(type='table'))" }, - "valType": "enumerated", - "values": [ - "start", - "middle", - "end" - ], - "magic_underscores": "fig.update_traces(yperiodalignment=<VALUE>, selector=dict(type='contour'))" - }, - "yperiod0": { - "description": "Only relevant when the axis `type` is *date*. Sets the base for period positioning in milliseconds or date string on the y0 axis. When `y0period` is round number of weeks, the `y0period0` by default would be on a Sunday i.e. 2000-01-02, otherwise it would be at 2000-01-01.", - "editType": "calc", - "valType": "any", - "magic_underscores": "fig.update_traces(yperiod0=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(domain=dict(...), selector=dict(type='table'))" }, - "line": { - "color": { - "description": "Sets the color of the contour level. Has no effect if `contours.coloring` is set to *lines*.", - "editType": "style+colorbars", - "valType": "color", - "magic_underscores": "fig.update_traces(line_color=<VALUE>, selector=dict(type='contour'))" - }, - "dash": { - "description": "Sets the dash style of lines. Set to a dash type string (*solid*, *dot*, *dash*, *longdash*, *dashdot*, or *longdashdot*) or a dash length list in px (eg *5px,10px,2px,2px*).", - "dflt": "solid", - "editType": "style", - "valType": "string", + "cells": { + "align": { + "arrayOk": true, + "description": "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
HTML tags) or if an explicit width is set to override the text width.", + "dflt": "center", + "editType": "calc", + "valType": "enumerated", "values": [ - "solid", - "dot", - "dash", - "longdash", - "dashdot", - "longdashdot" - ], - "magic_underscores": "fig.update_traces(line_dash=<VALUE>, selector=dict(type='contour'))" - }, - "editType": "plot", - "role": "object", - "smoothing": { - "description": "Sets the amount of smoothing for the contour lines, where *0* corresponds to no smoothing.", - "dflt": 1, - "editType": "plot", - "max": 1.3, - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(line_smoothing=<VALUE>, selector=dict(type='contour'))" - }, - "width": { - "description": "Sets the contour line width in (in px) Defaults to *0.5* when `contours.type` is *levels*. Defaults to *2* when `contour.type` is *constraint*.", - "editType": "style+colorbars", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(line_width=<VALUE>, selector=dict(type='contour'))" - }, - "magic_underscores": "fig.update_traces(line=dict(...), selector=dict(type='contour'))" - }, - "textfont": { - "color": { - "dflt": "auto", - "editType": "style", - "valType": "color", - "magic_underscores": "fig.update_traces(textfont_color=<VALUE>, selector=dict(type='contour'))" - }, - "description": "For this trace it only has an effect if `coloring` is set to *heatmap*. Sets the text font.", - "editType": "plot", - "family": { - "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "plot", - "noBlank": true, - "strict": true, - "valType": "string", - "magic_underscores": "fig.update_traces(textfont_family=<VALUE>, selector=dict(type='contour'))" - }, - "lineposition": { - "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", - "dflt": "none", - "editType": "plot", - "extras": [ - "none" - ], - "flags": [ - "under", - "over", - "through" - ], - "valType": "flaglist", - "magic_underscores": "fig.update_traces(textfont_lineposition=<VALUE>, selector=dict(type='contour'))" - }, - "role": "object", - "shadow": { - "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", - "dflt": "none", - "editType": "plot", - "valType": "string", - "magic_underscores": "fig.update_traces(textfont_shadow=<VALUE>, selector=dict(type='contour'))" - }, - "size": { - "dflt": "auto", - "editType": "plot", - "min": 1, - "valType": "number", - "magic_underscores": "fig.update_traces(textfont_size=<VALUE>, selector=dict(type='contour'))" - }, - "style": { - "description": "Sets whether a font should be styled with a normal or italic face from its family.", - "dflt": "normal", - "editType": "plot", - "valType": "enumerated", - "values": [ - "normal", - "italic" - ], - "magic_underscores": "fig.update_traces(textfont_style=<VALUE>, selector=dict(type='contour'))" - }, - "textcase": { - "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", - "dflt": "normal", - "editType": "plot", - "valType": "enumerated", - "values": [ - "normal", - "word caps", - "upper", - "lower" - ], - "magic_underscores": "fig.update_traces(textfont_textcase=<VALUE>, selector=dict(type='contour'))" - }, - "variant": { - "description": "Sets the variant of the font.", - "dflt": "normal", - "editType": "plot", - "valType": "enumerated", - "values": [ - "normal", - "small-caps", - "all-small-caps", - "all-petite-caps", - "petite-caps", - "unicase" - ], - "magic_underscores": "fig.update_traces(textfont_variant=<VALUE>, selector=dict(type='contour'))" - }, - "weight": { - "description": "Sets the weight (or boldness) of the font.", - "dflt": "normal", - "editType": "plot", - "extras": [ - "normal", - "bold" + "left", + "center", + "right" ], - "max": 1000, - "min": 1, - "valType": "integer", - "magic_underscores": "fig.update_traces(textfont_weight=<VALUE>, selector=dict(type='contour'))" - }, - "magic_underscores": "fig.update_traces(textfont=dict(...), selector=dict(type='contour'))" - }, - "colorbar": { - "bgcolor": { - "description": "Sets the color of padded area.", - "dflt": "rgba(0,0,0,0)", - "editType": "colorbars", - "valType": "color", - "magic_underscores": "fig.update_traces(colorbar_bgcolor=<VALUE>, selector=dict(type='contour'))" - }, - "bordercolor": { - "description": "Sets the axis line color.", - "dflt": "#444", - "editType": "colorbars", - "valType": "color", - "magic_underscores": "fig.update_traces(colorbar_bordercolor=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(cells_align=<VALUE>, selector=dict(type='table'))" }, - "borderwidth": { - "description": "Sets the width (in px) or the border enclosing this color bar.", - "dflt": 0, - "editType": "colorbars", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_borderwidth=<VALUE>, selector=dict(type='contour'))" + "alignsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `align`.", + "editType": "none", + "valType": "string" }, - "dtick": { - "description": "Sets the step in-between ticks on this axis. Use with `tick0`. Must be a positive number, or special strings available to *log* and *date* axes. If the axis `type` is *log*, then ticks are set every 10^(n*dtick) where n is the tick number. For example, to set a tick mark at 1, 10, 100, 1000, ... set dtick to 1. To set tick marks at 1, 100, 10000, ... set dtick to 2. To set tick marks at 1, 5, 25, 125, 625, 3125, ... set dtick to log_10(5), or 0.69897000433. *log* has several special values; *L*, where `f` is a positive number, gives ticks linearly spaced in value (but not position). For example `tick0` = 0.1, `dtick` = *L0.5* will put ticks at 0.1, 0.6, 1.1, 1.6 etc. To show powers of 10 plus small digits between, use *D1* (all digits) or *D2* (only 2 and 5). `tick0` is ignored for *D1* and *D2*. If the axis `type` is *date*, then you must convert the time to milliseconds. For example, to set the interval between ticks to one day, set `dtick` to 86400000.0. *date* also has special values *M* gives ticks spaced by a number of months. `n` must be a positive integer. To set ticks on the 15th of every third month, set `tick0` to *2000-01-15* and `dtick` to *M3*. To set ticks every 4 years, set `dtick` to *M48*", - "editType": "colorbars", - "impliedEdits": { - "tickmode": "linear", - "magic_underscores": "fig.update_traces(colorbar_dtick_impliedEdits=<VALUE>, selector=dict(type='contour'))" + "editType": "calc", + "fill": { + "color": { + "arrayOk": true, + "description": "Sets the cell fill color. It accepts either a specific color or an array of colors or a 2D array of colors.", + "dflt": "white", + "editType": "calc", + "valType": "color", + "magic_underscores": "fig.update_traces(cells_fill_color=<VALUE>, selector=dict(type='table'))" }, - "valType": "any", - "magic_underscores": "fig.update_traces(colorbar_dtick=<VALUE>, selector=dict(type='contour'))" - }, - "editType": "colorbars", - "exponentformat": { - "description": "Determines a formatting rule for the tick exponents. For example, consider the number 1,000,000,000. If *none*, it appears as 1,000,000,000. If *e*, 1e+9. If *E*, 1E+9. If *power*, 1x10^9 (with 9 in a super script). If *SI*, 1G. If *B*, 1B.", - "dflt": "B", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "none", - "e", - "E", - "power", - "SI", - "B" - ], - "magic_underscores": "fig.update_traces(colorbar_exponentformat=<VALUE>, selector=dict(type='contour'))" - }, - "labelalias": { - "description": "Replacement text for specific tick or hover labels. For example using {US: 'USA', CA: 'Canada'} changes US to USA and CA to Canada. The labels we would have shown must match the keys exactly, after adding any tickprefix or ticksuffix. For negative numbers the minus sign symbol used (U+2212) is wider than the regular ascii dash. That means you need to use \u22121 instead of -1. labelalias can be used with any axis type, and both keys (if needed) and values (if desired) can include html-like tags or MathJax.", - "dflt": false, - "editType": "colorbars", - "valType": "any", - "magic_underscores": "fig.update_traces(colorbar_labelalias=<VALUE>, selector=dict(type='contour'))" - }, - "len": { - "description": "Sets the length of the color bar This measure excludes the padding of both ends. That is, the color bar length is this length minus the padding on both ends.", - "dflt": 1, - "editType": "colorbars", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_len=<VALUE>, selector=dict(type='contour'))" - }, - "lenmode": { - "description": "Determines whether this color bar's length (i.e. the measure in the color variation direction) is set in units of plot *fraction* or in *pixels. Use `len` to set the value.", - "dflt": "fraction", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "fraction", - "pixels" - ], - "magic_underscores": "fig.update_traces(colorbar_lenmode=<VALUE>, selector=dict(type='contour'))" - }, - "minexponent": { - "description": "Hide SI prefix for 10^n if |n| is below this number. This only has an effect when `tickformat` is *SI* or *B*.", - "dflt": 3, - "editType": "colorbars", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_minexponent=<VALUE>, selector=dict(type='contour'))" - }, - "nticks": { - "description": "Specifies the maximum number of ticks for the particular axis. The actual number of ticks will be chosen automatically to be less than or equal to `nticks`. Has an effect only if `tickmode` is set to *auto*.", - "dflt": 0, - "editType": "colorbars", - "min": 0, - "valType": "integer", - "magic_underscores": "fig.update_traces(colorbar_nticks=<VALUE>, selector=dict(type='contour'))" - }, - "orientation": { - "description": "Sets the orientation of the colorbar.", - "dflt": "v", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "h", - "v" - ], - "magic_underscores": "fig.update_traces(colorbar_orientation=<VALUE>, selector=dict(type='contour'))" - }, - "outlinecolor": { - "description": "Sets the axis line color.", - "dflt": "#444", - "editType": "colorbars", - "valType": "color", - "magic_underscores": "fig.update_traces(colorbar_outlinecolor=<VALUE>, selector=dict(type='contour'))" - }, - "outlinewidth": { - "description": "Sets the width (in px) of the axis line.", - "dflt": 1, - "editType": "colorbars", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_outlinewidth=<VALUE>, selector=dict(type='contour'))" - }, - "role": "object", - "separatethousands": { - "description": "If \"true\", even 4-digit integers are separated", - "dflt": false, - "editType": "colorbars", - "valType": "boolean", - "magic_underscores": "fig.update_traces(colorbar_separatethousands=<VALUE>, selector=dict(type='contour'))" - }, - "showexponent": { - "description": "If *all*, all exponents are shown besides their significands. If *first*, only the exponent of the first tick is shown. If *last*, only the exponent of the last tick is shown. If *none*, no exponents appear.", - "dflt": "all", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "all", - "first", - "last", - "none" - ], - "magic_underscores": "fig.update_traces(colorbar_showexponent=<VALUE>, selector=dict(type='contour'))" - }, - "showticklabels": { - "description": "Determines whether or not the tick labels are drawn.", - "dflt": true, - "editType": "colorbars", - "valType": "boolean", - "magic_underscores": "fig.update_traces(colorbar_showticklabels=<VALUE>, selector=dict(type='contour'))" - }, - "showtickprefix": { - "description": "If *all*, all tick labels are displayed with a prefix. If *first*, only the first tick is displayed with a prefix. If *last*, only the last tick is displayed with a suffix. If *none*, tick prefixes are hidden.", - "dflt": "all", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "all", - "first", - "last", - "none" - ], - "magic_underscores": "fig.update_traces(colorbar_showtickprefix=<VALUE>, selector=dict(type='contour'))" - }, - "showticksuffix": { - "description": "Same as `showtickprefix` but for tick suffixes.", - "dflt": "all", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "all", - "first", - "last", - "none" - ], - "magic_underscores": "fig.update_traces(colorbar_showticksuffix=<VALUE>, selector=dict(type='contour'))" - }, - "thickness": { - "description": "Sets the thickness of the color bar This measure excludes the size of the padding, ticks and labels.", - "dflt": 30, - "editType": "colorbars", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_thickness=<VALUE>, selector=dict(type='contour'))" - }, - "thicknessmode": { - "description": "Determines whether this color bar's thickness (i.e. the measure in the constant color direction) is set in units of plot *fraction* or in *pixels*. Use `thickness` to set the value.", - "dflt": "pixels", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "fraction", - "pixels" - ], - "magic_underscores": "fig.update_traces(colorbar_thicknessmode=<VALUE>, selector=dict(type='contour'))" - }, - "tick0": { - "description": "Sets the placement of the first tick on this axis. Use with `dtick`. If the axis `type` is *log*, then you must take the log of your starting tick (e.g. to set the starting tick to 100, set the `tick0` to 2) except when `dtick`=*L* (see `dtick` for more info). If the axis `type` is *date*, it should be a date string, like date data. If the axis `type` is *category*, it should be a number, using the scale where each category is assigned a serial number from zero in the order it appears.", - "editType": "colorbars", - "impliedEdits": { - "tickmode": "linear", - "magic_underscores": "fig.update_traces(colorbar_tick0_impliedEdits=<VALUE>, selector=dict(type='contour'))" + "colorsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `color`.", + "editType": "none", + "valType": "string" }, - "valType": "any", - "magic_underscores": "fig.update_traces(colorbar_tick0=<VALUE>, selector=dict(type='contour'))" - }, - "tickangle": { - "description": "Sets the angle of the tick labels with respect to the horizontal. For example, a `tickangle` of -90 draws the tick labels vertically.", - "dflt": "auto", - "editType": "colorbars", - "valType": "angle", - "magic_underscores": "fig.update_traces(colorbar_tickangle=<VALUE>, selector=dict(type='contour'))" - }, - "tickcolor": { - "description": "Sets the tick color.", - "dflt": "#444", - "editType": "colorbars", - "valType": "color", - "magic_underscores": "fig.update_traces(colorbar_tickcolor=<VALUE>, selector=dict(type='contour'))" + "editType": "calc", + "role": "object", + "magic_underscores": "fig.update_traces(cells_fill=dict(...), selector=dict(type='table'))" }, - "tickfont": { + "font": { "color": { - "editType": "colorbars", + "arrayOk": true, + "editType": "calc", "valType": "color", - "magic_underscores": "fig.update_traces(colorbar_tickfont_color=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(cells_font_color=<VALUE>, selector=dict(type='table'))" }, - "description": "Sets the color bar's tick label font", - "editType": "colorbars", + "colorsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `color`.", + "editType": "none", + "valType": "string" + }, + "description": "", + "editType": "calc", "family": { + "arrayOk": true, "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "colorbars", + "editType": "calc", "noBlank": true, "strict": true, "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_tickfont_family=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(cells_font_family=<VALUE>, selector=dict(type='table'))" + }, + "familysrc": { + "description": "Sets the source reference on Chart Studio Cloud for `family`.", + "editType": "none", + "valType": "string" }, "lineposition": { + "arrayOk": true, "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", "dflt": "none", - "editType": "colorbars", + "editType": "calc", "extras": [ "none" ], @@ -32680,37 +32694,61 @@ "through" ], "valType": "flaglist", - "magic_underscores": "fig.update_traces(colorbar_tickfont_lineposition=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(cells_font_lineposition=<VALUE>, selector=dict(type='table'))" + }, + "linepositionsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `lineposition`.", + "editType": "none", + "valType": "string" }, "role": "object", "shadow": { + "arrayOk": true, "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", "dflt": "none", - "editType": "colorbars", + "editType": "calc", "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_tickfont_shadow=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(cells_font_shadow=<VALUE>, selector=dict(type='table'))" + }, + "shadowsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `shadow`.", + "editType": "none", + "valType": "string" }, "size": { - "editType": "colorbars", + "arrayOk": true, + "editType": "calc", "min": 1, "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_tickfont_size=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(cells_font_size=<VALUE>, selector=dict(type='table'))" + }, + "sizesrc": { + "description": "Sets the source reference on Chart Studio Cloud for `size`.", + "editType": "none", + "valType": "string" }, "style": { + "arrayOk": true, "description": "Sets whether a font should be styled with a normal or italic face from its family.", "dflt": "normal", - "editType": "colorbars", + "editType": "calc", "valType": "enumerated", "values": [ "normal", "italic" ], - "magic_underscores": "fig.update_traces(colorbar_tickfont_style=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(cells_font_style=<VALUE>, selector=dict(type='table'))" + }, + "stylesrc": { + "description": "Sets the source reference on Chart Studio Cloud for `style`.", + "editType": "none", + "valType": "string" }, "textcase": { + "arrayOk": true, "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", "dflt": "normal", - "editType": "colorbars", + "editType": "calc", "valType": "enumerated", "values": [ "normal", @@ -32718,12 +32756,18 @@ "upper", "lower" ], - "magic_underscores": "fig.update_traces(colorbar_tickfont_textcase=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(cells_font_textcase=<VALUE>, selector=dict(type='table'))" + }, + "textcasesrc": { + "description": "Sets the source reference on Chart Studio Cloud for `textcase`.", + "editType": "none", + "valType": "string" }, "variant": { + "arrayOk": true, "description": "Sets the variant of the font.", "dflt": "normal", - "editType": "colorbars", + "editType": "calc", "valType": "enumerated", "values": [ "normal", @@ -32733,12 +32777,18 @@ "petite-caps", "unicase" ], - "magic_underscores": "fig.update_traces(colorbar_tickfont_variant=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(cells_font_variant=<VALUE>, selector=dict(type='table'))" + }, + "variantsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `variant`.", + "editType": "none", + "valType": "string" }, "weight": { + "arrayOk": true, "description": "Sets the weight (or boldness) of the font.", "dflt": "normal", - "editType": "colorbars", + "editType": "calc", "extras": [ "normal", "bold" @@ -32746,526 +32796,175 @@ "max": 1000, "min": 1, "valType": "integer", - "magic_underscores": "fig.update_traces(colorbar_tickfont_weight=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(cells_font_weight=<VALUE>, selector=dict(type='table'))" }, - "magic_underscores": "fig.update_traces(colorbar_tickfont=dict(...), selector=dict(type='contour'))" - }, - "tickformat": { - "description": "Sets the tick label formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date formatter: *%h* for half of the year as a decimal number as well as *%{n}f* for fractional seconds with n digits. For example, *2016-10-13 09:15:23.456* with tickformat *%H~%M~%S.%2f* would display *09~15~23.46*", - "dflt": "", - "editType": "colorbars", - "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_tickformat=<VALUE>, selector=dict(type='contour'))" - }, - "tickformatstops": { - "items": { - "tickformatstop": { - "dtickrange": { - "description": "range [*min*, *max*], where *min*, *max* - dtick values which describe some zoom level, it is possible to omit *min* or *max* value by passing *null*", - "editType": "colorbars", - "items": [ - { - "editType": "colorbars", - "valType": "any" - }, - { - "editType": "colorbars", - "valType": "any" - } - ], - "valType": "info_array" - }, - "editType": "colorbars", - "enabled": { - "description": "Determines whether or not this stop is used. If `false`, this stop is ignored even within its `dtickrange`.", - "dflt": true, - "editType": "colorbars", - "valType": "boolean" - }, - "name": { - "description": "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.", - "editType": "colorbars", - "valType": "string" - }, - "role": "object", - "templateitemname": { - "description": "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`.", - "editType": "colorbars", - "valType": "string" - }, - "value": { - "description": "string - dtickformat for described zoom level, the same as *tickformat*", - "dflt": "", - "editType": "colorbars", - "valType": "string" - } - } + "weightsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `weight`.", + "editType": "none", + "valType": "string" }, - "role": "object", - "magic_underscores": "fig.update_traces(colorbar_tickformatstops=list(...), selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(cells_font=dict(...), selector=dict(type='table'))" }, - "ticklabeloverflow": { - "description": "Determines how we handle tick labels that would overflow either the graph div or the domain of the axis. The default value for inside tick labels is *hide past domain*. In other cases the default is *hide past div*.", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "allow", - "hide past div", - "hide past domain" - ], - "magic_underscores": "fig.update_traces(colorbar_ticklabeloverflow=<VALUE>, selector=dict(type='contour'))" - }, - "ticklabelposition": { - "description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.", - "dflt": "outside", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "outside", - "inside", - "outside top", - "inside top", - "outside left", - "inside left", - "outside right", - "inside right", - "outside bottom", - "inside bottom" - ], - "magic_underscores": "fig.update_traces(colorbar_ticklabelposition=<VALUE>, selector=dict(type='contour'))" + "format": { + "description": "Sets the cell value formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.", + "dflt": [], + "editType": "calc", + "valType": "data_array", + "magic_underscores": "fig.update_traces(cells_format=<VALUE>, selector=dict(type='table'))" }, - "ticklabelstep": { - "description": "Sets the spacing between tick labels as compared to the spacing between ticks. A value of 1 (default) means each tick gets a label. A value of 2 means shows every 2nd label. A larger value n means only every nth tick is labeled. `tick0` determines which labels are shown. Not implemented for axes with `type` *log* or *multicategory*, or when `tickmode` is *array*.", - "dflt": 1, - "editType": "colorbars", - "min": 1, - "valType": "integer", - "magic_underscores": "fig.update_traces(colorbar_ticklabelstep=<VALUE>, selector=dict(type='contour'))" + "formatsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `format`.", + "editType": "none", + "valType": "string" }, - "ticklen": { - "description": "Sets the tick length (in px).", - "dflt": 5, - "editType": "colorbars", - "min": 0, + "height": { + "description": "The height of cells.", + "dflt": 20, + "editType": "calc", "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_ticklen=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(cells_height=<VALUE>, selector=dict(type='table'))" }, - "tickmode": { - "description": "Sets the tick mode for this axis. If *auto*, the number of ticks is set via `nticks`. If *linear*, the placement of the ticks is determined by a starting position `tick0` and a tick step `dtick` (*linear* is the default value if `tick0` and `dtick` are provided). If *array*, the placement of the ticks is set via `tickvals` and the tick text is `ticktext`. (*array* is the default value if `tickvals` is provided).", - "editType": "colorbars", - "impliedEdits": { - "magic_underscores": "fig.update_traces(colorbar_tickmode_impliedEdits=<VALUE>, selector=dict(type='contour'))" + "line": { + "color": { + "arrayOk": true, + "dflt": "grey", + "editType": "calc", + "valType": "color", + "magic_underscores": "fig.update_traces(cells_line_color=<VALUE>, selector=dict(type='table'))" }, - "valType": "enumerated", - "values": [ - "auto", - "linear", - "array" - ], - "magic_underscores": "fig.update_traces(colorbar_tickmode=<VALUE>, selector=dict(type='contour'))" + "colorsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `color`.", + "editType": "none", + "valType": "string" + }, + "editType": "calc", + "role": "object", + "width": { + "arrayOk": true, + "dflt": 1, + "editType": "calc", + "valType": "number", + "magic_underscores": "fig.update_traces(cells_line_width=<VALUE>, selector=dict(type='table'))" + }, + "widthsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `width`.", + "editType": "none", + "valType": "string" + }, + "magic_underscores": "fig.update_traces(cells_line=dict(...), selector=dict(type='table'))" }, - "tickprefix": { - "description": "Sets a tick label prefix.", - "dflt": "", - "editType": "colorbars", + "prefix": { + "arrayOk": true, + "description": "Prefix for cell values.", + "dflt": null, + "editType": "calc", "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_tickprefix=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(cells_prefix=<VALUE>, selector=dict(type='table'))" }, - "ticks": { - "description": "Determines whether ticks are drawn or not. If **, this axis' ticks are not drawn. If *outside* (*inside*), this axis' are drawn outside (inside) the axis lines.", - "dflt": "", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "outside", - "inside", - "" - ], - "magic_underscores": "fig.update_traces(colorbar_ticks=<VALUE>, selector=dict(type='contour'))" + "prefixsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `prefix`.", + "editType": "none", + "valType": "string" }, - "ticksuffix": { - "description": "Sets a tick label suffix.", - "dflt": "", - "editType": "colorbars", + "role": "object", + "suffix": { + "arrayOk": true, + "description": "Suffix for cell values.", + "dflt": null, + "editType": "calc", "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_ticksuffix=<VALUE>, selector=dict(type='contour'))" - }, - "ticktext": { - "description": "Sets the text displayed at the ticks position via `tickvals`. Only has an effect if `tickmode` is set to *array*. Used with `tickvals`.", - "editType": "colorbars", - "valType": "data_array", - "magic_underscores": "fig.update_traces(colorbar_ticktext=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(cells_suffix=<VALUE>, selector=dict(type='table'))" }, - "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", + "suffixsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `suffix`.", "editType": "none", "valType": "string" }, - "tickvals": { - "description": "Sets the values at which ticks on this axis appear. Only has an effect if `tickmode` is set to *array*. Used with `ticktext`.", - "editType": "colorbars", + "values": { + "description": "Cell values. `values[m][n]` represents the value of the `n`th point in column `m`, therefore the `values[m]` vector length for all columns must be the same (longer vectors will be truncated). Each value must be a finite number or a string.", + "dflt": [], + "editType": "calc", "valType": "data_array", - "magic_underscores": "fig.update_traces(colorbar_tickvals=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(cells_values=<VALUE>, selector=dict(type='table'))" }, - "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", + "valuessrc": { + "description": "Sets the source reference on Chart Studio Cloud for `values`.", "editType": "none", "valType": "string" }, - "tickwidth": { - "description": "Sets the tick width (in px).", - "dflt": 1, - "editType": "colorbars", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_tickwidth=<VALUE>, selector=dict(type='contour'))" - }, - "title": { - "editType": "colorbars", - "font": { - "color": { - "editType": "colorbars", - "valType": "color", - "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='contour'))" - }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", - "editType": "colorbars", - "family": { - "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "colorbars", - "noBlank": true, - "strict": true, - "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_title_font_family=<VALUE>, selector=dict(type='contour'))" - }, - "lineposition": { - "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", - "dflt": "none", - "editType": "colorbars", - "extras": [ - "none" - ], - "flags": [ - "under", - "over", - "through" - ], - "valType": "flaglist", - "magic_underscores": "fig.update_traces(colorbar_title_font_lineposition=<VALUE>, selector=dict(type='contour'))" - }, - "role": "object", - "shadow": { - "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", - "dflt": "none", - "editType": "colorbars", - "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_title_font_shadow=<VALUE>, selector=dict(type='contour'))" - }, - "size": { - "editType": "colorbars", - "min": 1, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_title_font_size=<VALUE>, selector=dict(type='contour'))" - }, - "style": { - "description": "Sets whether a font should be styled with a normal or italic face from its family.", - "dflt": "normal", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "normal", - "italic" - ], - "magic_underscores": "fig.update_traces(colorbar_title_font_style=<VALUE>, selector=dict(type='contour'))" - }, - "textcase": { - "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", - "dflt": "normal", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "normal", - "word caps", - "upper", - "lower" - ], - "magic_underscores": "fig.update_traces(colorbar_title_font_textcase=<VALUE>, selector=dict(type='contour'))" - }, - "variant": { - "description": "Sets the variant of the font.", - "dflt": "normal", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "normal", - "small-caps", - "all-small-caps", - "all-petite-caps", - "petite-caps", - "unicase" - ], - "magic_underscores": "fig.update_traces(colorbar_title_font_variant=<VALUE>, selector=dict(type='contour'))" - }, - "weight": { - "description": "Sets the weight (or boldness) of the font.", - "dflt": "normal", - "editType": "colorbars", - "extras": [ - "normal", - "bold" - ], - "max": 1000, - "min": 1, - "valType": "integer", - "magic_underscores": "fig.update_traces(colorbar_title_font_weight=<VALUE>, selector=dict(type='contour'))" - }, - "magic_underscores": "fig.update_traces(colorbar_title_font=dict(...), selector=dict(type='contour'))" - }, - "role": "object", - "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "right", - "top", - "bottom" - ], - "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='contour'))" - }, - "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", - "editType": "colorbars", - "valType": "string", - "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='contour'))" - }, - "magic_underscores": "fig.update_traces(colorbar_title=dict(...), selector=dict(type='contour'))" - }, - "x": { - "description": "Sets the x position with respect to `xref` of the color bar (in plot fraction). When `xref` is *paper*, defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*. When `xref` is *container*, defaults to *1* when `orientation` is *v* and 0.5 when `orientation` is *h*. Must be between *0* and *1* if `xref` is *container* and between *-2* and *3* if `xref` is *paper*.", - "editType": "colorbars", - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_x=<VALUE>, selector=dict(type='contour'))" - }, - "xanchor": { - "description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.", - "editType": "colorbars", + "magic_underscores": "fig.update_traces(cells=dict(...), selector=dict(type='table'))" + }, + "header": { + "align": { + "arrayOk": true, + "description": "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
HTML tags) or if an explicit width is set to override the text width.", + "dflt": "center", + "editType": "calc", "valType": "enumerated", "values": [ "left", "center", "right" ], - "magic_underscores": "fig.update_traces(colorbar_xanchor=<VALUE>, selector=dict(type='contour'))" - }, - "xpad": { - "description": "Sets the amount of padding (in px) along the x direction.", - "dflt": 10, - "editType": "colorbars", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_xpad=<VALUE>, selector=dict(type='contour'))" - }, - "xref": { - "description": "Sets the container `x` refers to. *container* spans the entire `width` of the plot. *paper* refers to the width of the plotting area only.", - "dflt": "paper", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "container", - "paper" - ], - "magic_underscores": "fig.update_traces(colorbar_xref=<VALUE>, selector=dict(type='contour'))" - }, - "y": { - "description": "Sets the y position with respect to `yref` of the color bar (in plot fraction). When `yref` is *paper*, defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*. When `yref` is *container*, defaults to 0.5 when `orientation` is *v* and 1 when `orientation` is *h*. Must be between *0* and *1* if `yref` is *container* and between *-2* and *3* if `yref` is *paper*.", - "editType": "colorbars", - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_y=<VALUE>, selector=dict(type='contour'))" - }, - "yanchor": { - "description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "top", - "middle", - "bottom" - ], - "magic_underscores": "fig.update_traces(colorbar_yanchor=<VALUE>, selector=dict(type='contour'))" - }, - "ypad": { - "description": "Sets the amount of padding (in px) along the y direction.", - "dflt": 10, - "editType": "colorbars", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_ypad=<VALUE>, selector=dict(type='contour'))" - }, - "yref": { - "description": "Sets the container `y` refers to. *container* spans the entire `height` of the plot. *paper* refers to the height of the plotting area only.", - "dflt": "paper", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "container", - "paper" - ], - "magic_underscores": "fig.update_traces(colorbar_yref=<VALUE>, selector=dict(type='contour'))" - }, - "magic_underscores": "fig.update_traces(colorbar=dict(...), selector=dict(type='contour'))" - }, - "autocolorscale": { - "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.", - "dflt": false, - "editType": "calc", - "impliedEdits": { - "magic_underscores": "fig.update_traces(autocolorscale_impliedEdits=<VALUE>, selector=dict(type='contour'))" - }, - "valType": "boolean", - "magic_underscores": "fig.update_traces(autocolorscale=<VALUE>, selector=dict(type='contour'))" - }, - "colorscale": { - "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.", - "dflt": null, - "editType": "calc", - "impliedEdits": { - "autocolorscale": false, - "magic_underscores": "fig.update_traces(colorscale_impliedEdits=<VALUE>, selector=dict(type='contour'))" - }, - "valType": "colorscale", - "magic_underscores": "fig.update_traces(colorscale=<VALUE>, selector=dict(type='contour'))" - }, - "showscale": { - "description": "Determines whether or not a colorbar is displayed for this trace.", - "dflt": true, - "editType": "calc", - "valType": "boolean", - "magic_underscores": "fig.update_traces(showscale=<VALUE>, selector=dict(type='contour'))" - }, - "reversescale": { - "description": "Reverses the color mapping if true. If true, `zmin` will correspond to the last color in the array and `zmax` will correspond to the first color.", - "dflt": false, - "editType": "plot", - "valType": "boolean", - "magic_underscores": "fig.update_traces(reversescale=<VALUE>, selector=dict(type='contour'))" - }, - "zauto": { - "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.", - "dflt": true, - "editType": "calc", - "impliedEdits": { - "magic_underscores": "fig.update_traces(zauto_impliedEdits=<VALUE>, selector=dict(type='contour'))" - }, - "valType": "boolean", - "magic_underscores": "fig.update_traces(zauto=<VALUE>, selector=dict(type='contour'))" - }, - "zhoverformat": { - "description": "Sets the hover text formatting rulefor `z` using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.By default the values are formatted using generic number format.", - "dflt": "", - "editType": "none", - "valType": "string", - "magic_underscores": "fig.update_traces(zhoverformat=<VALUE>, selector=dict(type='contour'))" - }, - "zmax": { - "description": "Sets the upper bound of the color domain. Value should have the same units as in `z` and if set, `zmin` must be set as well.", - "dflt": null, - "editType": "calc", - "impliedEdits": { - "zauto": false, - "magic_underscores": "fig.update_traces(zmax_impliedEdits=<VALUE>, selector=dict(type='contour'))" - }, - "valType": "number", - "magic_underscores": "fig.update_traces(zmax=<VALUE>, selector=dict(type='contour'))" - }, - "zmid": { - "description": "Sets the mid-point of the color domain by scaling `zmin` and/or `zmax` to be equidistant to this point. Value should have the same units as in `z`. Has no effect when `zauto` is `false`.", - "dflt": null, - "editType": "calc", - "impliedEdits": { - "magic_underscores": "fig.update_traces(zmid_impliedEdits=<VALUE>, selector=dict(type='contour'))" - }, - "valType": "number", - "magic_underscores": "fig.update_traces(zmid=<VALUE>, selector=dict(type='contour'))" - }, - "zmin": { - "description": "Sets the lower bound of the color domain. Value should have the same units as in `z` and if set, `zmax` must be set as well.", - "dflt": null, - "editType": "calc", - "impliedEdits": { - "zauto": false, - "magic_underscores": "fig.update_traces(zmin_impliedEdits=<VALUE>, selector=dict(type='contour'))" - }, - "valType": "number", - "magic_underscores": "fig.update_traces(zmin=<VALUE>, selector=dict(type='contour'))" - }, - "autocontour": { - "description": "Determines whether or not the contour level attributes are picked by an algorithm. If *true*, the number of contour levels can be set in `ncontours`. If *false*, set the contour level attributes in `contours`.", - "dflt": true, - "editType": "calc", - "impliedEdits": { - "magic_underscores": "fig.update_traces(autocontour_impliedEdits=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(header_align=<VALUE>, selector=dict(type='table'))" }, - "valType": "boolean", - "magic_underscores": "fig.update_traces(autocontour=<VALUE>, selector=dict(type='contour'))" - }, - "connectgaps": { - "description": "Determines whether or not gaps (i.e. {nan} or missing values) in the `z` data are filled in. It is defaulted to true if `z` is a one dimensional array otherwise it is defaulted to false.", - "editType": "calc", - "valType": "boolean", - "magic_underscores": "fig.update_traces(connectgaps=<VALUE>, selector=dict(type='contour'))" - }, - "contours": { - "coloring": { - "description": "Determines the coloring method showing the contour values. If *fill*, coloring is done evenly between each contour level If *heatmap*, a heatmap gradient coloring is applied between each contour level. If *lines*, coloring is done on the contour lines. If *none*, no coloring is applied on this trace.", - "dflt": "fill", - "editType": "calc", - "valType": "enumerated", - "values": [ - "fill", - "heatmap", - "lines", - "none" - ], - "magic_underscores": "fig.update_traces(contours_coloring=<VALUE>, selector=dict(type='contour'))" + "alignsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `align`.", + "editType": "none", + "valType": "string" }, "editType": "calc", - "end": { - "description": "Sets the end contour level value. Must be more than `contours.start`", - "dflt": null, - "editType": "plot", - "impliedEdits": { - "^autocontour": false, - "magic_underscores": "fig.update_traces(contours_end_impliedEdits=<VALUE>, selector=dict(type='contour'))" + "fill": { + "color": { + "arrayOk": true, + "description": "Sets the cell fill color. It accepts either a specific color or an array of colors or a 2D array of colors.", + "dflt": "white", + "editType": "calc", + "valType": "color", + "magic_underscores": "fig.update_traces(header_fill_color=<VALUE>, selector=dict(type='table'))" }, - "valType": "number", - "magic_underscores": "fig.update_traces(contours_end=<VALUE>, selector=dict(type='contour'))" - }, - "impliedEdits": { - "autocontour": false, + "colorsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `color`.", + "editType": "none", + "valType": "string" + }, + "editType": "calc", "role": "object", - "magic_underscores": "fig.update_traces(contours_impliedEdits=dict(...), selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(header_fill=dict(...), selector=dict(type='table'))" }, - "labelfont": { + "font": { "color": { - "editType": "style", + "arrayOk": true, + "editType": "calc", "valType": "color", - "magic_underscores": "fig.update_traces(contours_labelfont_color=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(header_font_color=<VALUE>, selector=dict(type='table'))" }, - "description": "Sets the font used for labeling the contour levels. The default color comes from the lines, if shown. The default family and size come from `layout.font`.", - "editType": "plot", - "family": { - "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "plot", + "colorsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `color`.", + "editType": "none", + "valType": "string" + }, + "description": "", + "editType": "calc", + "family": { + "arrayOk": true, + "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", + "editType": "calc", "noBlank": true, "strict": true, "valType": "string", - "magic_underscores": "fig.update_traces(contours_labelfont_family=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(header_font_family=<VALUE>, selector=dict(type='table'))" + }, + "familysrc": { + "description": "Sets the source reference on Chart Studio Cloud for `family`.", + "editType": "none", + "valType": "string" }, "lineposition": { + "arrayOk": true, "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", "dflt": "none", - "editType": "plot", + "editType": "calc", "extras": [ "none" ], @@ -33275,37 +32974,61 @@ "through" ], "valType": "flaglist", - "magic_underscores": "fig.update_traces(contours_labelfont_lineposition=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(header_font_lineposition=<VALUE>, selector=dict(type='table'))" + }, + "linepositionsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `lineposition`.", + "editType": "none", + "valType": "string" }, "role": "object", "shadow": { + "arrayOk": true, "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", "dflt": "none", - "editType": "plot", + "editType": "calc", "valType": "string", - "magic_underscores": "fig.update_traces(contours_labelfont_shadow=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(header_font_shadow=<VALUE>, selector=dict(type='table'))" + }, + "shadowsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `shadow`.", + "editType": "none", + "valType": "string" }, "size": { - "editType": "plot", + "arrayOk": true, + "editType": "calc", "min": 1, "valType": "number", - "magic_underscores": "fig.update_traces(contours_labelfont_size=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(header_font_size=<VALUE>, selector=dict(type='table'))" + }, + "sizesrc": { + "description": "Sets the source reference on Chart Studio Cloud for `size`.", + "editType": "none", + "valType": "string" }, "style": { + "arrayOk": true, "description": "Sets whether a font should be styled with a normal or italic face from its family.", "dflt": "normal", - "editType": "plot", + "editType": "calc", "valType": "enumerated", "values": [ "normal", "italic" ], - "magic_underscores": "fig.update_traces(contours_labelfont_style=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(header_font_style=<VALUE>, selector=dict(type='table'))" + }, + "stylesrc": { + "description": "Sets the source reference on Chart Studio Cloud for `style`.", + "editType": "none", + "valType": "string" }, "textcase": { + "arrayOk": true, "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", "dflt": "normal", - "editType": "plot", + "editType": "calc", "valType": "enumerated", "values": [ "normal", @@ -33313,12 +33036,18 @@ "upper", "lower" ], - "magic_underscores": "fig.update_traces(contours_labelfont_textcase=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(header_font_textcase=<VALUE>, selector=dict(type='table'))" + }, + "textcasesrc": { + "description": "Sets the source reference on Chart Studio Cloud for `textcase`.", + "editType": "none", + "valType": "string" }, "variant": { + "arrayOk": true, "description": "Sets the variant of the font.", "dflt": "normal", - "editType": "plot", + "editType": "calc", "valType": "enumerated", "values": [ "normal", @@ -33328,12 +33057,18 @@ "petite-caps", "unicase" ], - "magic_underscores": "fig.update_traces(contours_labelfont_variant=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(header_font_variant=<VALUE>, selector=dict(type='table'))" + }, + "variantsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `variant`.", + "editType": "none", + "valType": "string" }, "weight": { + "arrayOk": true, "description": "Sets the weight (or boldness) of the font.", "dflt": "normal", - "editType": "plot", + "editType": "calc", "extras": [ "normal", "bold" @@ -33341,102 +33076,103 @@ "max": 1000, "min": 1, "valType": "integer", - "magic_underscores": "fig.update_traces(contours_labelfont_weight=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(header_font_weight=<VALUE>, selector=dict(type='table'))" }, - "magic_underscores": "fig.update_traces(contours_labelfont=dict(...), selector=dict(type='contour'))" - }, - "labelformat": { - "description": "Sets the contour label formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.", - "dflt": "", - "editType": "plot", - "valType": "string", - "magic_underscores": "fig.update_traces(contours_labelformat=<VALUE>, selector=dict(type='contour'))" + "weightsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `weight`.", + "editType": "none", + "valType": "string" + }, + "magic_underscores": "fig.update_traces(header_font=dict(...), selector=dict(type='table'))" }, - "operation": { - "description": "Sets the constraint operation. *=* keeps regions equal to `value` *<* and *<=* keep regions less than `value` *>* and *>=* keep regions greater than `value` *[]*, *()*, *[)*, and *(]* keep regions inside `value[0]` to `value[1]` *][*, *)(*, *](*, *)[* keep regions outside `value[0]` to value[1]` Open vs. closed intervals make no difference to constraint display, but all versions are allowed for consistency with filter transforms.", - "dflt": "=", + "format": { + "description": "Sets the cell value formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.", + "dflt": [], "editType": "calc", - "valType": "enumerated", - "values": [ - "=", - "<", - ">=", - ">", - "<=", - "[]", - "()", - "[)", - "(]", - "][", - ")(", - "](", - ")[" - ], - "magic_underscores": "fig.update_traces(contours_operation=<VALUE>, selector=dict(type='contour'))" + "valType": "data_array", + "magic_underscores": "fig.update_traces(header_format=<VALUE>, selector=dict(type='table'))" }, - "role": "object", - "showlabels": { - "description": "Determines whether to label the contour lines with their values.", - "dflt": false, - "editType": "plot", - "valType": "boolean", - "magic_underscores": "fig.update_traces(contours_showlabels=<VALUE>, selector=dict(type='contour'))" + "formatsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `format`.", + "editType": "none", + "valType": "string" }, - "showlines": { - "description": "Determines whether or not the contour lines are drawn. Has an effect only if `contours.coloring` is set to *fill*.", - "dflt": true, - "editType": "plot", - "valType": "boolean", - "magic_underscores": "fig.update_traces(contours_showlines=<VALUE>, selector=dict(type='contour'))" + "height": { + "description": "The height of cells.", + "dflt": 28, + "editType": "calc", + "valType": "number", + "magic_underscores": "fig.update_traces(header_height=<VALUE>, selector=dict(type='table'))" }, - "size": { - "description": "Sets the step between each contour level. Must be positive.", - "dflt": null, - "editType": "plot", - "impliedEdits": { - "^autocontour": false, - "magic_underscores": "fig.update_traces(contours_size_impliedEdits=<VALUE>, selector=dict(type='contour'))" + "line": { + "color": { + "arrayOk": true, + "dflt": "grey", + "editType": "calc", + "valType": "color", + "magic_underscores": "fig.update_traces(header_line_color=<VALUE>, selector=dict(type='table'))" }, - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(contours_size=<VALUE>, selector=dict(type='contour'))" + "colorsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `color`.", + "editType": "none", + "valType": "string" + }, + "editType": "calc", + "role": "object", + "width": { + "arrayOk": true, + "dflt": 1, + "editType": "calc", + "valType": "number", + "magic_underscores": "fig.update_traces(header_line_width=<VALUE>, selector=dict(type='table'))" + }, + "widthsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `width`.", + "editType": "none", + "valType": "string" + }, + "magic_underscores": "fig.update_traces(header_line=dict(...), selector=dict(type='table'))" }, - "start": { - "description": "Sets the starting contour level value. Must be less than `contours.end`", + "prefix": { + "arrayOk": true, + "description": "Prefix for cell values.", "dflt": null, - "editType": "plot", - "impliedEdits": { - "^autocontour": false, - "magic_underscores": "fig.update_traces(contours_start_impliedEdits=<VALUE>, selector=dict(type='contour'))" - }, - "valType": "number", - "magic_underscores": "fig.update_traces(contours_start=<VALUE>, selector=dict(type='contour'))" + "editType": "calc", + "valType": "string", + "magic_underscores": "fig.update_traces(header_prefix=<VALUE>, selector=dict(type='table'))" }, - "type": { - "description": "If `levels`, the data is represented as a contour plot with multiple levels displayed. If `constraint`, the data is represented as constraints with the invalid region shaded as specified by the `operation` and `value` parameters.", - "dflt": "levels", + "prefixsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `prefix`.", + "editType": "none", + "valType": "string" + }, + "role": "object", + "suffix": { + "arrayOk": true, + "description": "Suffix for cell values.", + "dflt": null, "editType": "calc", - "valType": "enumerated", - "values": [ - "levels", - "constraint" - ], - "magic_underscores": "fig.update_traces(contours_type=<VALUE>, selector=dict(type='contour'))" + "valType": "string", + "magic_underscores": "fig.update_traces(header_suffix=<VALUE>, selector=dict(type='table'))" }, - "value": { - "description": "Sets the value or values of the constraint boundary. When `operation` is set to one of the comparison values (=,<,>=,>,<=) *value* is expected to be a number. When `operation` is set to one of the interval values ([],(),[),(],][,)(,](,)[) *value* is expected to be an array of two numbers where the first is the lower bound and the second is the upper bound.", - "dflt": 0, + "suffixsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `suffix`.", + "editType": "none", + "valType": "string" + }, + "values": { + "description": "Header cell values. `values[m][n]` represents the value of the `n`th point in column `m`, therefore the `values[m]` vector length for all columns must be the same (longer vectors will be truncated). Each value must be a finite number or a string.", + "dflt": [], "editType": "calc", - "valType": "any", - "magic_underscores": "fig.update_traces(contours_value=<VALUE>, selector=dict(type='contour'))" + "valType": "data_array", + "magic_underscores": "fig.update_traces(header_values=<VALUE>, selector=dict(type='table'))" }, - "magic_underscores": "fig.update_traces(contours=dict(...), selector=dict(type='contour'))" - }, - "fillcolor": { - "description": "Sets the fill color if `contours.type` is *constraint*. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", - "editType": "calc", - "valType": "color", - "magic_underscores": "fig.update_traces(fillcolor=<VALUE>, selector=dict(type='contour'))" + "valuessrc": { + "description": "Sets the source reference on Chart Studio Cloud for `values`.", + "editType": "none", + "valType": "string" + }, + "magic_underscores": "fig.update_traces(header=dict(...), selector=dict(type='table'))" }, "hoverlabel": { "align": { @@ -33450,7 +33186,7 @@ "right", "auto" ], - "magic_underscores": "fig.update_traces(hoverlabel_align=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverlabel_align=<VALUE>, selector=dict(type='table'))" }, "alignsrc": { "description": "Sets the source reference on Chart Studio Cloud for `align`.", @@ -33462,7 +33198,7 @@ "description": "Sets the background color of the hover labels for this trace", "editType": "none", "valType": "color", - "magic_underscores": "fig.update_traces(hoverlabel_bgcolor=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverlabel_bgcolor=<VALUE>, selector=dict(type='table'))" }, "bgcolorsrc": { "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", @@ -33474,7 +33210,7 @@ "description": "Sets the border color of the hover labels for this trace.", "editType": "none", "valType": "color", - "magic_underscores": "fig.update_traces(hoverlabel_bordercolor=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverlabel_bordercolor=<VALUE>, selector=dict(type='table'))" }, "bordercolorsrc": { "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", @@ -33487,7 +33223,7 @@ "arrayOk": true, "editType": "none", "valType": "color", - "magic_underscores": "fig.update_traces(hoverlabel_font_color=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_color=<VALUE>, selector=dict(type='table'))" }, "colorsrc": { "description": "Sets the source reference on Chart Studio Cloud for `color`.", @@ -33503,7 +33239,7 @@ "noBlank": true, "strict": true, "valType": "string", - "magic_underscores": "fig.update_traces(hoverlabel_font_family=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_family=<VALUE>, selector=dict(type='table'))" }, "familysrc": { "description": "Sets the source reference on Chart Studio Cloud for `family`.", @@ -33524,7 +33260,7 @@ "through" ], "valType": "flaglist", - "magic_underscores": "fig.update_traces(hoverlabel_font_lineposition=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_lineposition=<VALUE>, selector=dict(type='table'))" }, "linepositionsrc": { "description": "Sets the source reference on Chart Studio Cloud for `lineposition`.", @@ -33538,7 +33274,7 @@ "dflt": "none", "editType": "none", "valType": "string", - "magic_underscores": "fig.update_traces(hoverlabel_font_shadow=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_shadow=<VALUE>, selector=dict(type='table'))" }, "shadowsrc": { "description": "Sets the source reference on Chart Studio Cloud for `shadow`.", @@ -33550,7 +33286,7 @@ "editType": "none", "min": 1, "valType": "number", - "magic_underscores": "fig.update_traces(hoverlabel_font_size=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_size=<VALUE>, selector=dict(type='table'))" }, "sizesrc": { "description": "Sets the source reference on Chart Studio Cloud for `size`.", @@ -33567,7 +33303,7 @@ "normal", "italic" ], - "magic_underscores": "fig.update_traces(hoverlabel_font_style=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_style=<VALUE>, selector=dict(type='table'))" }, "stylesrc": { "description": "Sets the source reference on Chart Studio Cloud for `style`.", @@ -33586,7 +33322,7 @@ "upper", "lower" ], - "magic_underscores": "fig.update_traces(hoverlabel_font_textcase=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_textcase=<VALUE>, selector=dict(type='table'))" }, "textcasesrc": { "description": "Sets the source reference on Chart Studio Cloud for `textcase`.", @@ -33607,7 +33343,7 @@ "petite-caps", "unicase" ], - "magic_underscores": "fig.update_traces(hoverlabel_font_variant=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_variant=<VALUE>, selector=dict(type='table'))" }, "variantsrc": { "description": "Sets the source reference on Chart Studio Cloud for `variant`.", @@ -33626,14 +33362,14 @@ "max": 1000, "min": 1, "valType": "integer", - "magic_underscores": "fig.update_traces(hoverlabel_font_weight=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverlabel_font_weight=<VALUE>, selector=dict(type='table'))" }, "weightsrc": { "description": "Sets the source reference on Chart Studio Cloud for `weight`.", "editType": "none", "valType": "string" }, - "magic_underscores": "fig.update_traces(hoverlabel_font=dict(...), selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverlabel_font=dict(...), selector=dict(type='table'))" }, "namelength": { "arrayOk": true, @@ -33642,7 +33378,7 @@ "editType": "none", "min": -1, "valType": "integer", - "magic_underscores": "fig.update_traces(hoverlabel_namelength=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverlabel_namelength=<VALUE>, selector=dict(type='table'))" }, "namelengthsrc": { "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", @@ -33650,96 +33386,13 @@ "valType": "string" }, "role": "object", - "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='contour'))" - }, - "hoverongaps": { - "description": "Determines whether or not gaps (i.e. {nan} or missing values) in the `z` data have hover labels associated with them.", - "dflt": true, - "editType": "none", - "valType": "boolean", - "magic_underscores": "fig.update_traces(hoverongaps=<VALUE>, selector=dict(type='contour'))" - }, - "ncontours": { - "description": "Sets the maximum number of contour levels. The actual number of contours will be chosen automatically to be less than or equal to the value of `ncontours`. Has an effect only if `autocontour` is *true* or if `contours.size` is missing.", - "dflt": 15, - "editType": "calc", - "min": 1, - "valType": "integer", - "magic_underscores": "fig.update_traces(ncontours=<VALUE>, selector=dict(type='contour'))" - }, - "transpose": { - "description": "Transposes the z data.", - "dflt": false, - "editType": "calc", - "valType": "boolean", - "magic_underscores": "fig.update_traces(transpose=<VALUE>, selector=dict(type='contour'))" - }, - "xcalendar": { - "description": "Sets the calendar system to use with `x` date data.", - "dflt": "gregorian", - "editType": "calc", - "valType": "enumerated", - "values": [ - "chinese", - "coptic", - "discworld", - "ethiopian", - "gregorian", - "hebrew", - "islamic", - "jalali", - "julian", - "mayan", - "nanakshahi", - "nepali", - "persian", - "taiwan", - "thai", - "ummalqura" - ], - "magic_underscores": "fig.update_traces(xcalendar=<VALUE>, selector=dict(type='contour'))" - }, - "ycalendar": { - "description": "Sets the calendar system to use with `y` date data.", - "dflt": "gregorian", - "editType": "calc", - "valType": "enumerated", - "values": [ - "chinese", - "coptic", - "discworld", - "ethiopian", - "gregorian", - "hebrew", - "islamic", - "jalali", - "julian", - "mayan", - "nanakshahi", - "nepali", - "persian", - "taiwan", - "thai", - "ummalqura" - ], - "magic_underscores": "fig.update_traces(ycalendar=<VALUE>, selector=dict(type='contour'))" - }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='table'))" }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", "valType": "any", - "magic_underscores": "fig.update_traces(uirevision=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(uirevision=<VALUE>, selector=dict(type='table'))" }, "stream": { "editType": "calc", @@ -33750,7 +33403,7 @@ "max": 10000, "min": 0, "valType": "number", - "magic_underscores": "fig.update_traces(stream_maxpoints=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(stream_maxpoints=<VALUE>, selector=dict(type='table'))" }, "role": "object", "token": { @@ -33759,39 +33412,36 @@ "noBlank": true, "strict": true, "valType": "string", - "magic_underscores": "fig.update_traces(stream_token=<VALUE>, selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(stream_token=<VALUE>, selector=dict(type='table'))" }, - "magic_underscores": "fig.update_traces(stream=dict(...), selector=dict(type='contour'))" + "magic_underscores": "fig.update_traces(stream=dict(...), selector=dict(type='table'))" }, - "magic_underscores": "fig.update_traces(..., selector=dict(type='contour'))" + "editType": "calc", + "magic_underscores": "fig.update_traces(..., selector=dict(type='table'))" }, "categories": [ - "cartesian", - "svg", - "2dMap", - "contour", - "showLegend" + "noOpacity" ], "meta": { - "description": "The data from which contour lines are computed is set in `z`. Data in `z` must be a {2D array} of numbers. Say that `z` has N rows and M columns, then by default, these N rows correspond to N y coordinates (set in `y` or auto-generated) and the M columns correspond to M x coordinates (set in `x` or auto-generated). By setting `transpose` to *true*, the above behavior is flipped." + "description": "Table view for detailed data viewing. The data are arranged in a grid of rows and columns. Most styling can be specified for columns, rows or individual cells. Table is using a column-major order, ie. the grid is represented as a vector of column vectors." }, - "type": "contour" + "type": "table" }, - "table": { + "box": { "animatable": false, "attributes": { - "type": "table", + "type": "box", "name": { - "description": "Sets the trace name. The trace name appears as the legend item and on hover.", - "editType": "style", + "description": "Sets the trace name. The trace name appears as the legend item and on hover. For box traces, the name will also be used for the position coordinate, if `x` and `x0` (`y` and `y0` if horizontal) are missing and the position axis is categorical", + "editType": "calc+clearAxisTypes", "valType": "string", - "magic_underscores": "fig.update_traces(name=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(name=<VALUE>, selector=dict(type='box'))" }, "uid": { "description": "Assign an id to this trace, Use this to provide object constancy between traces during animations and transitions.", "editType": "plot", "valType": "string", - "magic_underscores": "fig.update_traces(uid=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(uid=<VALUE>, selector=dict(type='box'))" }, "visible": { "description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).", @@ -33803,21 +33453,35 @@ false, "legendonly" ], - "magic_underscores": "fig.update_traces(visible=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(visible=<VALUE>, selector=dict(type='box'))" + }, + "showlegend": { + "description": "Determines whether or not an item corresponding to this trace is shown in the legend.", + "dflt": true, + "editType": "style", + "valType": "boolean", + "magic_underscores": "fig.update_traces(showlegend=<VALUE>, selector=dict(type='box'))" }, "legend": { "description": "Sets the reference to a legend to show this trace in. References to these legends are *legend*, *legend2*, *legend3*, etc. Settings for these legends are set in the layout, under `layout.legend`, `layout.legend2`, etc.", "dflt": "legend", "editType": "style", "valType": "subplotid", - "magic_underscores": "fig.update_traces(legend=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(legend=<VALUE>, selector=dict(type='box'))" }, "legendrank": { "description": "Sets the legend rank for this trace. Items and groups with smaller ranks are presented on top/left side while with *reversed* `legend.traceorder` they are on bottom/right side. The default legendrank is 1000, so that you can use ranks less than 1000 to place certain items before all unranked items, and ranks greater than 1000 to go after all unranked items. When having unranked or equal rank items shapes would be displayed after traces i.e. according to their order in data and layout.", "dflt": 1000, "editType": "style", "valType": "number", - "magic_underscores": "fig.update_traces(legendrank=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(legendrank=<VALUE>, selector=dict(type='box'))" + }, + "legendgroup": { + "description": "Sets the legend group for this trace. Traces and shapes part of the same legend group hide/show at the same time when toggling legend items.", + "dflt": "", + "editType": "style", + "valType": "string", + "magic_underscores": "fig.update_traces(legendgroup=<VALUE>, selector=dict(type='box'))" }, "legendgrouptitle": { "editType": "style", @@ -33825,7 +33489,7 @@ "color": { "editType": "style", "valType": "color", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_color=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_color=<VALUE>, selector=dict(type='box'))" }, "description": "Sets this legend group's title font.", "editType": "style", @@ -33835,7 +33499,7 @@ "noBlank": true, "strict": true, "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_family=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_family=<VALUE>, selector=dict(type='box'))" }, "lineposition": { "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", @@ -33850,7 +33514,7 @@ "through" ], "valType": "flaglist", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_lineposition=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_lineposition=<VALUE>, selector=dict(type='box'))" }, "role": "object", "shadow": { @@ -33858,13 +33522,13 @@ "dflt": "none", "editType": "style", "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_shadow=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_shadow=<VALUE>, selector=dict(type='box'))" }, "size": { "editType": "style", "min": 1, "valType": "number", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_size=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_size=<VALUE>, selector=dict(type='box'))" }, "style": { "description": "Sets whether a font should be styled with a normal or italic face from its family.", @@ -33875,7 +33539,7 @@ "normal", "italic" ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_style=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_style=<VALUE>, selector=dict(type='box'))" }, "textcase": { "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", @@ -33888,7 +33552,7 @@ "upper", "lower" ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_textcase=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_textcase=<VALUE>, selector=dict(type='box'))" }, "variant": { "description": "Sets the variant of the font.", @@ -33903,7 +33567,7 @@ "petite-caps", "unicase" ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_variant=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_variant=<VALUE>, selector=dict(type='box'))" }, "weight": { "description": "Sets the weight (or boldness) of the font.", @@ -33916,9 +33580,9 @@ "max": 1000, "min": 1, "valType": "integer", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_weight=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font_weight=<VALUE>, selector=dict(type='box'))" }, - "magic_underscores": "fig.update_traces(legendgrouptitle_font=dict(...), selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_font=dict(...), selector=dict(type='box'))" }, "role": "object", "text": { @@ -33926,83 +33590,182 @@ "dflt": "", "editType": "style", "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_text=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(legendgrouptitle_text=<VALUE>, selector=dict(type='box'))" }, - "magic_underscores": "fig.update_traces(legendgrouptitle=dict(...), selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(legendgrouptitle=dict(...), selector=dict(type='box'))" }, "legendwidth": { "description": "Sets the width (in px or fraction) of the legend for this trace.", "editType": "style", "min": 0, "valType": "number", - "magic_underscores": "fig.update_traces(legendwidth=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(legendwidth=<VALUE>, selector=dict(type='box'))" + }, + "opacity": { + "description": "Sets the opacity of the trace.", + "dflt": 1, + "editType": "style", + "max": 1, + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(opacity=<VALUE>, selector=dict(type='box'))" }, "ids": { "description": "Assigns id labels to each datum. These ids for object constancy of data points during animation. Should be an array of strings, not numbers or any other type.", "editType": "calc", "valType": "data_array", - "magic_underscores": "fig.update_traces(ids=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(ids=<VALUE>, selector=dict(type='box'))" }, "idssrc": { "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, - "columnorder": { - "description": "Specifies the rendered order of the data columns; for example, a value `2` at position `0` means that column index `0` in the data will be rendered as the third column, as columns have an index base of zero.", - "editType": "calc", + "zorder": { + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", + "dflt": 0, + "editType": "plot", + "valType": "integer", + "magic_underscores": "fig.update_traces(zorder=<VALUE>, selector=dict(type='box'))" + }, + "x": { + "description": "Sets the x sample data or coordinates. See overview for more info.", + "editType": "calc+clearAxisTypes", "valType": "data_array", - "magic_underscores": "fig.update_traces(columnorder=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(x=<VALUE>, selector=dict(type='box'))" }, - "columnordersrc": { - "description": "Sets the source reference on Chart Studio Cloud for `columnorder`.", + "xsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, - "columnwidth": { - "arrayOk": true, - "description": "The width of columns expressed as a ratio. Columns fill the available width in proportion of their specified column widths.", - "dflt": null, + "x0": { + "description": "Sets the x coordinate for single-box traces or the starting coordinate for multi-box traces set using q1/median/q3. See overview for more info.", + "editType": "calc+clearAxisTypes", + "valType": "any", + "magic_underscores": "fig.update_traces(x0=<VALUE>, selector=dict(type='box'))" + }, + "dx": { + "description": "Sets the x coordinate step for multi-box traces set using q1/median/q3.", "editType": "calc", "valType": "number", - "magic_underscores": "fig.update_traces(columnwidth=<VALUE>, selector=dict(type='table'))" - }, - "columnwidthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `columnwidth`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(dx=<VALUE>, selector=dict(type='box'))" }, - "hoverinfo": { - "arrayOk": true, - "description": "Determines which trace information appear on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired.", - "dflt": "all", - "editType": "none", - "extras": [ - "all", - "none", - "skip" - ], - "flags": [ - "x", - "y", - "z", - "text", - "name" - ], - "valType": "flaglist", - "magic_underscores": "fig.update_traces(hoverinfo=<VALUE>, selector=dict(type='table'))" + "y": { + "description": "Sets the y sample data or coordinates. See overview for more info.", + "editType": "calc+clearAxisTypes", + "valType": "data_array", + "magic_underscores": "fig.update_traces(y=<VALUE>, selector=dict(type='box'))" }, - "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", + "ysrc": { + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" }, + "y0": { + "description": "Sets the y coordinate for single-box traces or the starting coordinate for multi-box traces set using q1/median/q3. See overview for more info.", + "editType": "calc+clearAxisTypes", + "valType": "any", + "magic_underscores": "fig.update_traces(y0=<VALUE>, selector=dict(type='box'))" + }, + "dy": { + "description": "Sets the y coordinate step for multi-box traces set using q1/median/q3.", + "editType": "calc", + "valType": "number", + "magic_underscores": "fig.update_traces(dy=<VALUE>, selector=dict(type='box'))" + }, + "width": { + "description": "Sets the width of the box in data coordinate If *0* (default value) the width is automatically selected based on the positions of other box traces in the same subplot.", + "dflt": 0, + "editType": "calc", + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(width=<VALUE>, selector=dict(type='box'))" + }, + "text": { + "arrayOk": true, + "description": "Sets the text elements associated with each sample value. If a single string, the same string appears over all the data points. If an array of string, the items are mapped in order to the this trace's (x,y) coordinates. To be seen, trace `hoverinfo` must contain a *text* flag.", + "dflt": "", + "editType": "calc", + "valType": "string", + "magic_underscores": "fig.update_traces(text=<VALUE>, selector=dict(type='box'))" + }, + "textsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `text`.", + "editType": "none", + "valType": "string" + }, + "hovertext": { + "arrayOk": true, + "description": "Same as `text`.", + "dflt": "", + "editType": "style", + "valType": "string", + "magic_underscores": "fig.update_traces(hovertext=<VALUE>, selector=dict(type='box'))" + }, + "hovertextsrc": { + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", + "editType": "none", + "valType": "string" + }, + "hoverinfo": { + "arrayOk": true, + "description": "Determines which trace information appear on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired.", + "dflt": "all", + "editType": "none", + "extras": [ + "all", + "none", + "skip" + ], + "flags": [ + "x", + "y", + "z", + "text", + "name" + ], + "valType": "flaglist", + "magic_underscores": "fig.update_traces(hoverinfo=<VALUE>, selector=dict(type='box'))" + }, + "hoverinfosrc": { + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", + "editType": "none", + "valType": "string" + }, + "hovertemplate": { + "arrayOk": true, + "description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\" as well as %{xother}, {%_xother}, {%_xother_}, {%xother_}. When showing info for several points, *xother* will be added to those with different x positions from the first point. An underscore before or after *(x|y)other* will add a space on that side, only when this field is shown. Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plotly.com/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Anything contained in tag `` is displayed in the secondary box, for example \"{fullData.name}\". To hide the secondary box completely, use an empty tag ``.", + "dflt": "", + "editType": "none", + "valType": "string", + "magic_underscores": "fig.update_traces(hovertemplate=<VALUE>, selector=dict(type='box'))" + }, + "hovertemplatesrc": { + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", + "editType": "none", + "valType": "string" + }, + "xhoverformat": { + "description": "Sets the hover text formatting rulefor `x` using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date formatter: *%h* for half of the year as a decimal number as well as *%{n}f* for fractional seconds with n digits. For example, *2016-10-13 09:15:23.456* with tickformat *%H~%M~%S.%2f* would display *09~15~23.46*By default the values are formatted using `xaxis.hoverformat`.", + "dflt": "", + "editType": "none", + "valType": "string", + "magic_underscores": "fig.update_traces(xhoverformat=<VALUE>, selector=dict(type='box'))" + }, + "yhoverformat": { + "description": "Sets the hover text formatting rulefor `y` using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date formatter: *%h* for half of the year as a decimal number as well as *%{n}f* for fractional seconds with n digits. For example, *2016-10-13 09:15:23.456* with tickformat *%H~%M~%S.%2f* would display *09~15~23.46*By default the values are formatted using `yaxis.hoverformat`.", + "dflt": "", + "editType": "none", + "valType": "string", + "magic_underscores": "fig.update_traces(yhoverformat=<VALUE>, selector=dict(type='box'))" + }, "meta": { "arrayOk": true, "description": "Assigns extra meta information associated with this trace that can be used in various text attributes. Attributes such as trace `name`, graph, axis and colorbar `title.text`, annotation `text` `rangeselector`, `updatemenues` and `sliders` `label` text all support `meta`. To access the trace `meta` values in an attribute in the same trace, simply use `%{meta[i]}` where `i` is the index or key of the `meta` item in question. To access trace `meta` in layout attributes, use `%{data[n[.meta[i]}` where `i` is the index or key of the `meta` and `n` is the trace index.", "editType": "plot", "valType": "any", - "magic_underscores": "fig.update_traces(meta=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(meta=<VALUE>, selector=dict(type='box'))" }, "metasrc": { "description": "Sets the source reference on Chart Studio Cloud for `meta`.", @@ -34013,1418 +33776,180 @@ "description": "Assigns extra data each datum. This may be useful when listening to hover, click and selection events. Note that, *scatter* traces also appends customdata items in the markers DOM elements", "editType": "calc", "valType": "data_array", - "magic_underscores": "fig.update_traces(customdata=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(customdata=<VALUE>, selector=dict(type='box'))" }, "customdatasrc": { "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, - "domain": { - "column": { - "description": "If there is a layout grid, use the domain for this column in the grid for this table trace .", - "dflt": 0, - "editType": "calc", - "min": 0, - "valType": "integer", - "magic_underscores": "fig.update_traces(domain_column=<VALUE>, selector=dict(type='table'))" - }, + "xaxis": { + "description": "Sets a reference between this trace's x coordinates and a 2D cartesian x axis. If *x* (the default value), the x coordinates refer to `layout.xaxis`. If *x2*, the x coordinates refer to `layout.xaxis2`, and so on.", + "dflt": "x", + "editType": "calc+clearAxisTypes", + "valType": "subplotid", + "magic_underscores": "fig.update_traces(xaxis=<VALUE>, selector=dict(type='box'))" + }, + "yaxis": { + "description": "Sets a reference between this trace's y coordinates and a 2D cartesian y axis. If *y* (the default value), the y coordinates refer to `layout.yaxis`. If *y2*, the y coordinates refer to `layout.yaxis2`, and so on.", + "dflt": "y", + "editType": "calc+clearAxisTypes", + "valType": "subplotid", + "magic_underscores": "fig.update_traces(yaxis=<VALUE>, selector=dict(type='box'))" + }, + "orientation": { + "description": "Sets the orientation of the box(es). If *v* (*h*), the distribution is visualized along the vertical (horizontal).", + "editType": "calc+clearAxisTypes", + "valType": "enumerated", + "values": [ + "v", + "h" + ], + "magic_underscores": "fig.update_traces(orientation=<VALUE>, selector=dict(type='box'))" + }, + "alignmentgroup": { + "description": "Set several traces linked to the same position axis or matching axes to the same alignmentgroup. This controls whether bars compute their positional range dependently or independently.", + "dflt": "", "editType": "calc", - "role": "object", - "row": { - "description": "If there is a layout grid, use the domain for this row in the grid for this table trace .", - "dflt": 0, - "editType": "calc", - "min": 0, - "valType": "integer", - "magic_underscores": "fig.update_traces(domain_row=<VALUE>, selector=dict(type='table'))" - }, - "x": { - "description": "Sets the horizontal domain of this table trace (in plot fraction).", - "dflt": [ - 0, - 1 - ], - "editType": "calc", - "items": [ - { - "editType": "calc", - "max": 1, - "min": 0, - "valType": "number" - }, - { - "editType": "calc", - "max": 1, - "min": 0, - "valType": "number" - } - ], - "valType": "info_array", - "magic_underscores": "fig.update_traces(domain_x=list(...), selector=dict(type='table'))" - }, - "y": { - "description": "Sets the vertical domain of this table trace (in plot fraction).", - "dflt": [ - 0, - 1 - ], - "editType": "calc", - "items": [ - { - "editType": "calc", - "max": 1, - "min": 0, - "valType": "number" - }, - { - "editType": "calc", - "max": 1, - "min": 0, - "valType": "number" - } - ], - "valType": "info_array", - "magic_underscores": "fig.update_traces(domain_y=list(...), selector=dict(type='table'))" - }, - "magic_underscores": "fig.update_traces(domain=dict(...), selector=dict(type='table'))" + "valType": "string", + "magic_underscores": "fig.update_traces(alignmentgroup=<VALUE>, selector=dict(type='box'))" }, - "cells": { - "align": { - "arrayOk": true, - "description": "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
HTML tags) or if an explicit width is set to override the text width.", - "dflt": "center", + "offsetgroup": { + "description": "Set several traces linked to the same position axis or matching axes to the same offsetgroup where bars of the same position coordinate will line up.", + "dflt": "", + "editType": "calc", + "valType": "string", + "magic_underscores": "fig.update_traces(offsetgroup=<VALUE>, selector=dict(type='box'))" + }, + "xperiod": { + "description": "Only relevant when the axis `type` is *date*. Sets the period positioning in milliseconds or *M* on the x axis. Special values in the form of *M* could be used to declare the number of months. In this case `n` must be a positive integer.", + "dflt": 0, + "editType": "calc", + "valType": "any", + "magic_underscores": "fig.update_traces(xperiod=<VALUE>, selector=dict(type='box'))" + }, + "xperiodalignment": { + "description": "Only relevant when the axis `type` is *date*. Sets the alignment of data points on the x axis.", + "dflt": "middle", + "editType": "calc", + "valType": "enumerated", + "values": [ + "start", + "middle", + "end" + ], + "magic_underscores": "fig.update_traces(xperiodalignment=<VALUE>, selector=dict(type='box'))" + }, + "xperiod0": { + "description": "Only relevant when the axis `type` is *date*. Sets the base for period positioning in milliseconds or date string on the x0 axis. When `x0period` is round number of weeks, the `x0period0` by default would be on a Sunday i.e. 2000-01-02, otherwise it would be at 2000-01-01.", + "editType": "calc", + "valType": "any", + "magic_underscores": "fig.update_traces(xperiod0=<VALUE>, selector=dict(type='box'))" + }, + "yperiod": { + "description": "Only relevant when the axis `type` is *date*. Sets the period positioning in milliseconds or *M* on the y axis. Special values in the form of *M* could be used to declare the number of months. In this case `n` must be a positive integer.", + "dflt": 0, + "editType": "calc", + "valType": "any", + "magic_underscores": "fig.update_traces(yperiod=<VALUE>, selector=dict(type='box'))" + }, + "yperiodalignment": { + "description": "Only relevant when the axis `type` is *date*. Sets the alignment of data points on the y axis.", + "dflt": "middle", + "editType": "calc", + "valType": "enumerated", + "values": [ + "start", + "middle", + "end" + ], + "magic_underscores": "fig.update_traces(yperiodalignment=<VALUE>, selector=dict(type='box'))" + }, + "yperiod0": { + "description": "Only relevant when the axis `type` is *date*. Sets the base for period positioning in milliseconds or date string on the y0 axis. When `y0period` is round number of weeks, the `y0period0` by default would be on a Sunday i.e. 2000-01-02, otherwise it would be at 2000-01-01.", + "editType": "calc", + "valType": "any", + "magic_underscores": "fig.update_traces(yperiod0=<VALUE>, selector=dict(type='box'))" + }, + "marker": { + "angle": { + "arrayOk": false, + "description": "Sets the marker angle in respect to `angleref`.", + "dflt": 0, "editType": "calc", - "valType": "enumerated", - "values": [ - "left", - "center", - "right" - ], - "magic_underscores": "fig.update_traces(cells_align=<VALUE>, selector=dict(type='table'))" + "valType": "angle", + "magic_underscores": "fig.update_traces(marker_angle=<VALUE>, selector=dict(type='box'))" }, - "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `align`.", - "editType": "none", - "valType": "string" + "color": { + "arrayOk": false, + "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.", + "editType": "style", + "valType": "color", + "magic_underscores": "fig.update_traces(marker_color=<VALUE>, selector=dict(type='box'))" }, - "editType": "calc", - "fill": { + "editType": "plot", + "line": { "color": { - "arrayOk": true, - "description": "Sets the cell fill color. It accepts either a specific color or an array of colors or a 2D array of colors.", - "dflt": "white", - "editType": "calc", + "arrayOk": false, + "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.", + "dflt": "#444", + "editType": "style", "valType": "color", - "magic_underscores": "fig.update_traces(cells_fill_color=<VALUE>, selector=dict(type='table'))" - }, - "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `color`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(marker_line_color=<VALUE>, selector=dict(type='box'))" }, - "editType": "calc", - "role": "object", - "magic_underscores": "fig.update_traces(cells_fill=dict(...), selector=dict(type='table'))" - }, - "font": { - "color": { - "arrayOk": true, - "editType": "calc", + "editType": "style", + "outliercolor": { + "description": "Sets the border line color of the outlier sample points. Defaults to marker.color", + "editType": "style", "valType": "color", - "magic_underscores": "fig.update_traces(cells_font_color=<VALUE>, selector=dict(type='table'))" - }, - "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `color`.", - "editType": "none", - "valType": "string" - }, - "description": "", - "editType": "calc", - "family": { - "arrayOk": true, - "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "calc", - "noBlank": true, - "strict": true, - "valType": "string", - "magic_underscores": "fig.update_traces(cells_font_family=<VALUE>, selector=dict(type='table'))" - }, - "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for `family`.", - "editType": "none", - "valType": "string" - }, - "lineposition": { - "arrayOk": true, - "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", - "dflt": "none", - "editType": "calc", - "extras": [ - "none" - ], - "flags": [ - "under", - "over", - "through" - ], - "valType": "flaglist", - "magic_underscores": "fig.update_traces(cells_font_lineposition=<VALUE>, selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(marker_line_outliercolor=<VALUE>, selector=dict(type='box'))" }, - "linepositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `lineposition`.", - "editType": "none", - "valType": "string" + "outlierwidth": { + "description": "Sets the border line width (in px) of the outlier sample points.", + "dflt": 1, + "editType": "style", + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(marker_line_outlierwidth=<VALUE>, selector=dict(type='box'))" }, "role": "object", - "shadow": { - "arrayOk": true, - "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", - "dflt": "none", - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(cells_font_shadow=<VALUE>, selector=dict(type='table'))" - }, - "shadowsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `shadow`.", - "editType": "none", - "valType": "string" - }, - "size": { - "arrayOk": true, - "editType": "calc", - "min": 1, + "width": { + "arrayOk": false, + "description": "Sets the width (in px) of the lines bounding the marker points.", + "dflt": 0, + "editType": "style", + "min": 0, "valType": "number", - "magic_underscores": "fig.update_traces(cells_font_size=<VALUE>, selector=dict(type='table'))" - }, - "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `size`.", - "editType": "none", - "valType": "string" - }, - "style": { - "arrayOk": true, - "description": "Sets whether a font should be styled with a normal or italic face from its family.", - "dflt": "normal", - "editType": "calc", - "valType": "enumerated", - "values": [ - "normal", - "italic" - ], - "magic_underscores": "fig.update_traces(cells_font_style=<VALUE>, selector=dict(type='table'))" - }, - "stylesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `style`.", - "editType": "none", - "valType": "string" - }, - "textcase": { - "arrayOk": true, - "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", - "dflt": "normal", - "editType": "calc", - "valType": "enumerated", - "values": [ - "normal", - "word caps", - "upper", - "lower" - ], - "magic_underscores": "fig.update_traces(cells_font_textcase=<VALUE>, selector=dict(type='table'))" - }, - "textcasesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `textcase`.", - "editType": "none", - "valType": "string" - }, - "variant": { - "arrayOk": true, - "description": "Sets the variant of the font.", - "dflt": "normal", - "editType": "calc", - "valType": "enumerated", - "values": [ - "normal", - "small-caps", - "all-small-caps", - "all-petite-caps", - "petite-caps", - "unicase" - ], - "magic_underscores": "fig.update_traces(cells_font_variant=<VALUE>, selector=dict(type='table'))" - }, - "variantsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `variant`.", - "editType": "none", - "valType": "string" - }, - "weight": { - "arrayOk": true, - "description": "Sets the weight (or boldness) of the font.", - "dflt": "normal", - "editType": "calc", - "extras": [ - "normal", - "bold" - ], - "max": 1000, - "min": 1, - "valType": "integer", - "magic_underscores": "fig.update_traces(cells_font_weight=<VALUE>, selector=dict(type='table'))" - }, - "weightsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `weight`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(marker_line_width=<VALUE>, selector=dict(type='box'))" }, - "magic_underscores": "fig.update_traces(cells_font=dict(...), selector=dict(type='table'))" + "magic_underscores": "fig.update_traces(marker_line=dict(...), selector=dict(type='box'))" }, - "format": { - "description": "Sets the cell value formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.", - "dflt": [], - "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(cells_format=<VALUE>, selector=dict(type='table'))" + "opacity": { + "arrayOk": false, + "description": "Sets the marker opacity.", + "dflt": 1, + "editType": "style", + "max": 1, + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(marker_opacity=<VALUE>, selector=dict(type='box'))" }, - "formatsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `format`.", - "editType": "none", - "valType": "string" + "outliercolor": { + "description": "Sets the color of the outlier sample points.", + "dflt": "rgba(0, 0, 0, 0)", + "editType": "style", + "valType": "color", + "magic_underscores": "fig.update_traces(marker_outliercolor=<VALUE>, selector=dict(type='box'))" }, - "height": { - "description": "The height of cells.", - "dflt": 20, + "role": "object", + "size": { + "arrayOk": false, + "description": "Sets the marker size (in px).", + "dflt": 6, "editType": "calc", + "min": 0, "valType": "number", - "magic_underscores": "fig.update_traces(cells_height=<VALUE>, selector=dict(type='table'))" - }, - "line": { - "color": { - "arrayOk": true, - "dflt": "grey", - "editType": "calc", - "valType": "color", - "magic_underscores": "fig.update_traces(cells_line_color=<VALUE>, selector=dict(type='table'))" - }, - "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `color`.", - "editType": "none", - "valType": "string" - }, - "editType": "calc", - "role": "object", - "width": { - "arrayOk": true, - "dflt": 1, - "editType": "calc", - "valType": "number", - "magic_underscores": "fig.update_traces(cells_line_width=<VALUE>, selector=dict(type='table'))" - }, - "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `width`.", - "editType": "none", - "valType": "string" - }, - "magic_underscores": "fig.update_traces(cells_line=dict(...), selector=dict(type='table'))" - }, - "prefix": { - "arrayOk": true, - "description": "Prefix for cell values.", - "dflt": null, - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(cells_prefix=<VALUE>, selector=dict(type='table'))" - }, - "prefixsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `prefix`.", - "editType": "none", - "valType": "string" - }, - "role": "object", - "suffix": { - "arrayOk": true, - "description": "Suffix for cell values.", - "dflt": null, - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(cells_suffix=<VALUE>, selector=dict(type='table'))" - }, - "suffixsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `suffix`.", - "editType": "none", - "valType": "string" - }, - "values": { - "description": "Cell values. `values[m][n]` represents the value of the `n`th point in column `m`, therefore the `values[m]` vector length for all columns must be the same (longer vectors will be truncated). Each value must be a finite number or a string.", - "dflt": [], - "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(cells_values=<VALUE>, selector=dict(type='table'))" - }, - "valuessrc": { - "description": "Sets the source reference on Chart Studio Cloud for `values`.", - "editType": "none", - "valType": "string" - }, - "magic_underscores": "fig.update_traces(cells=dict(...), selector=dict(type='table'))" - }, - "header": { - "align": { - "arrayOk": true, - "description": "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
HTML tags) or if an explicit width is set to override the text width.", - "dflt": "center", - "editType": "calc", - "valType": "enumerated", - "values": [ - "left", - "center", - "right" - ], - "magic_underscores": "fig.update_traces(header_align=<VALUE>, selector=dict(type='table'))" - }, - "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `align`.", - "editType": "none", - "valType": "string" - }, - "editType": "calc", - "fill": { - "color": { - "arrayOk": true, - "description": "Sets the cell fill color. It accepts either a specific color or an array of colors or a 2D array of colors.", - "dflt": "white", - "editType": "calc", - "valType": "color", - "magic_underscores": "fig.update_traces(header_fill_color=<VALUE>, selector=dict(type='table'))" - }, - "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `color`.", - "editType": "none", - "valType": "string" - }, - "editType": "calc", - "role": "object", - "magic_underscores": "fig.update_traces(header_fill=dict(...), selector=dict(type='table'))" - }, - "font": { - "color": { - "arrayOk": true, - "editType": "calc", - "valType": "color", - "magic_underscores": "fig.update_traces(header_font_color=<VALUE>, selector=dict(type='table'))" - }, - "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `color`.", - "editType": "none", - "valType": "string" - }, - "description": "", - "editType": "calc", - "family": { - "arrayOk": true, - "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "calc", - "noBlank": true, - "strict": true, - "valType": "string", - "magic_underscores": "fig.update_traces(header_font_family=<VALUE>, selector=dict(type='table'))" - }, - "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for `family`.", - "editType": "none", - "valType": "string" - }, - "lineposition": { - "arrayOk": true, - "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", - "dflt": "none", - "editType": "calc", - "extras": [ - "none" - ], - "flags": [ - "under", - "over", - "through" - ], - "valType": "flaglist", - "magic_underscores": "fig.update_traces(header_font_lineposition=<VALUE>, selector=dict(type='table'))" - }, - "linepositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `lineposition`.", - "editType": "none", - "valType": "string" - }, - "role": "object", - "shadow": { - "arrayOk": true, - "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", - "dflt": "none", - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(header_font_shadow=<VALUE>, selector=dict(type='table'))" - }, - "shadowsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `shadow`.", - "editType": "none", - "valType": "string" - }, - "size": { - "arrayOk": true, - "editType": "calc", - "min": 1, - "valType": "number", - "magic_underscores": "fig.update_traces(header_font_size=<VALUE>, selector=dict(type='table'))" - }, - "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `size`.", - "editType": "none", - "valType": "string" - }, - "style": { - "arrayOk": true, - "description": "Sets whether a font should be styled with a normal or italic face from its family.", - "dflt": "normal", - "editType": "calc", - "valType": "enumerated", - "values": [ - "normal", - "italic" - ], - "magic_underscores": "fig.update_traces(header_font_style=<VALUE>, selector=dict(type='table'))" - }, - "stylesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `style`.", - "editType": "none", - "valType": "string" - }, - "textcase": { - "arrayOk": true, - "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", - "dflt": "normal", - "editType": "calc", - "valType": "enumerated", - "values": [ - "normal", - "word caps", - "upper", - "lower" - ], - "magic_underscores": "fig.update_traces(header_font_textcase=<VALUE>, selector=dict(type='table'))" - }, - "textcasesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `textcase`.", - "editType": "none", - "valType": "string" - }, - "variant": { - "arrayOk": true, - "description": "Sets the variant of the font.", - "dflt": "normal", - "editType": "calc", - "valType": "enumerated", - "values": [ - "normal", - "small-caps", - "all-small-caps", - "all-petite-caps", - "petite-caps", - "unicase" - ], - "magic_underscores": "fig.update_traces(header_font_variant=<VALUE>, selector=dict(type='table'))" - }, - "variantsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `variant`.", - "editType": "none", - "valType": "string" - }, - "weight": { - "arrayOk": true, - "description": "Sets the weight (or boldness) of the font.", - "dflt": "normal", - "editType": "calc", - "extras": [ - "normal", - "bold" - ], - "max": 1000, - "min": 1, - "valType": "integer", - "magic_underscores": "fig.update_traces(header_font_weight=<VALUE>, selector=dict(type='table'))" - }, - "weightsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `weight`.", - "editType": "none", - "valType": "string" - }, - "magic_underscores": "fig.update_traces(header_font=dict(...), selector=dict(type='table'))" - }, - "format": { - "description": "Sets the cell value formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.", - "dflt": [], - "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(header_format=<VALUE>, selector=dict(type='table'))" - }, - "formatsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `format`.", - "editType": "none", - "valType": "string" - }, - "height": { - "description": "The height of cells.", - "dflt": 28, - "editType": "calc", - "valType": "number", - "magic_underscores": "fig.update_traces(header_height=<VALUE>, selector=dict(type='table'))" - }, - "line": { - "color": { - "arrayOk": true, - "dflt": "grey", - "editType": "calc", - "valType": "color", - "magic_underscores": "fig.update_traces(header_line_color=<VALUE>, selector=dict(type='table'))" - }, - "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `color`.", - "editType": "none", - "valType": "string" - }, - "editType": "calc", - "role": "object", - "width": { - "arrayOk": true, - "dflt": 1, - "editType": "calc", - "valType": "number", - "magic_underscores": "fig.update_traces(header_line_width=<VALUE>, selector=dict(type='table'))" - }, - "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `width`.", - "editType": "none", - "valType": "string" - }, - "magic_underscores": "fig.update_traces(header_line=dict(...), selector=dict(type='table'))" - }, - "prefix": { - "arrayOk": true, - "description": "Prefix for cell values.", - "dflt": null, - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(header_prefix=<VALUE>, selector=dict(type='table'))" - }, - "prefixsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `prefix`.", - "editType": "none", - "valType": "string" - }, - "role": "object", - "suffix": { - "arrayOk": true, - "description": "Suffix for cell values.", - "dflt": null, - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(header_suffix=<VALUE>, selector=dict(type='table'))" - }, - "suffixsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `suffix`.", - "editType": "none", - "valType": "string" - }, - "values": { - "description": "Header cell values. `values[m][n]` represents the value of the `n`th point in column `m`, therefore the `values[m]` vector length for all columns must be the same (longer vectors will be truncated). Each value must be a finite number or a string.", - "dflt": [], - "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(header_values=<VALUE>, selector=dict(type='table'))" - }, - "valuessrc": { - "description": "Sets the source reference on Chart Studio Cloud for `values`.", - "editType": "none", - "valType": "string" - }, - "magic_underscores": "fig.update_traces(header=dict(...), selector=dict(type='table'))" - }, - "hoverlabel": { - "align": { - "arrayOk": true, - "description": "Sets the horizontal alignment of the text content within hover label box. Has an effect only if the hover label text spans more two or more lines", - "dflt": "auto", - "editType": "none", - "valType": "enumerated", - "values": [ - "left", - "right", - "auto" - ], - "magic_underscores": "fig.update_traces(hoverlabel_align=<VALUE>, selector=dict(type='table'))" - }, - "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `align`.", - "editType": "none", - "valType": "string" - }, - "bgcolor": { - "arrayOk": true, - "description": "Sets the background color of the hover labels for this trace", - "editType": "none", - "valType": "color", - "magic_underscores": "fig.update_traces(hoverlabel_bgcolor=<VALUE>, selector=dict(type='table'))" - }, - "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", - "editType": "none", - "valType": "string" - }, - "bordercolor": { - "arrayOk": true, - "description": "Sets the border color of the hover labels for this trace.", - "editType": "none", - "valType": "color", - "magic_underscores": "fig.update_traces(hoverlabel_bordercolor=<VALUE>, selector=dict(type='table'))" - }, - "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", - "editType": "none", - "valType": "string" - }, - "editType": "none", - "font": { - "color": { - "arrayOk": true, - "editType": "none", - "valType": "color", - "magic_underscores": "fig.update_traces(hoverlabel_font_color=<VALUE>, selector=dict(type='table'))" - }, - "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `color`.", - "editType": "none", - "valType": "string" - }, - "description": "Sets the font used in hover labels.", - "editType": "none", - "family": { - "arrayOk": true, - "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "none", - "noBlank": true, - "strict": true, - "valType": "string", - "magic_underscores": "fig.update_traces(hoverlabel_font_family=<VALUE>, selector=dict(type='table'))" - }, - "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for `family`.", - "editType": "none", - "valType": "string" - }, - "lineposition": { - "arrayOk": true, - "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", - "dflt": "none", - "editType": "none", - "extras": [ - "none" - ], - "flags": [ - "under", - "over", - "through" - ], - "valType": "flaglist", - "magic_underscores": "fig.update_traces(hoverlabel_font_lineposition=<VALUE>, selector=dict(type='table'))" - }, - "linepositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `lineposition`.", - "editType": "none", - "valType": "string" - }, - "role": "object", - "shadow": { - "arrayOk": true, - "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", - "dflt": "none", - "editType": "none", - "valType": "string", - "magic_underscores": "fig.update_traces(hoverlabel_font_shadow=<VALUE>, selector=dict(type='table'))" - }, - "shadowsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `shadow`.", - "editType": "none", - "valType": "string" - }, - "size": { - "arrayOk": true, - "editType": "none", - "min": 1, - "valType": "number", - "magic_underscores": "fig.update_traces(hoverlabel_font_size=<VALUE>, selector=dict(type='table'))" - }, - "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `size`.", - "editType": "none", - "valType": "string" - }, - "style": { - "arrayOk": true, - "description": "Sets whether a font should be styled with a normal or italic face from its family.", - "dflt": "normal", - "editType": "none", - "valType": "enumerated", - "values": [ - "normal", - "italic" - ], - "magic_underscores": "fig.update_traces(hoverlabel_font_style=<VALUE>, selector=dict(type='table'))" - }, - "stylesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `style`.", - "editType": "none", - "valType": "string" - }, - "textcase": { - "arrayOk": true, - "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", - "dflt": "normal", - "editType": "none", - "valType": "enumerated", - "values": [ - "normal", - "word caps", - "upper", - "lower" - ], - "magic_underscores": "fig.update_traces(hoverlabel_font_textcase=<VALUE>, selector=dict(type='table'))" - }, - "textcasesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `textcase`.", - "editType": "none", - "valType": "string" - }, - "variant": { - "arrayOk": true, - "description": "Sets the variant of the font.", - "dflt": "normal", - "editType": "none", - "valType": "enumerated", - "values": [ - "normal", - "small-caps", - "all-small-caps", - "all-petite-caps", - "petite-caps", - "unicase" - ], - "magic_underscores": "fig.update_traces(hoverlabel_font_variant=<VALUE>, selector=dict(type='table'))" - }, - "variantsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `variant`.", - "editType": "none", - "valType": "string" - }, - "weight": { - "arrayOk": true, - "description": "Sets the weight (or boldness) of the font.", - "dflt": "normal", - "editType": "none", - "extras": [ - "normal", - "bold" - ], - "max": 1000, - "min": 1, - "valType": "integer", - "magic_underscores": "fig.update_traces(hoverlabel_font_weight=<VALUE>, selector=dict(type='table'))" - }, - "weightsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `weight`.", - "editType": "none", - "valType": "string" - }, - "magic_underscores": "fig.update_traces(hoverlabel_font=dict(...), selector=dict(type='table'))" - }, - "namelength": { - "arrayOk": true, - "description": "Sets the default length (in number of characters) of the trace name in the hover labels for all traces. -1 shows the whole name regardless of length. 0-3 shows the first 0-3 characters, and an integer >3 will show the whole name if it is less than that many characters, but if it is longer, will truncate to `namelength - 3` characters and add an ellipsis.", - "dflt": 15, - "editType": "none", - "min": -1, - "valType": "integer", - "magic_underscores": "fig.update_traces(hoverlabel_namelength=<VALUE>, selector=dict(type='table'))" - }, - "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", - "editType": "none", - "valType": "string" - }, - "role": "object", - "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='table'))" - }, - "uirevision": { - "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", - "editType": "none", - "valType": "any", - "magic_underscores": "fig.update_traces(uirevision=<VALUE>, selector=dict(type='table'))" - }, - "stream": { - "editType": "calc", - "maxpoints": { - "description": "Sets the maximum number of points to keep on the plots from an incoming stream. If `maxpoints` is set to *50*, only the newest 50 points will be displayed on the plot.", - "dflt": 500, - "editType": "calc", - "max": 10000, - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(stream_maxpoints=<VALUE>, selector=dict(type='table'))" - }, - "role": "object", - "token": { - "description": "The stream id number links a data trace on a plot with a stream. See https://chart-studio.plotly.com/settings for more details.", - "editType": "calc", - "noBlank": true, - "strict": true, - "valType": "string", - "magic_underscores": "fig.update_traces(stream_token=<VALUE>, selector=dict(type='table'))" - }, - "magic_underscores": "fig.update_traces(stream=dict(...), selector=dict(type='table'))" - }, - "editType": "calc", - "magic_underscores": "fig.update_traces(..., selector=dict(type='table'))" - }, - "categories": [ - "noOpacity" - ], - "meta": { - "description": "Table view for detailed data viewing. The data are arranged in a grid of rows and columns. Most styling can be specified for columns, rows or individual cells. Table is using a column-major order, ie. the grid is represented as a vector of column vectors." - }, - "type": "table" - }, - "box": { - "animatable": false, - "attributes": { - "type": "box", - "name": { - "description": "Sets the trace name. The trace name appears as the legend item and on hover. For box traces, the name will also be used for the position coordinate, if `x` and `x0` (`y` and `y0` if horizontal) are missing and the position axis is categorical", - "editType": "calc+clearAxisTypes", - "valType": "string", - "magic_underscores": "fig.update_traces(name=<VALUE>, selector=dict(type='box'))" - }, - "uid": { - "description": "Assign an id to this trace, Use this to provide object constancy between traces during animations and transitions.", - "editType": "plot", - "valType": "string", - "magic_underscores": "fig.update_traces(uid=<VALUE>, selector=dict(type='box'))" - }, - "visible": { - "description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).", - "dflt": true, - "editType": "calc", - "valType": "enumerated", - "values": [ - true, - false, - "legendonly" - ], - "magic_underscores": "fig.update_traces(visible=<VALUE>, selector=dict(type='box'))" - }, - "showlegend": { - "description": "Determines whether or not an item corresponding to this trace is shown in the legend.", - "dflt": true, - "editType": "style", - "valType": "boolean", - "magic_underscores": "fig.update_traces(showlegend=<VALUE>, selector=dict(type='box'))" - }, - "legend": { - "description": "Sets the reference to a legend to show this trace in. References to these legends are *legend*, *legend2*, *legend3*, etc. Settings for these legends are set in the layout, under `layout.legend`, `layout.legend2`, etc.", - "dflt": "legend", - "editType": "style", - "valType": "subplotid", - "magic_underscores": "fig.update_traces(legend=<VALUE>, selector=dict(type='box'))" - }, - "legendrank": { - "description": "Sets the legend rank for this trace. Items and groups with smaller ranks are presented on top/left side while with *reversed* `legend.traceorder` they are on bottom/right side. The default legendrank is 1000, so that you can use ranks less than 1000 to place certain items before all unranked items, and ranks greater than 1000 to go after all unranked items. When having unranked or equal rank items shapes would be displayed after traces i.e. according to their order in data and layout.", - "dflt": 1000, - "editType": "style", - "valType": "number", - "magic_underscores": "fig.update_traces(legendrank=<VALUE>, selector=dict(type='box'))" - }, - "legendgroup": { - "description": "Sets the legend group for this trace. Traces and shapes part of the same legend group hide/show at the same time when toggling legend items.", - "dflt": "", - "editType": "style", - "valType": "string", - "magic_underscores": "fig.update_traces(legendgroup=<VALUE>, selector=dict(type='box'))" - }, - "legendgrouptitle": { - "editType": "style", - "font": { - "color": { - "editType": "style", - "valType": "color", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_color=<VALUE>, selector=dict(type='box'))" - }, - "description": "Sets this legend group's title font.", - "editType": "style", - "family": { - "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "style", - "noBlank": true, - "strict": true, - "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_family=<VALUE>, selector=dict(type='box'))" - }, - "lineposition": { - "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", - "dflt": "none", - "editType": "style", - "extras": [ - "none" - ], - "flags": [ - "under", - "over", - "through" - ], - "valType": "flaglist", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_lineposition=<VALUE>, selector=dict(type='box'))" - }, - "role": "object", - "shadow": { - "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", - "dflt": "none", - "editType": "style", - "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_shadow=<VALUE>, selector=dict(type='box'))" - }, - "size": { - "editType": "style", - "min": 1, - "valType": "number", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_size=<VALUE>, selector=dict(type='box'))" - }, - "style": { - "description": "Sets whether a font should be styled with a normal or italic face from its family.", - "dflt": "normal", - "editType": "style", - "valType": "enumerated", - "values": [ - "normal", - "italic" - ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_style=<VALUE>, selector=dict(type='box'))" - }, - "textcase": { - "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", - "dflt": "normal", - "editType": "style", - "valType": "enumerated", - "values": [ - "normal", - "word caps", - "upper", - "lower" - ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_textcase=<VALUE>, selector=dict(type='box'))" - }, - "variant": { - "description": "Sets the variant of the font.", - "dflt": "normal", - "editType": "style", - "valType": "enumerated", - "values": [ - "normal", - "small-caps", - "all-small-caps", - "all-petite-caps", - "petite-caps", - "unicase" - ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_variant=<VALUE>, selector=dict(type='box'))" - }, - "weight": { - "description": "Sets the weight (or boldness) of the font.", - "dflt": "normal", - "editType": "style", - "extras": [ - "normal", - "bold" - ], - "max": 1000, - "min": 1, - "valType": "integer", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_weight=<VALUE>, selector=dict(type='box'))" - }, - "magic_underscores": "fig.update_traces(legendgrouptitle_font=dict(...), selector=dict(type='box'))" - }, - "role": "object", - "text": { - "description": "Sets the title of the legend group.", - "dflt": "", - "editType": "style", - "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_text=<VALUE>, selector=dict(type='box'))" - }, - "magic_underscores": "fig.update_traces(legendgrouptitle=dict(...), selector=dict(type='box'))" - }, - "legendwidth": { - "description": "Sets the width (in px or fraction) of the legend for this trace.", - "editType": "style", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(legendwidth=<VALUE>, selector=dict(type='box'))" - }, - "opacity": { - "description": "Sets the opacity of the trace.", - "dflt": 1, - "editType": "style", - "max": 1, - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(opacity=<VALUE>, selector=dict(type='box'))" - }, - "ids": { - "description": "Assigns id labels to each datum. These ids for object constancy of data points during animation. Should be an array of strings, not numbers or any other type.", - "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(ids=<VALUE>, selector=dict(type='box'))" - }, - "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for `ids`.", - "editType": "none", - "valType": "string" - }, - "zorder": { - "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", - "dflt": 0, - "editType": "plot", - "valType": "integer", - "magic_underscores": "fig.update_traces(zorder=<VALUE>, selector=dict(type='box'))" - }, - "x": { - "description": "Sets the x sample data or coordinates. See overview for more info.", - "editType": "calc+clearAxisTypes", - "valType": "data_array", - "magic_underscores": "fig.update_traces(x=<VALUE>, selector=dict(type='box'))" - }, - "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `x`.", - "editType": "none", - "valType": "string" - }, - "x0": { - "description": "Sets the x coordinate for single-box traces or the starting coordinate for multi-box traces set using q1/median/q3. See overview for more info.", - "editType": "calc+clearAxisTypes", - "valType": "any", - "magic_underscores": "fig.update_traces(x0=<VALUE>, selector=dict(type='box'))" - }, - "dx": { - "description": "Sets the x coordinate step for multi-box traces set using q1/median/q3.", - "editType": "calc", - "valType": "number", - "magic_underscores": "fig.update_traces(dx=<VALUE>, selector=dict(type='box'))" - }, - "y": { - "description": "Sets the y sample data or coordinates. See overview for more info.", - "editType": "calc+clearAxisTypes", - "valType": "data_array", - "magic_underscores": "fig.update_traces(y=<VALUE>, selector=dict(type='box'))" - }, - "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for `y`.", - "editType": "none", - "valType": "string" - }, - "y0": { - "description": "Sets the y coordinate for single-box traces or the starting coordinate for multi-box traces set using q1/median/q3. See overview for more info.", - "editType": "calc+clearAxisTypes", - "valType": "any", - "magic_underscores": "fig.update_traces(y0=<VALUE>, selector=dict(type='box'))" - }, - "dy": { - "description": "Sets the y coordinate step for multi-box traces set using q1/median/q3.", - "editType": "calc", - "valType": "number", - "magic_underscores": "fig.update_traces(dy=<VALUE>, selector=dict(type='box'))" - }, - "width": { - "description": "Sets the width of the box in data coordinate If *0* (default value) the width is automatically selected based on the positions of other box traces in the same subplot.", - "dflt": 0, - "editType": "calc", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(width=<VALUE>, selector=dict(type='box'))" - }, - "text": { - "arrayOk": true, - "description": "Sets the text elements associated with each sample value. If a single string, the same string appears over all the data points. If an array of string, the items are mapped in order to the this trace's (x,y) coordinates. To be seen, trace `hoverinfo` must contain a *text* flag.", - "dflt": "", - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(text=<VALUE>, selector=dict(type='box'))" - }, - "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `text`.", - "editType": "none", - "valType": "string" - }, - "hovertext": { - "arrayOk": true, - "description": "Same as `text`.", - "dflt": "", - "editType": "style", - "valType": "string", - "magic_underscores": "fig.update_traces(hovertext=<VALUE>, selector=dict(type='box'))" - }, - "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", - "editType": "none", - "valType": "string" - }, - "hoverinfo": { - "arrayOk": true, - "description": "Determines which trace information appear on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired.", - "dflt": "all", - "editType": "none", - "extras": [ - "all", - "none", - "skip" - ], - "flags": [ - "x", - "y", - "z", - "text", - "name" - ], - "valType": "flaglist", - "magic_underscores": "fig.update_traces(hoverinfo=<VALUE>, selector=dict(type='box'))" - }, - "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", - "editType": "none", - "valType": "string" - }, - "hovertemplate": { - "arrayOk": true, - "description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\" as well as %{xother}, {%_xother}, {%_xother_}, {%xother_}. When showing info for several points, *xother* will be added to those with different x positions from the first point. An underscore before or after *(x|y)other* will add a space on that side, only when this field is shown. Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plotly.com/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Anything contained in tag `` is displayed in the secondary box, for example \"{fullData.name}\". To hide the secondary box completely, use an empty tag ``.", - "dflt": "", - "editType": "none", - "valType": "string", - "magic_underscores": "fig.update_traces(hovertemplate=<VALUE>, selector=dict(type='box'))" - }, - "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", - "editType": "none", - "valType": "string" - }, - "xhoverformat": { - "description": "Sets the hover text formatting rulefor `x` using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date formatter: *%h* for half of the year as a decimal number as well as *%{n}f* for fractional seconds with n digits. For example, *2016-10-13 09:15:23.456* with tickformat *%H~%M~%S.%2f* would display *09~15~23.46*By default the values are formatted using `xaxis.hoverformat`.", - "dflt": "", - "editType": "none", - "valType": "string", - "magic_underscores": "fig.update_traces(xhoverformat=<VALUE>, selector=dict(type='box'))" - }, - "yhoverformat": { - "description": "Sets the hover text formatting rulefor `y` using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date formatter: *%h* for half of the year as a decimal number as well as *%{n}f* for fractional seconds with n digits. For example, *2016-10-13 09:15:23.456* with tickformat *%H~%M~%S.%2f* would display *09~15~23.46*By default the values are formatted using `yaxis.hoverformat`.", - "dflt": "", - "editType": "none", - "valType": "string", - "magic_underscores": "fig.update_traces(yhoverformat=<VALUE>, selector=dict(type='box'))" - }, - "meta": { - "arrayOk": true, - "description": "Assigns extra meta information associated with this trace that can be used in various text attributes. Attributes such as trace `name`, graph, axis and colorbar `title.text`, annotation `text` `rangeselector`, `updatemenues` and `sliders` `label` text all support `meta`. To access the trace `meta` values in an attribute in the same trace, simply use `%{meta[i]}` where `i` is the index or key of the `meta` item in question. To access trace `meta` in layout attributes, use `%{data[n[.meta[i]}` where `i` is the index or key of the `meta` and `n` is the trace index.", - "editType": "plot", - "valType": "any", - "magic_underscores": "fig.update_traces(meta=<VALUE>, selector=dict(type='box'))" - }, - "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for `meta`.", - "editType": "none", - "valType": "string" - }, - "customdata": { - "description": "Assigns extra data each datum. This may be useful when listening to hover, click and selection events. Note that, *scatter* traces also appends customdata items in the markers DOM elements", - "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(customdata=<VALUE>, selector=dict(type='box'))" - }, - "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", - "editType": "none", - "valType": "string" - }, - "xaxis": { - "description": "Sets a reference between this trace's x coordinates and a 2D cartesian x axis. If *x* (the default value), the x coordinates refer to `layout.xaxis`. If *x2*, the x coordinates refer to `layout.xaxis2`, and so on.", - "dflt": "x", - "editType": "calc+clearAxisTypes", - "valType": "subplotid", - "magic_underscores": "fig.update_traces(xaxis=<VALUE>, selector=dict(type='box'))" - }, - "yaxis": { - "description": "Sets a reference between this trace's y coordinates and a 2D cartesian y axis. If *y* (the default value), the y coordinates refer to `layout.yaxis`. If *y2*, the y coordinates refer to `layout.yaxis2`, and so on.", - "dflt": "y", - "editType": "calc+clearAxisTypes", - "valType": "subplotid", - "magic_underscores": "fig.update_traces(yaxis=<VALUE>, selector=dict(type='box'))" - }, - "orientation": { - "description": "Sets the orientation of the box(es). If *v* (*h*), the distribution is visualized along the vertical (horizontal).", - "editType": "calc+clearAxisTypes", - "valType": "enumerated", - "values": [ - "v", - "h" - ], - "magic_underscores": "fig.update_traces(orientation=<VALUE>, selector=dict(type='box'))" - }, - "alignmentgroup": { - "description": "Set several traces linked to the same position axis or matching axes to the same alignmentgroup. This controls whether bars compute their positional range dependently or independently.", - "dflt": "", - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(alignmentgroup=<VALUE>, selector=dict(type='box'))" - }, - "offsetgroup": { - "description": "Set several traces linked to the same position axis or matching axes to the same offsetgroup where bars of the same position coordinate will line up.", - "dflt": "", - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(offsetgroup=<VALUE>, selector=dict(type='box'))" - }, - "xperiod": { - "description": "Only relevant when the axis `type` is *date*. Sets the period positioning in milliseconds or *M* on the x axis. Special values in the form of *M* could be used to declare the number of months. In this case `n` must be a positive integer.", - "dflt": 0, - "editType": "calc", - "valType": "any", - "magic_underscores": "fig.update_traces(xperiod=<VALUE>, selector=dict(type='box'))" - }, - "xperiodalignment": { - "description": "Only relevant when the axis `type` is *date*. Sets the alignment of data points on the x axis.", - "dflt": "middle", - "editType": "calc", - "valType": "enumerated", - "values": [ - "start", - "middle", - "end" - ], - "magic_underscores": "fig.update_traces(xperiodalignment=<VALUE>, selector=dict(type='box'))" - }, - "xperiod0": { - "description": "Only relevant when the axis `type` is *date*. Sets the base for period positioning in milliseconds or date string on the x0 axis. When `x0period` is round number of weeks, the `x0period0` by default would be on a Sunday i.e. 2000-01-02, otherwise it would be at 2000-01-01.", - "editType": "calc", - "valType": "any", - "magic_underscores": "fig.update_traces(xperiod0=<VALUE>, selector=dict(type='box'))" - }, - "yperiod": { - "description": "Only relevant when the axis `type` is *date*. Sets the period positioning in milliseconds or *M* on the y axis. Special values in the form of *M* could be used to declare the number of months. In this case `n` must be a positive integer.", - "dflt": 0, - "editType": "calc", - "valType": "any", - "magic_underscores": "fig.update_traces(yperiod=<VALUE>, selector=dict(type='box'))" - }, - "yperiodalignment": { - "description": "Only relevant when the axis `type` is *date*. Sets the alignment of data points on the y axis.", - "dflt": "middle", - "editType": "calc", - "valType": "enumerated", - "values": [ - "start", - "middle", - "end" - ], - "magic_underscores": "fig.update_traces(yperiodalignment=<VALUE>, selector=dict(type='box'))" - }, - "yperiod0": { - "description": "Only relevant when the axis `type` is *date*. Sets the base for period positioning in milliseconds or date string on the y0 axis. When `y0period` is round number of weeks, the `y0period0` by default would be on a Sunday i.e. 2000-01-02, otherwise it would be at 2000-01-01.", - "editType": "calc", - "valType": "any", - "magic_underscores": "fig.update_traces(yperiod0=<VALUE>, selector=dict(type='box'))" - }, - "marker": { - "angle": { - "arrayOk": false, - "description": "Sets the marker angle in respect to `angleref`.", - "dflt": 0, - "editType": "calc", - "valType": "angle", - "magic_underscores": "fig.update_traces(marker_angle=<VALUE>, selector=dict(type='box'))" - }, - "color": { - "arrayOk": false, - "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.", - "editType": "style", - "valType": "color", - "magic_underscores": "fig.update_traces(marker_color=<VALUE>, selector=dict(type='box'))" - }, - "editType": "plot", - "line": { - "color": { - "arrayOk": false, - "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.", - "dflt": "#444", - "editType": "style", - "valType": "color", - "magic_underscores": "fig.update_traces(marker_line_color=<VALUE>, selector=dict(type='box'))" - }, - "editType": "style", - "outliercolor": { - "description": "Sets the border line color of the outlier sample points. Defaults to marker.color", - "editType": "style", - "valType": "color", - "magic_underscores": "fig.update_traces(marker_line_outliercolor=<VALUE>, selector=dict(type='box'))" - }, - "outlierwidth": { - "description": "Sets the border line width (in px) of the outlier sample points.", - "dflt": 1, - "editType": "style", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(marker_line_outlierwidth=<VALUE>, selector=dict(type='box'))" - }, - "role": "object", - "width": { - "arrayOk": false, - "description": "Sets the width (in px) of the lines bounding the marker points.", - "dflt": 0, - "editType": "style", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(marker_line_width=<VALUE>, selector=dict(type='box'))" - }, - "magic_underscores": "fig.update_traces(marker_line=dict(...), selector=dict(type='box'))" - }, - "opacity": { - "arrayOk": false, - "description": "Sets the marker opacity.", - "dflt": 1, - "editType": "style", - "max": 1, - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(marker_opacity=<VALUE>, selector=dict(type='box'))" - }, - "outliercolor": { - "description": "Sets the color of the outlier sample points.", - "dflt": "rgba(0, 0, 0, 0)", - "editType": "style", - "valType": "color", - "magic_underscores": "fig.update_traces(marker_outliercolor=<VALUE>, selector=dict(type='box'))" - }, - "role": "object", - "size": { - "arrayOk": false, - "description": "Sets the marker size (in px).", - "dflt": 6, - "editType": "calc", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(marker_size=<VALUE>, selector=dict(type='box'))" + "magic_underscores": "fig.update_traces(marker_size=<VALUE>, selector=dict(type='box'))" }, "symbol": { "arrayOk": false, @@ -36480,17 +35005,6 @@ ], "magic_underscores": "fig.update_traces(ycalendar=<VALUE>, selector=dict(type='box'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='box'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -38021,17 +36535,6 @@ ], "magic_underscores": "fig.update_traces(spanmode=<VALUE>, selector=dict(type='violin'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='violin'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -39158,7 +37661,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='histogram'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -39253,7 +37756,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -39264,7 +37767,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='histogram'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='histogram'))" @@ -39740,7 +38243,7 @@ "valType": "string" }, "color": { - "description": "Sets the stoke color of the error bars.", + "description": "Sets the stroke color of the error bars.", "editType": "style", "valType": "color", "magic_underscores": "fig.update_traces(error_x_color=<VALUE>, selector=dict(type='histogram'))" @@ -39847,7 +38350,7 @@ "valType": "string" }, "color": { - "description": "Sets the stoke color of the error bars.", + "description": "Sets the stroke color of the error bars.", "editType": "style", "valType": "color", "magic_underscores": "fig.update_traces(error_y_color=<VALUE>, selector=dict(type='histogram'))" @@ -40530,17 +39033,6 @@ ], "magic_underscores": "fig.update_traces(ycalendar=<VALUE>, selector=dict(type='histogram'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='histogram'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -41711,7 +40203,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='histogram2d'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -41806,7 +40298,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -41817,7 +40309,7 @@ "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='histogram2d'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='histogram2d'))" @@ -42258,17 +40750,6 @@ ], "magic_underscores": "fig.update_traces(ycalendar=<VALUE>, selector=dict(type='histogram2d'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='histogram2d'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -43419,7 +41900,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='histogram2dcontour'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -43514,7 +41995,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -43525,7 +42006,7 @@ "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='histogram2dcontour'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='histogram2dcontour'))" @@ -44189,17 +42670,6 @@ ], "magic_underscores": "fig.update_traces(ycalendar=<VALUE>, selector=dict(type='histogram2dcontour'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='histogram2dcontour'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -44996,17 +43466,6 @@ ], "magic_underscores": "fig.update_traces(xcalendar=<VALUE>, selector=dict(type='ohlc'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='ohlc'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -45766,17 +44225,6 @@ ], "magic_underscores": "fig.update_traces(xcalendar=<VALUE>, selector=dict(type='candlestick'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='candlestick'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -47275,17 +45723,6 @@ "role": "object", "magic_underscores": "fig.update_traces(totals=dict(...), selector=dict(type='waterfall'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='waterfall'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -48406,7 +46843,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='funnel'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -48501,7 +46938,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -48512,7 +46949,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='funnel'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='funnel'))" @@ -49540,17 +47977,6 @@ }, "magic_underscores": "fig.update_traces(outsidetextfont=dict(...), selector=dict(type='funnel'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='funnel'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -49652,7 +48078,7 @@ "editType": "none", "valType": "string" }, - "description": "Sets the font used for `title`. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets the font used for `title`.", "editType": "plot", "family": { "arrayOk": true, @@ -49794,7 +48220,7 @@ "magic_underscores": "fig.update_traces(title_font=dict(...), selector=dict(type='funnelarea'))" }, "position": { - "description": "Specifies the location of the `title`. Note that the title's position used to be set by the now deprecated `titleposition` attribute.", + "description": "Specifies the location of the `title`.", "dflt": "top center", "editType": "plot", "valType": "enumerated", @@ -49807,7 +48233,7 @@ }, "role": "object", "text": { - "description": "Sets the title of the chart. If it is empty, no title is displayed. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the chart. If it is empty, no title is displayed.", "dflt": "", "editType": "plot", "valType": "string", @@ -50921,17 +49347,6 @@ "valType": "string", "magic_underscores": "fig.update_traces(scalegroup=<VALUE>, selector=dict(type='funnelarea'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='funnelarea'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -52302,17 +50717,6 @@ }, "magic_underscores": "fig.update_traces(gauge=dict(...), selector=dict(type='indicator'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='indicator'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -53305,7 +51709,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='scatter3d'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "calc", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -53400,7 +51804,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "calc", "valType": "enumerated", "values": [ @@ -53411,7 +51815,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='scatter3d'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "calc", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='scatter3d'))" @@ -54260,7 +52664,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(line_colorbar_title_font_color=<VALUE>, selector=dict(type='scatter3d'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "calc", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -54355,7 +52759,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "calc", "valType": "enumerated", "values": [ @@ -54366,7 +52770,7 @@ "magic_underscores": "fig.update_traces(line_colorbar_title_side=<VALUE>, selector=dict(type='scatter3d'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "calc", "valType": "string", "magic_underscores": "fig.update_traces(line_colorbar_title_text=<VALUE>, selector=dict(type='scatter3d'))" @@ -54624,7 +53028,7 @@ "valType": "string" }, "color": { - "description": "Sets the stoke color of the error bars.", + "description": "Sets the stroke color of the error bars.", "editType": "calc", "valType": "color", "magic_underscores": "fig.update_traces(error_x_color=<VALUE>, selector=dict(type='scatter3d'))" @@ -54731,7 +53135,7 @@ "valType": "string" }, "color": { - "description": "Sets the stoke color of the error bars.", + "description": "Sets the stroke color of the error bars.", "editType": "calc", "valType": "color", "magic_underscores": "fig.update_traces(error_y_color=<VALUE>, selector=dict(type='scatter3d'))" @@ -54838,7 +53242,7 @@ "valType": "string" }, "color": { - "description": "Sets the stoke color of the error bars.", + "description": "Sets the stroke color of the error bars.", "editType": "calc", "valType": "color", "magic_underscores": "fig.update_traces(error_z_color=<VALUE>, selector=dict(type='scatter3d'))" @@ -55327,17 +53731,6 @@ ], "magic_underscores": "fig.update_traces(zcalendar=<VALUE>, selector=dict(type='scatter3d'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='scatter3d'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -56225,7 +54618,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='surface'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "calc", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -56320,7 +54713,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "calc", "valType": "enumerated", "values": [ @@ -56331,7 +54724,7 @@ "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='surface'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "calc", "valType": "string", "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='surface'))" @@ -58167,7 +56560,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='mesh3d'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -58262,7 +56655,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -58273,7 +56666,7 @@ "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='mesh3d'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='mesh3d'))" @@ -59812,7 +58205,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='cone'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -59907,7 +58300,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -59918,7 +58311,7 @@ "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='cone'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='cone'))" @@ -61349,7 +59742,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='streamtube'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -61444,7 +59837,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -61455,7 +59848,7 @@ "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='streamtube'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='streamtube'))" @@ -62879,7 +61272,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='volume'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "calc", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -62974,7 +61367,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "calc", "valType": "enumerated", "values": [ @@ -62985,7 +61378,7 @@ "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='volume'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "calc", "valType": "string", "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='volume'))" @@ -64649,7 +63042,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='isosurface'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "calc", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -64744,7 +63137,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "calc", "valType": "enumerated", "values": [ @@ -64755,7 +63148,7 @@ "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='isosurface'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "calc", "valType": "string", "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='isosurface'))" @@ -66531,7 +64924,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='scattergeo'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "calc", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -66626,7 +65019,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "calc", "valType": "enumerated", "values": [ @@ -66637,7 +65030,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='scattergeo'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "calc", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='scattergeo'))" @@ -67993,17 +66386,6 @@ ], "magic_underscores": "fig.update_traces(locationmode=<VALUE>, selector=dict(type='scattergeo'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='scattergeo'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -68910,7 +67292,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='choropleth'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -69005,7 +67387,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -69016,7 +67398,7 @@ "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='choropleth'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='choropleth'))" @@ -69443,17 +67825,6 @@ ], "magic_underscores": "fig.update_traces(locationmode=<VALUE>, selector=dict(type='choropleth'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='choropleth'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -70504,7 +68875,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='scattermap'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "calc", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -70599,7 +68970,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "calc", "valType": "enumerated", "values": [ @@ -70610,7 +68981,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='scattermap'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "calc", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='scattermap'))" @@ -71173,17 +69544,6 @@ "role": "object", "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='scattermap'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='scattermap'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -71652,7 +70012,7 @@ "valType": "string" }, "subplot": { - "description": "mapbox subplots and traces are deprecated! Please consider switching to `map` subplots and traces. Learn more at: https://plotly.com/javascript/maplibre-migration/ Sets a reference between this trace's data coordinates and a mapbox subplot. If *mapbox* (the default value), the data refer to `layout.mapbox`. If *mapbox2*, the data refer to `layout.mapbox2`, and so on.", + "description": "mapbox subplots and traces are deprecated! Please consider switching to `map` subplots and traces. Learn more at: https://plotly.com/python/maplibre-migration/ as well as https://plotly.com/javascript/maplibre-migration/ Sets a reference between this trace's data coordinates and a mapbox subplot. If *mapbox* (the default value), the data refer to `layout.mapbox`. If *mapbox2*, the data refer to `layout.mapbox2`, and so on.", "dflt": "mapbox", "editType": "calc", "valType": "subplotid", @@ -72237,7 +70597,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='scattermapbox'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "calc", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -72332,7 +70692,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "calc", "valType": "enumerated", "values": [ @@ -72343,7 +70703,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='scattermapbox'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "calc", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='scattermapbox'))" @@ -72906,17 +71266,6 @@ "role": "object", "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='scattermapbox'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='scattermapbox'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -72955,7 +71304,7 @@ "scatter-like" ], "meta": { - "description": "*scattermapbox* trace is deprecated! Please consider switching to the *scattermap* trace type and `map` subplots. Learn more at: https://plotly.com/javascript/maplibre-migration/ The data visualized as scatter point, lines or marker symbols on a Mapbox GL geographic map is provided by longitude/latitude pairs in `lon` and `lat`.", + "description": "*scattermapbox* trace is deprecated! Please consider switching to the *scattermap* trace type and `map` subplots. Learn more at: https://plotly.com/python/maplibre-migration/ as well as https://plotly.com/javascript/maplibre-migration/ The data visualized as scatter point, lines or marker symbols on a Mapbox GL geographic map is provided by longitude/latitude pairs in `lon` and `lat`.", "hrName": "scatter_mapbox" }, "type": "scattermapbox" @@ -73824,7 +72173,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='choroplethmap'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -73919,7 +72268,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -73930,7 +72279,7 @@ "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='choroplethmap'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='choroplethmap'))" @@ -74350,17 +72699,6 @@ "role": "object", "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='choroplethmap'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='choroplethmap'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -74710,7 +73048,7 @@ "valType": "string" }, "subplot": { - "description": "mapbox subplots and traces are deprecated! Please consider switching to `map` subplots and traces. Learn more at: https://plotly.com/javascript/maplibre-migration/ Sets a reference between this trace's data coordinates and a mapbox subplot. If *mapbox* (the default value), the data refer to `layout.mapbox`. If *mapbox2*, the data refer to `layout.mapbox2`, and so on.", + "description": "mapbox subplots and traces are deprecated! Please consider switching to `map` subplots and traces. Learn more at: https://plotly.com/python/maplibre-migration/ as well as https://plotly.com/javascript/maplibre-migration/ Sets a reference between this trace's data coordinates and a mapbox subplot. If *mapbox* (the default value), the data refer to `layout.mapbox`. If *mapbox2*, the data refer to `layout.mapbox2`, and so on.", "dflt": "mapbox", "editType": "calc", "valType": "subplotid", @@ -75267,7 +73605,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='choroplethmapbox'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -75362,7 +73700,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -75373,7 +73711,7 @@ "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='choroplethmapbox'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='choroplethmapbox'))" @@ -75793,17 +74131,6 @@ "role": "object", "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='choroplethmapbox'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='choroplethmapbox'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -75841,7 +74168,7 @@ "showLegend" ], "meta": { - "description": "*choroplethmapbox* trace is deprecated! Please consider switching to the *choroplethmap* trace type and `map` subplots. Learn more at: https://plotly.com/javascript/maplibre-migration/ GeoJSON features to be filled are set in `geojson` The data that describes the choropleth value-to-color mapping is set in `locations` and `z`.", + "description": "*choroplethmapbox* trace is deprecated! Please consider switching to the *choroplethmap* trace type and `map` subplots. Learn more at: https://plotly.com/python/maplibre-migration/ as well as https://plotly.com/javascript/maplibre-migration/ GeoJSON features to be filled are set in `geojson` The data that describes the choropleth value-to-color mapping is set in `locations` and `z`.", "hr_name": "choropleth_mapbox" }, "type": "choroplethmapbox" @@ -76680,7 +75007,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='densitymap'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -76775,7 +75102,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -76786,7 +75113,7 @@ "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='densitymap'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='densitymap'))" @@ -77164,17 +75491,6 @@ "role": "object", "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='densitymap'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='densitymap'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -77545,7 +75861,7 @@ "valType": "string" }, "subplot": { - "description": "mapbox subplots and traces are deprecated! Please consider switching to `map` subplots and traces. Learn more at: https://plotly.com/javascript/maplibre-migration/ Sets a reference between this trace's data coordinates and a mapbox subplot. If *mapbox* (the default value), the data refer to `layout.mapbox`. If *mapbox2*, the data refer to `layout.mapbox2`, and so on.", + "description": "mapbox subplots and traces are deprecated! Please consider switching to `map` subplots and traces. Learn more at: https://plotly.com/python/maplibre-migration/ as well as https://plotly.com/javascript/maplibre-migration/ Sets a reference between this trace's data coordinates and a mapbox subplot. If *mapbox* (the default value), the data refer to `layout.mapbox`. If *mapbox2*, the data refer to `layout.mapbox2`, and so on.", "dflt": "mapbox", "editType": "calc", "valType": "subplotid", @@ -78050,7 +76366,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='densitymapbox'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -78145,7 +76461,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -78156,7 +76472,7 @@ "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='densitymapbox'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='densitymapbox'))" @@ -78534,17 +76850,6 @@ "role": "object", "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='densitymapbox'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='densitymapbox'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -78581,7 +76886,7 @@ "showLegend" ], "meta": { - "description": "*densitymapbox* trace is deprecated! Please consider switching to the *densitymap* trace type and `map` subplots. Learn more at: https://plotly.com/javascript/maplibre-migration/ Draws a bivariate kernel density estimation with a Gaussian kernel from `lon` and `lat` coordinates and optional `z` values using a colorscale.", + "description": "*densitymapbox* trace is deprecated! Please consider switching to the *densitymap* trace type and `map` subplots. Learn more at: https://plotly.com/python/maplibre-migration/ as well as https://plotly.com/javascript/maplibre-migration/ Draws a bivariate kernel density estimation with a Gaussian kernel from `lon` and `lat` coordinates and optional `z` values using a colorscale.", "hr_name": "density_mapbox" }, "type": "densitymapbox" @@ -79568,7 +77873,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='scatterpolar'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -79663,7 +77968,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -79674,7 +77979,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='scatterpolar'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='scatterpolar'))" @@ -81077,17 +79382,6 @@ "valType": "flaglist", "magic_underscores": "fig.update_traces(hoveron=<VALUE>, selector=dict(type='scatterpolar'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='scatterpolar'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -82101,7 +80395,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='scatterpolargl'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "calc", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -82196,7 +80490,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "calc", "valType": "enumerated", "values": [ @@ -82207,7 +80501,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='scatterpolargl'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "calc", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='scatterpolargl'))" @@ -83446,17 +81740,6 @@ "role": "object", "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='scatterpolargl'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='scatterpolargl'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -84448,7 +82731,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='barpolar'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -84543,7 +82826,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -84554,7 +82837,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='barpolar'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='barpolar'))" @@ -85184,17 +83467,6 @@ "role": "object", "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='barpolar'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='barpolar'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -86212,7 +84484,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='scatterternary'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -86307,7 +84579,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -86318,7 +84590,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='scatterternary'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='scatterternary'))" @@ -87729,17 +86001,6 @@ "valType": "number", "magic_underscores": "fig.update_traces(sum=<VALUE>, selector=dict(type='scatterternary'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='scatterternary'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -88725,7 +86986,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='scattersmith'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -88820,7 +87081,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -88831,7 +87092,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='scattersmith'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='scattersmith'))" @@ -90234,17 +88495,6 @@ "valType": "flaglist", "magic_underscores": "fig.update_traces(hoveron=<VALUE>, selector=dict(type='scattersmith'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='scattersmith'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -91224,7 +89474,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='sunburst'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -91319,7 +89569,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -91330,7 +89580,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='sunburst'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='sunburst'))" @@ -92363,17 +90613,6 @@ "valType": "boolean", "magic_underscores": "fig.update_traces(sort=<VALUE>, selector=dict(type='sunburst'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='sunburst'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -93378,7 +91617,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='treemap'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -93473,7 +91712,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -93484,7 +91723,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='treemap'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='treemap'))" @@ -94780,17 +93019,6 @@ "valType": "boolean", "magic_underscores": "fig.update_traces(sort=<VALUE>, selector=dict(type='treemap'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='treemap'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -95795,7 +94023,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='icicle'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -95890,7 +94118,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -95901,7 +94129,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='icicle'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='icicle'))" @@ -97146,17 +95374,6 @@ "valType": "boolean", "magic_underscores": "fig.update_traces(sort=<VALUE>, selector=dict(type='icicle'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='icicle'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -99615,7 +97832,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='splom'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -99710,7 +97927,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -99721,7 +97938,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='splom'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='splom'))" @@ -100831,17 +99048,6 @@ "role": "object", "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='splom'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='splom'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -101813,7 +100019,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(line_colorbar_title_font_color=<VALUE>, selector=dict(type='parcoords'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -101908,7 +100114,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -101919,7 +100125,7 @@ "magic_underscores": "fig.update_traces(line_colorbar_title_side=<VALUE>, selector=dict(type='parcoords'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(line_colorbar_title_text=<VALUE>, selector=dict(type='parcoords'))" @@ -102444,17 +100650,6 @@ }, "magic_underscores": "fig.update_traces(tickfont=dict(...), selector=dict(type='parcoords'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='parcoords'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -103390,7 +101585,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(line_colorbar_title_font_color=<VALUE>, selector=dict(type='parcats'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -103485,7 +101680,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -103496,7 +101691,7 @@ "magic_underscores": "fig.update_traces(line_colorbar_title_side=<VALUE>, selector=dict(type='parcats'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(line_colorbar_title_text=<VALUE>, selector=dict(type='parcats'))" @@ -103869,17 +102064,6 @@ }, "magic_underscores": "fig.update_traces(tickfont=dict(...), selector=dict(type='parcats'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='parcats'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -104808,7 +102992,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(aaxis_title_font_color=<VALUE>, selector=dict(type='carpet'))" }, - "description": "Sets this axis' title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this axis' title font.", "editType": "calc", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -104902,7 +103086,7 @@ "magic_underscores": "fig.update_traces(aaxis_title_font=dict(...), selector=dict(type='carpet'))" }, "offset": { - "description": "An additional amount by which to offset the title from the tick labels, given in pixels. Note that this used to be set by the now deprecated `titleoffset` attribute.", + "description": "An additional amount by which to offset the title from the tick labels, given in pixels.", "dflt": 10, "editType": "calc", "valType": "number", @@ -104910,7 +103094,7 @@ }, "role": "object", "text": { - "description": "Sets the title of this axis. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of this axis.", "dflt": "", "editType": "calc", "valType": "string", @@ -105539,7 +103723,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(baxis_title_font_color=<VALUE>, selector=dict(type='carpet'))" }, - "description": "Sets this axis' title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this axis' title font.", "editType": "calc", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -105633,7 +103817,7 @@ "magic_underscores": "fig.update_traces(baxis_title_font=dict(...), selector=dict(type='carpet'))" }, "offset": { - "description": "An additional amount by which to offset the title from the tick labels, given in pixels. Note that this used to be set by the now deprecated `titleoffset` attribute.", + "description": "An additional amount by which to offset the title from the tick labels, given in pixels.", "dflt": 10, "editType": "calc", "valType": "number", @@ -105641,7 +103825,7 @@ }, "role": "object", "text": { - "description": "Sets the title of this axis. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of this axis.", "dflt": "", "editType": "calc", "valType": "string", @@ -106803,7 +104987,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(marker_colorbar_title_font_color=<VALUE>, selector=dict(type='scattercarpet'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -106898,7 +105082,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -106909,7 +105093,7 @@ "magic_underscores": "fig.update_traces(marker_colorbar_title_side=<VALUE>, selector=dict(type='scattercarpet'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(marker_colorbar_title_text=<VALUE>, selector=dict(type='scattercarpet'))" @@ -108311,17 +106495,6 @@ "valType": "flaglist", "magic_underscores": "fig.update_traces(hoveron=<VALUE>, selector=dict(type='scattercarpet'))" }, - "transforms": { - "items": { - "transform": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. An array of operations that manipulate the trace data, for example filtering or sorting the data arrays.", - "editType": "calc", - "role": "object" - } - }, - "role": "object", - "magic_underscores": "fig.update_traces(transforms=list(...), selector=dict(type='scattercarpet'))" - }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", @@ -109272,7 +107445,7 @@ "valType": "color", "magic_underscores": "fig.update_traces(colorbar_title_font_color=<VALUE>, selector=dict(type='contourcarpet'))" }, - "description": "Sets this color bar's title font. Note that the title's font used to be set by the now deprecated `titlefont` attribute.", + "description": "Sets this color bar's title font.", "editType": "colorbars", "family": { "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", @@ -109367,7 +107540,7 @@ }, "role": "object", "side": { - "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.", + "description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*.", "editType": "colorbars", "valType": "enumerated", "values": [ @@ -109378,7 +107551,7 @@ "magic_underscores": "fig.update_traces(colorbar_title_side=<VALUE>, selector=dict(type='contourcarpet'))" }, "text": { - "description": "Sets the title of the color bar. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.", + "description": "Sets the title of the color bar.", "editType": "colorbars", "valType": "string", "magic_underscores": "fig.update_traces(colorbar_title_text=<VALUE>, selector=dict(type='contourcarpet'))" @@ -109388,934 +107561,220 @@ "x": { "description": "Sets the x position with respect to `xref` of the color bar (in plot fraction). When `xref` is *paper*, defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*. When `xref` is *container*, defaults to *1* when `orientation` is *v* and 0.5 when `orientation` is *h*. Must be between *0* and *1* if `xref` is *container* and between *-2* and *3* if `xref` is *paper*.", "editType": "colorbars", - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_x=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "xanchor": { - "description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "left", - "center", - "right" - ], - "magic_underscores": "fig.update_traces(colorbar_xanchor=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "xpad": { - "description": "Sets the amount of padding (in px) along the x direction.", - "dflt": 10, - "editType": "colorbars", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_xpad=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "xref": { - "description": "Sets the container `x` refers to. *container* spans the entire `width` of the plot. *paper* refers to the width of the plotting area only.", - "dflt": "paper", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "container", - "paper" - ], - "magic_underscores": "fig.update_traces(colorbar_xref=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "y": { - "description": "Sets the y position with respect to `yref` of the color bar (in plot fraction). When `yref` is *paper*, defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*. When `yref` is *container*, defaults to 0.5 when `orientation` is *v* and 1 when `orientation` is *h*. Must be between *0* and *1* if `yref` is *container* and between *-2* and *3* if `yref` is *paper*.", - "editType": "colorbars", - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_y=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "yanchor": { - "description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "top", - "middle", - "bottom" - ], - "magic_underscores": "fig.update_traces(colorbar_yanchor=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "ypad": { - "description": "Sets the amount of padding (in px) along the y direction.", - "dflt": 10, - "editType": "colorbars", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(colorbar_ypad=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "yref": { - "description": "Sets the container `y` refers to. *container* spans the entire `height` of the plot. *paper* refers to the height of the plotting area only.", - "dflt": "paper", - "editType": "colorbars", - "valType": "enumerated", - "values": [ - "container", - "paper" - ], - "magic_underscores": "fig.update_traces(colorbar_yref=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "magic_underscores": "fig.update_traces(colorbar=dict(...), selector=dict(type='contourcarpet'))" - }, - "autocolorscale": { - "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.", - "dflt": false, - "editType": "calc", - "impliedEdits": { - "magic_underscores": "fig.update_traces(autocolorscale_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "valType": "boolean", - "magic_underscores": "fig.update_traces(autocolorscale=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "colorscale": { - "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.", - "dflt": null, - "editType": "calc", - "impliedEdits": { - "autocolorscale": false, - "magic_underscores": "fig.update_traces(colorscale_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "valType": "colorscale", - "magic_underscores": "fig.update_traces(colorscale=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "showscale": { - "description": "Determines whether or not a colorbar is displayed for this trace.", - "dflt": true, - "editType": "calc", - "valType": "boolean", - "magic_underscores": "fig.update_traces(showscale=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "reversescale": { - "description": "Reverses the color mapping if true. If true, `zmin` will correspond to the last color in the array and `zmax` will correspond to the first color.", - "dflt": false, - "editType": "plot", - "valType": "boolean", - "magic_underscores": "fig.update_traces(reversescale=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "zauto": { - "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.", - "dflt": true, - "editType": "calc", - "impliedEdits": { - "magic_underscores": "fig.update_traces(zauto_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "valType": "boolean", - "magic_underscores": "fig.update_traces(zauto=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "zmax": { - "description": "Sets the upper bound of the color domain. Value should have the same units as in `z` and if set, `zmin` must be set as well.", - "dflt": null, - "editType": "plot", - "impliedEdits": { - "zauto": false, - "magic_underscores": "fig.update_traces(zmax_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "valType": "number", - "magic_underscores": "fig.update_traces(zmax=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "zmid": { - "description": "Sets the mid-point of the color domain by scaling `zmin` and/or `zmax` to be equidistant to this point. Value should have the same units as in `z`. Has no effect when `zauto` is `false`.", - "dflt": null, - "editType": "calc", - "impliedEdits": { - "magic_underscores": "fig.update_traces(zmid_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "valType": "number", - "magic_underscores": "fig.update_traces(zmid=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "zmin": { - "description": "Sets the lower bound of the color domain. Value should have the same units as in `z` and if set, `zmax` must be set as well.", - "dflt": null, - "editType": "plot", - "impliedEdits": { - "zauto": false, - "magic_underscores": "fig.update_traces(zmin_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "valType": "number", - "magic_underscores": "fig.update_traces(zmin=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "autocontour": { - "description": "Determines whether or not the contour level attributes are picked by an algorithm. If *true*, the number of contour levels can be set in `ncontours`. If *false*, set the contour level attributes in `contours`.", - "dflt": true, - "editType": "calc", - "impliedEdits": { - "magic_underscores": "fig.update_traces(autocontour_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "valType": "boolean", - "magic_underscores": "fig.update_traces(autocontour=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "carpet": { - "description": "The `carpet` of the carpet axes on which this contour trace lies", - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(carpet=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "contours": { - "coloring": { - "description": "Determines the coloring method showing the contour values. If *fill*, coloring is done evenly between each contour level If *lines*, coloring is done on the contour lines. If *none*, no coloring is applied on this trace.", - "dflt": "fill", - "editType": "calc", - "valType": "enumerated", - "values": [ - "fill", - "lines", - "none" - ], - "magic_underscores": "fig.update_traces(contours_coloring=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "editType": "calc", - "end": { - "description": "Sets the end contour level value. Must be more than `contours.start`", - "dflt": null, - "editType": "plot", - "impliedEdits": { - "^autocontour": false, - "magic_underscores": "fig.update_traces(contours_end_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "valType": "number", - "magic_underscores": "fig.update_traces(contours_end=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "impliedEdits": { - "autocontour": false, - "role": "object", - "magic_underscores": "fig.update_traces(contours_impliedEdits=dict(...), selector=dict(type='contourcarpet'))" - }, - "labelfont": { - "color": { - "editType": "style", - "valType": "color", - "magic_underscores": "fig.update_traces(contours_labelfont_color=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "description": "Sets the font used for labeling the contour levels. The default color comes from the lines, if shown. The default family and size come from `layout.font`.", - "editType": "plot", - "family": { - "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "plot", - "noBlank": true, - "strict": true, - "valType": "string", - "magic_underscores": "fig.update_traces(contours_labelfont_family=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "lineposition": { - "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", - "dflt": "none", - "editType": "plot", - "extras": [ - "none" - ], - "flags": [ - "under", - "over", - "through" - ], - "valType": "flaglist", - "magic_underscores": "fig.update_traces(contours_labelfont_lineposition=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "role": "object", - "shadow": { - "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", - "dflt": "none", - "editType": "plot", - "valType": "string", - "magic_underscores": "fig.update_traces(contours_labelfont_shadow=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "size": { - "editType": "plot", - "min": 1, - "valType": "number", - "magic_underscores": "fig.update_traces(contours_labelfont_size=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "style": { - "description": "Sets whether a font should be styled with a normal or italic face from its family.", - "dflt": "normal", - "editType": "plot", - "valType": "enumerated", - "values": [ - "normal", - "italic" - ], - "magic_underscores": "fig.update_traces(contours_labelfont_style=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "textcase": { - "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", - "dflt": "normal", - "editType": "plot", - "valType": "enumerated", - "values": [ - "normal", - "word caps", - "upper", - "lower" - ], - "magic_underscores": "fig.update_traces(contours_labelfont_textcase=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "variant": { - "description": "Sets the variant of the font.", - "dflt": "normal", - "editType": "plot", - "valType": "enumerated", - "values": [ - "normal", - "small-caps", - "all-small-caps", - "all-petite-caps", - "petite-caps", - "unicase" - ], - "magic_underscores": "fig.update_traces(contours_labelfont_variant=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "weight": { - "description": "Sets the weight (or boldness) of the font.", - "dflt": "normal", - "editType": "plot", - "extras": [ - "normal", - "bold" - ], - "max": 1000, - "min": 1, - "valType": "integer", - "magic_underscores": "fig.update_traces(contours_labelfont_weight=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "magic_underscores": "fig.update_traces(contours_labelfont=dict(...), selector=dict(type='contourcarpet'))" - }, - "labelformat": { - "description": "Sets the contour label formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.", - "dflt": "", - "editType": "plot", - "valType": "string", - "magic_underscores": "fig.update_traces(contours_labelformat=<VALUE>, selector=dict(type='contourcarpet'))" + "valType": "number", + "magic_underscores": "fig.update_traces(colorbar_x=<VALUE>, selector=dict(type='contourcarpet'))" }, - "operation": { - "description": "Sets the constraint operation. *=* keeps regions equal to `value` *<* and *<=* keep regions less than `value` *>* and *>=* keep regions greater than `value` *[]*, *()*, *[)*, and *(]* keep regions inside `value[0]` to `value[1]` *][*, *)(*, *](*, *)[* keep regions outside `value[0]` to value[1]` Open vs. closed intervals make no difference to constraint display, but all versions are allowed for consistency with filter transforms.", - "dflt": "=", - "editType": "calc", + "xanchor": { + "description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.", + "editType": "colorbars", "valType": "enumerated", "values": [ - "=", - "<", - ">=", - ">", - "<=", - "[]", - "()", - "[)", - "(]", - "][", - ")(", - "](", - ")[" + "left", + "center", + "right" ], - "magic_underscores": "fig.update_traces(contours_operation=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "role": "object", - "showlabels": { - "description": "Determines whether to label the contour lines with their values.", - "dflt": false, - "editType": "plot", - "valType": "boolean", - "magic_underscores": "fig.update_traces(contours_showlabels=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "showlines": { - "description": "Determines whether or not the contour lines are drawn. Has an effect only if `contours.coloring` is set to *fill*.", - "dflt": true, - "editType": "plot", - "valType": "boolean", - "magic_underscores": "fig.update_traces(contours_showlines=<VALUE>, selector=dict(type='contourcarpet'))" + "magic_underscores": "fig.update_traces(colorbar_xanchor=<VALUE>, selector=dict(type='contourcarpet'))" }, - "size": { - "description": "Sets the step between each contour level. Must be positive.", - "dflt": null, - "editType": "plot", - "impliedEdits": { - "^autocontour": false, - "magic_underscores": "fig.update_traces(contours_size_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" - }, + "xpad": { + "description": "Sets the amount of padding (in px) along the x direction.", + "dflt": 10, + "editType": "colorbars", "min": 0, "valType": "number", - "magic_underscores": "fig.update_traces(contours_size=<VALUE>, selector=dict(type='contourcarpet'))" + "magic_underscores": "fig.update_traces(colorbar_xpad=<VALUE>, selector=dict(type='contourcarpet'))" }, - "start": { - "description": "Sets the starting contour level value. Must be less than `contours.end`", - "dflt": null, - "editType": "plot", - "impliedEdits": { - "^autocontour": false, - "magic_underscores": "fig.update_traces(contours_start_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" - }, + "xref": { + "description": "Sets the container `x` refers to. *container* spans the entire `width` of the plot. *paper* refers to the width of the plotting area only.", + "dflt": "paper", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "container", + "paper" + ], + "magic_underscores": "fig.update_traces(colorbar_xref=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "y": { + "description": "Sets the y position with respect to `yref` of the color bar (in plot fraction). When `yref` is *paper*, defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*. When `yref` is *container*, defaults to 0.5 when `orientation` is *v* and 1 when `orientation` is *h*. Must be between *0* and *1* if `yref` is *container* and between *-2* and *3* if `yref` is *paper*.", + "editType": "colorbars", "valType": "number", - "magic_underscores": "fig.update_traces(contours_start=<VALUE>, selector=dict(type='contourcarpet'))" + "magic_underscores": "fig.update_traces(colorbar_y=<VALUE>, selector=dict(type='contourcarpet'))" }, - "type": { - "description": "If `levels`, the data is represented as a contour plot with multiple levels displayed. If `constraint`, the data is represented as constraints with the invalid region shaded as specified by the `operation` and `value` parameters.", - "dflt": "levels", - "editType": "calc", + "yanchor": { + "description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.", + "editType": "colorbars", "valType": "enumerated", "values": [ - "levels", - "constraint" + "top", + "middle", + "bottom" ], - "magic_underscores": "fig.update_traces(contours_type=<VALUE>, selector=dict(type='contourcarpet'))" + "magic_underscores": "fig.update_traces(colorbar_yanchor=<VALUE>, selector=dict(type='contourcarpet'))" }, - "value": { - "description": "Sets the value or values of the constraint boundary. When `operation` is set to one of the comparison values (=,<,>=,>,<=) *value* is expected to be a number. When `operation` is set to one of the interval values ([],(),[),(],][,)(,](,)[) *value* is expected to be an array of two numbers where the first is the lower bound and the second is the upper bound.", - "dflt": 0, - "editType": "calc", - "valType": "any", - "magic_underscores": "fig.update_traces(contours_value=<VALUE>, selector=dict(type='contourcarpet'))" + "ypad": { + "description": "Sets the amount of padding (in px) along the y direction.", + "dflt": 10, + "editType": "colorbars", + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(colorbar_ypad=<VALUE>, selector=dict(type='contourcarpet'))" }, - "magic_underscores": "fig.update_traces(contours=dict(...), selector=dict(type='contourcarpet'))" - }, - "fillcolor": { - "description": "Sets the fill color if `contours.type` is *constraint*. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", - "editType": "calc", - "valType": "color", - "magic_underscores": "fig.update_traces(fillcolor=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "ncontours": { - "description": "Sets the maximum number of contour levels. The actual number of contours will be chosen automatically to be less than or equal to the value of `ncontours`. Has an effect only if `autocontour` is *true* or if `contours.size` is missing.", - "dflt": 15, - "editType": "calc", - "min": 1, - "valType": "integer", - "magic_underscores": "fig.update_traces(ncontours=<VALUE>, selector=dict(type='contourcarpet'))" + "yref": { + "description": "Sets the container `y` refers to. *container* spans the entire `height` of the plot. *paper* refers to the height of the plotting area only.", + "dflt": "paper", + "editType": "colorbars", + "valType": "enumerated", + "values": [ + "container", + "paper" + ], + "magic_underscores": "fig.update_traces(colorbar_yref=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "magic_underscores": "fig.update_traces(colorbar=dict(...), selector=dict(type='contourcarpet'))" }, - "transpose": { - "description": "Transposes the z data.", + "autocolorscale": { + "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.", "dflt": false, "editType": "calc", + "impliedEdits": { + "magic_underscores": "fig.update_traces(autocolorscale_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" + }, "valType": "boolean", - "magic_underscores": "fig.update_traces(transpose=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "uirevision": { - "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", - "editType": "none", - "valType": "any", - "magic_underscores": "fig.update_traces(uirevision=<VALUE>, selector=dict(type='contourcarpet'))" + "magic_underscores": "fig.update_traces(autocolorscale=<VALUE>, selector=dict(type='contourcarpet'))" }, - "stream": { + "colorscale": { + "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.", + "dflt": null, "editType": "calc", - "maxpoints": { - "description": "Sets the maximum number of points to keep on the plots from an incoming stream. If `maxpoints` is set to *50*, only the newest 50 points will be displayed on the plot.", - "dflt": 500, - "editType": "calc", - "max": 10000, - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(stream_maxpoints=<VALUE>, selector=dict(type='contourcarpet'))" - }, - "role": "object", - "token": { - "description": "The stream id number links a data trace on a plot with a stream. See https://chart-studio.plotly.com/settings for more details.", - "editType": "calc", - "noBlank": true, - "strict": true, - "valType": "string", - "magic_underscores": "fig.update_traces(stream_token=<VALUE>, selector=dict(type='contourcarpet'))" + "impliedEdits": { + "autocolorscale": false, + "magic_underscores": "fig.update_traces(colorscale_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" }, - "magic_underscores": "fig.update_traces(stream=dict(...), selector=dict(type='contourcarpet'))" - }, - "magic_underscores": "fig.update_traces(..., selector=dict(type='contourcarpet'))" - }, - "categories": [ - "cartesian", - "svg", - "carpet", - "contour", - "symbols", - "showLegend", - "hasLines", - "carpetDependent", - "noHover", - "noSortingByValue" - ], - "meta": { - "description": "Plots contours on either the first carpet axis or the carpet axis with a matching `carpet` attribute. Data `z` is interpreted as matching that of the corresponding carpet axis.", - "hrName": "contour_carpet" - }, - "type": "contourcarpet" - }, - "pointcloud": { - "animatable": false, - "attributes": { - "type": "pointcloud", - "name": { - "description": "Sets the trace name. The trace name appears as the legend item and on hover.", - "editType": "style", - "valType": "string", - "magic_underscores": "fig.update_traces(name=<VALUE>, selector=dict(type='pointcloud'))" - }, - "uid": { - "description": "Assign an id to this trace, Use this to provide object constancy between traces during animations and transitions.", - "editType": "plot", - "valType": "string", - "magic_underscores": "fig.update_traces(uid=<VALUE>, selector=dict(type='pointcloud'))" + "valType": "colorscale", + "magic_underscores": "fig.update_traces(colorscale=<VALUE>, selector=dict(type='contourcarpet'))" }, - "visible": { - "description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).", + "showscale": { + "description": "Determines whether or not a colorbar is displayed for this trace.", "dflt": true, "editType": "calc", - "valType": "enumerated", - "values": [ - true, - false, - "legendonly" - ], - "magic_underscores": "fig.update_traces(visible=<VALUE>, selector=dict(type='pointcloud'))" - }, - "showlegend": { - "description": "Determines whether or not an item corresponding to this trace is shown in the legend.", - "dflt": true, - "editType": "style", "valType": "boolean", - "magic_underscores": "fig.update_traces(showlegend=<VALUE>, selector=dict(type='pointcloud'))" - }, - "legend": { - "description": "Sets the reference to a legend to show this trace in. References to these legends are *legend*, *legend2*, *legend3*, etc. Settings for these legends are set in the layout, under `layout.legend`, `layout.legend2`, etc.", - "dflt": "legend", - "editType": "style", - "valType": "subplotid", - "magic_underscores": "fig.update_traces(legend=<VALUE>, selector=dict(type='pointcloud'))" - }, - "legendrank": { - "description": "Sets the legend rank for this trace. Items and groups with smaller ranks are presented on top/left side while with *reversed* `legend.traceorder` they are on bottom/right side. The default legendrank is 1000, so that you can use ranks less than 1000 to place certain items before all unranked items, and ranks greater than 1000 to go after all unranked items. When having unranked or equal rank items shapes would be displayed after traces i.e. according to their order in data and layout.", - "dflt": 1000, - "editType": "style", - "valType": "number", - "magic_underscores": "fig.update_traces(legendrank=<VALUE>, selector=dict(type='pointcloud'))" - }, - "legendgroup": { - "description": "Sets the legend group for this trace. Traces and shapes part of the same legend group hide/show at the same time when toggling legend items.", - "dflt": "", - "editType": "style", - "valType": "string", - "magic_underscores": "fig.update_traces(legendgroup=<VALUE>, selector=dict(type='pointcloud'))" - }, - "legendgrouptitle": { - "editType": "style", - "font": { - "color": { - "editType": "style", - "valType": "color", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_color=<VALUE>, selector=dict(type='pointcloud'))" - }, - "description": "Sets this legend group's title font.", - "editType": "style", - "family": { - "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "style", - "noBlank": true, - "strict": true, - "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_family=<VALUE>, selector=dict(type='pointcloud'))" - }, - "lineposition": { - "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", - "dflt": "none", - "editType": "style", - "extras": [ - "none" - ], - "flags": [ - "under", - "over", - "through" - ], - "valType": "flaglist", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_lineposition=<VALUE>, selector=dict(type='pointcloud'))" - }, - "role": "object", - "shadow": { - "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", - "dflt": "none", - "editType": "style", - "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_shadow=<VALUE>, selector=dict(type='pointcloud'))" - }, - "size": { - "editType": "style", - "min": 1, - "valType": "number", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_size=<VALUE>, selector=dict(type='pointcloud'))" - }, - "style": { - "description": "Sets whether a font should be styled with a normal or italic face from its family.", - "dflt": "normal", - "editType": "style", - "valType": "enumerated", - "values": [ - "normal", - "italic" - ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_style=<VALUE>, selector=dict(type='pointcloud'))" - }, - "textcase": { - "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", - "dflt": "normal", - "editType": "style", - "valType": "enumerated", - "values": [ - "normal", - "word caps", - "upper", - "lower" - ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_textcase=<VALUE>, selector=dict(type='pointcloud'))" - }, - "variant": { - "description": "Sets the variant of the font.", - "dflt": "normal", - "editType": "style", - "valType": "enumerated", - "values": [ - "normal", - "small-caps", - "all-small-caps", - "all-petite-caps", - "petite-caps", - "unicase" - ], - "magic_underscores": "fig.update_traces(legendgrouptitle_font_variant=<VALUE>, selector=dict(type='pointcloud'))" - }, - "weight": { - "description": "Sets the weight (or boldness) of the font.", - "dflt": "normal", - "editType": "style", - "extras": [ - "normal", - "bold" - ], - "max": 1000, - "min": 1, - "valType": "integer", - "magic_underscores": "fig.update_traces(legendgrouptitle_font_weight=<VALUE>, selector=dict(type='pointcloud'))" - }, - "magic_underscores": "fig.update_traces(legendgrouptitle_font=dict(...), selector=dict(type='pointcloud'))" - }, - "role": "object", - "text": { - "description": "Sets the title of the legend group.", - "dflt": "", - "editType": "style", - "valType": "string", - "magic_underscores": "fig.update_traces(legendgrouptitle_text=<VALUE>, selector=dict(type='pointcloud'))" - }, - "magic_underscores": "fig.update_traces(legendgrouptitle=dict(...), selector=dict(type='pointcloud'))" - }, - "legendwidth": { - "description": "Sets the width (in px or fraction) of the legend for this trace.", - "editType": "style", - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(legendwidth=<VALUE>, selector=dict(type='pointcloud'))" - }, - "opacity": { - "description": "Sets the opacity of the trace.", - "dflt": 1, - "editType": "style", - "max": 1, - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(opacity=<VALUE>, selector=dict(type='pointcloud'))" - }, - "ids": { - "description": "Assigns id labels to each datum. These ids for object constancy of data points during animation. Should be an array of strings, not numbers or any other type.", - "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(ids=<VALUE>, selector=dict(type='pointcloud'))" - }, - "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for `ids`.", - "editType": "none", - "valType": "string" - }, - "x": { - "description": "Sets the x coordinates.", - "editType": "calc+clearAxisTypes", - "valType": "data_array", - "magic_underscores": "fig.update_traces(x=<VALUE>, selector=dict(type='pointcloud'))" - }, - "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `x`.", - "editType": "none", - "valType": "string" - }, - "y": { - "description": "Sets the y coordinates.", - "editType": "calc+clearAxisTypes", - "valType": "data_array", - "magic_underscores": "fig.update_traces(y=<VALUE>, selector=dict(type='pointcloud'))" - }, - "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for `y`.", - "editType": "none", - "valType": "string" - }, - "xy": { - "description": "Faster alternative to specifying `x` and `y` separately. If supplied, it must be a typed `Float32Array` array that represents points such that `xy[i * 2] = x[i]` and `xy[i * 2 + 1] = y[i]`", - "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(xy=<VALUE>, selector=dict(type='pointcloud'))" - }, - "xysrc": { - "description": "Sets the source reference on Chart Studio Cloud for `xy`.", - "editType": "none", - "valType": "string" - }, - "xbounds": { - "description": "Specify `xbounds` in the shape of `[xMin, xMax] to avoid looping through the `xy` typed array. Use it in conjunction with `xy` and `ybounds` for the performance benefits.", - "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(xbounds=<VALUE>, selector=dict(type='pointcloud'))" - }, - "xboundssrc": { - "description": "Sets the source reference on Chart Studio Cloud for `xbounds`.", - "editType": "none", - "valType": "string" - }, - "ybounds": { - "description": "Specify `ybounds` in the shape of `[yMin, yMax] to avoid looping through the `xy` typed array. Use it in conjunction with `xy` and `xbounds` for the performance benefits.", - "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(ybounds=<VALUE>, selector=dict(type='pointcloud'))" - }, - "yboundssrc": { - "description": "Sets the source reference on Chart Studio Cloud for `ybounds`.", - "editType": "none", - "valType": "string" - }, - "indices": { - "description": "A sequential value, 0..n, supply it to avoid creating this array inside plotting. If specified, it must be a typed `Int32Array` array. Its length must be equal to or greater than the number of points. For the best performance and memory use, create one large `indices` typed array that is guaranteed to be at least as long as the largest number of points during use, and reuse it on each `Plotly.restyle()` call.", - "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(indices=<VALUE>, selector=dict(type='pointcloud'))" - }, - "indicessrc": { - "description": "Sets the source reference on Chart Studio Cloud for `indices`.", - "editType": "none", - "valType": "string" - }, - "text": { - "arrayOk": true, - "description": "Sets text elements associated with each (x,y) pair. If a single string, the same string appears over all the data points. If an array of string, the items are mapped in order to the this trace's (x,y) coordinates. If trace `hoverinfo` contains a *text* flag and *hovertext* is not set, these elements will be seen in the hover labels.", - "dflt": "", - "editType": "calc", - "valType": "string", - "magic_underscores": "fig.update_traces(text=<VALUE>, selector=dict(type='pointcloud'))" - }, - "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `text`.", - "editType": "none", - "valType": "string" - }, - "hoverinfo": { - "arrayOk": true, - "description": "Determines which trace information appear on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired.", - "dflt": "all", - "editType": "none", - "extras": [ - "all", - "none", - "skip" - ], - "flags": [ - "x", - "y", - "z", - "text", - "name" - ], - "valType": "flaglist", - "magic_underscores": "fig.update_traces(hoverinfo=<VALUE>, selector=dict(type='pointcloud'))" - }, - "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(showscale=<VALUE>, selector=dict(type='contourcarpet'))" }, - "meta": { - "arrayOk": true, - "description": "Assigns extra meta information associated with this trace that can be used in various text attributes. Attributes such as trace `name`, graph, axis and colorbar `title.text`, annotation `text` `rangeselector`, `updatemenues` and `sliders` `label` text all support `meta`. To access the trace `meta` values in an attribute in the same trace, simply use `%{meta[i]}` where `i` is the index or key of the `meta` item in question. To access trace `meta` in layout attributes, use `%{data[n[.meta[i]}` where `i` is the index or key of the `meta` and `n` is the trace index.", + "reversescale": { + "description": "Reverses the color mapping if true. If true, `zmin` will correspond to the last color in the array and `zmax` will correspond to the first color.", + "dflt": false, "editType": "plot", - "valType": "any", - "magic_underscores": "fig.update_traces(meta=<VALUE>, selector=dict(type='pointcloud'))" - }, - "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for `meta`.", - "editType": "none", - "valType": "string" + "valType": "boolean", + "magic_underscores": "fig.update_traces(reversescale=<VALUE>, selector=dict(type='contourcarpet'))" }, - "customdata": { - "description": "Assigns extra data each datum. This may be useful when listening to hover, click and selection events. Note that, *scatter* traces also appends customdata items in the markers DOM elements", + "zauto": { + "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.", + "dflt": true, "editType": "calc", - "valType": "data_array", - "magic_underscores": "fig.update_traces(customdata=<VALUE>, selector=dict(type='pointcloud'))" - }, - "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", - "editType": "none", - "valType": "string" - }, - "xaxis": { - "description": "Sets a reference between this trace's x coordinates and a 2D cartesian x axis. If *x* (the default value), the x coordinates refer to `layout.xaxis`. If *x2*, the x coordinates refer to `layout.xaxis2`, and so on.", - "dflt": "x", - "editType": "calc+clearAxisTypes", - "valType": "subplotid", - "magic_underscores": "fig.update_traces(xaxis=<VALUE>, selector=dict(type='pointcloud'))" - }, - "yaxis": { - "description": "Sets a reference between this trace's y coordinates and a 2D cartesian y axis. If *y* (the default value), the y coordinates refer to `layout.yaxis`. If *y2*, the y coordinates refer to `layout.yaxis2`, and so on.", - "dflt": "y", - "editType": "calc+clearAxisTypes", - "valType": "subplotid", - "magic_underscores": "fig.update_traces(yaxis=<VALUE>, selector=dict(type='pointcloud'))" - }, - "marker": { - "blend": { - "description": "Determines if colors are blended together for a translucency effect in case `opacity` is specified as a value less then `1`. Setting `blend` to `true` reduces zoom/pan speed if used with large numbers of points.", - "dflt": null, - "editType": "calc", - "valType": "boolean", - "magic_underscores": "fig.update_traces(marker_blend=<VALUE>, selector=dict(type='pointcloud'))" - }, - "border": { - "arearatio": { - "description": "Specifies what fraction of the marker area is covered with the border.", - "dflt": 0, - "editType": "calc", - "max": 1, - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(marker_border_arearatio=<VALUE>, selector=dict(type='pointcloud'))" - }, - "color": { - "arrayOk": false, - "description": "Sets the stroke color. It accepts a specific color. If the color is not fully opaque and there are hundreds of thousands of points, it may cause slower zooming and panning.", - "editType": "calc", - "valType": "color", - "magic_underscores": "fig.update_traces(marker_border_color=<VALUE>, selector=dict(type='pointcloud'))" - }, - "editType": "calc", - "role": "object", - "magic_underscores": "fig.update_traces(marker_border=dict(...), selector=dict(type='pointcloud'))" + "impliedEdits": { + "magic_underscores": "fig.update_traces(zauto_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" }, - "color": { - "arrayOk": false, - "description": "Sets the marker fill color. It accepts a specific color. If the color is not fully opaque and there are hundreds of thousands of points, it may cause slower zooming and panning.", - "editType": "calc", - "valType": "color", - "magic_underscores": "fig.update_traces(marker_color=<VALUE>, selector=dict(type='pointcloud'))" + "valType": "boolean", + "magic_underscores": "fig.update_traces(zauto=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "zmax": { + "description": "Sets the upper bound of the color domain. Value should have the same units as in `z` and if set, `zmin` must be set as well.", + "dflt": null, + "editType": "plot", + "impliedEdits": { + "zauto": false, + "magic_underscores": "fig.update_traces(zmax_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" }, + "valType": "number", + "magic_underscores": "fig.update_traces(zmax=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "zmid": { + "description": "Sets the mid-point of the color domain by scaling `zmin` and/or `zmax` to be equidistant to this point. Value should have the same units as in `z`. Has no effect when `zauto` is `false`.", + "dflt": null, "editType": "calc", - "opacity": { - "arrayOk": false, - "description": "Sets the marker opacity. The default value is `1` (fully opaque). If the markers are not fully opaque and there are hundreds of thousands of points, it may cause slower zooming and panning. Opacity fades the color even if `blend` is left on `false` even if there is no translucency effect in that case.", - "dflt": 1, - "editType": "calc", - "max": 1, - "min": 0, - "valType": "number", - "magic_underscores": "fig.update_traces(marker_opacity=<VALUE>, selector=dict(type='pointcloud'))" + "impliedEdits": { + "magic_underscores": "fig.update_traces(zmid_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" }, - "role": "object", - "sizemax": { - "description": "Sets the maximum size (in px) of the rendered marker points. Effective when the `pointcloud` shows only few points.", - "dflt": 20, - "editType": "calc", - "min": 0.1, - "valType": "number", - "magic_underscores": "fig.update_traces(marker_sizemax=<VALUE>, selector=dict(type='pointcloud'))" + "valType": "number", + "magic_underscores": "fig.update_traces(zmid=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "zmin": { + "description": "Sets the lower bound of the color domain. Value should have the same units as in `z` and if set, `zmax` must be set as well.", + "dflt": null, + "editType": "plot", + "impliedEdits": { + "zauto": false, + "magic_underscores": "fig.update_traces(zmin_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" }, - "sizemin": { - "description": "Sets the minimum size (in px) of the rendered marker points, effective when the `pointcloud` shows a million or more points.", - "dflt": 0.5, - "editType": "calc", - "max": 2, - "min": 0.1, - "valType": "number", - "magic_underscores": "fig.update_traces(marker_sizemin=<VALUE>, selector=dict(type='pointcloud'))" + "valType": "number", + "magic_underscores": "fig.update_traces(zmin=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "autocontour": { + "description": "Determines whether or not the contour level attributes are picked by an algorithm. If *true*, the number of contour levels can be set in `ncontours`. If *false*, set the contour level attributes in `contours`.", + "dflt": true, + "editType": "calc", + "impliedEdits": { + "magic_underscores": "fig.update_traces(autocontour_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" }, - "magic_underscores": "fig.update_traces(marker=dict(...), selector=dict(type='pointcloud'))" + "valType": "boolean", + "magic_underscores": "fig.update_traces(autocontour=<VALUE>, selector=dict(type='contourcarpet'))" }, - "hoverlabel": { - "align": { - "arrayOk": true, - "description": "Sets the horizontal alignment of the text content within hover label box. Has an effect only if the hover label text spans more two or more lines", - "dflt": "auto", - "editType": "none", + "carpet": { + "description": "The `carpet` of the carpet axes on which this contour trace lies", + "editType": "calc", + "valType": "string", + "magic_underscores": "fig.update_traces(carpet=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "contours": { + "coloring": { + "description": "Determines the coloring method showing the contour values. If *fill*, coloring is done evenly between each contour level If *lines*, coloring is done on the contour lines. If *none*, no coloring is applied on this trace.", + "dflt": "fill", + "editType": "calc", "valType": "enumerated", "values": [ - "left", - "right", - "auto" + "fill", + "lines", + "none" ], - "magic_underscores": "fig.update_traces(hoverlabel_align=<VALUE>, selector=dict(type='pointcloud'))" - }, - "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `align`.", - "editType": "none", - "valType": "string" - }, - "bgcolor": { - "arrayOk": true, - "description": "Sets the background color of the hover labels for this trace", - "editType": "none", - "valType": "color", - "magic_underscores": "fig.update_traces(hoverlabel_bgcolor=<VALUE>, selector=dict(type='pointcloud'))" - }, - "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(contours_coloring=<VALUE>, selector=dict(type='contourcarpet'))" }, - "bordercolor": { - "arrayOk": true, - "description": "Sets the border color of the hover labels for this trace.", - "editType": "none", - "valType": "color", - "magic_underscores": "fig.update_traces(hoverlabel_bordercolor=<VALUE>, selector=dict(type='pointcloud'))" + "editType": "calc", + "end": { + "description": "Sets the end contour level value. Must be more than `contours.start`", + "dflt": null, + "editType": "plot", + "impliedEdits": { + "^autocontour": false, + "magic_underscores": "fig.update_traces(contours_end_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "valType": "number", + "magic_underscores": "fig.update_traces(contours_end=<VALUE>, selector=dict(type='contourcarpet'))" }, - "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", - "editType": "none", - "valType": "string" + "impliedEdits": { + "autocontour": false, + "role": "object", + "magic_underscores": "fig.update_traces(contours_impliedEdits=dict(...), selector=dict(type='contourcarpet'))" }, - "editType": "none", - "font": { + "labelfont": { "color": { - "arrayOk": true, - "editType": "none", + "editType": "style", "valType": "color", - "magic_underscores": "fig.update_traces(hoverlabel_font_color=<VALUE>, selector=dict(type='pointcloud'))" - }, - "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `color`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(contours_labelfont_color=<VALUE>, selector=dict(type='contourcarpet'))" }, - "description": "Sets the font used in hover labels.", - "editType": "none", + "description": "Sets the font used for labeling the contour levels. The default color comes from the lines, if shown. The default family and size come from `layout.font`.", + "editType": "plot", "family": { - "arrayOk": true, "description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.", - "editType": "none", + "editType": "plot", "noBlank": true, "strict": true, "valType": "string", - "magic_underscores": "fig.update_traces(hoverlabel_font_family=<VALUE>, selector=dict(type='pointcloud'))" - }, - "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for `family`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(contours_labelfont_family=<VALUE>, selector=dict(type='contourcarpet'))" }, "lineposition": { - "arrayOk": true, "description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.", "dflt": "none", - "editType": "none", + "editType": "plot", "extras": [ "none" ], @@ -110325,61 +107784,37 @@ "through" ], "valType": "flaglist", - "magic_underscores": "fig.update_traces(hoverlabel_font_lineposition=<VALUE>, selector=dict(type='pointcloud'))" - }, - "linepositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `lineposition`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(contours_labelfont_lineposition=<VALUE>, selector=dict(type='contourcarpet'))" }, "role": "object", "shadow": { - "arrayOk": true, "description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.", "dflt": "none", - "editType": "none", + "editType": "plot", "valType": "string", - "magic_underscores": "fig.update_traces(hoverlabel_font_shadow=<VALUE>, selector=dict(type='pointcloud'))" - }, - "shadowsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `shadow`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(contours_labelfont_shadow=<VALUE>, selector=dict(type='contourcarpet'))" }, "size": { - "arrayOk": true, - "editType": "none", + "editType": "plot", "min": 1, "valType": "number", - "magic_underscores": "fig.update_traces(hoverlabel_font_size=<VALUE>, selector=dict(type='pointcloud'))" - }, - "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `size`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(contours_labelfont_size=<VALUE>, selector=dict(type='contourcarpet'))" }, "style": { - "arrayOk": true, "description": "Sets whether a font should be styled with a normal or italic face from its family.", "dflt": "normal", - "editType": "none", + "editType": "plot", "valType": "enumerated", "values": [ "normal", "italic" ], - "magic_underscores": "fig.update_traces(hoverlabel_font_style=<VALUE>, selector=dict(type='pointcloud'))" - }, - "stylesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `style`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(contours_labelfont_style=<VALUE>, selector=dict(type='contourcarpet'))" }, "textcase": { - "arrayOk": true, "description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.", "dflt": "normal", - "editType": "none", + "editType": "plot", "valType": "enumerated", "values": [ "normal", @@ -110387,18 +107822,12 @@ "upper", "lower" ], - "magic_underscores": "fig.update_traces(hoverlabel_font_textcase=<VALUE>, selector=dict(type='pointcloud'))" - }, - "textcasesrc": { - "description": "Sets the source reference on Chart Studio Cloud for `textcase`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(contours_labelfont_textcase=<VALUE>, selector=dict(type='contourcarpet'))" }, "variant": { - "arrayOk": true, "description": "Sets the variant of the font.", "dflt": "normal", - "editType": "none", + "editType": "plot", "valType": "enumerated", "values": [ "normal", @@ -110408,18 +107837,12 @@ "petite-caps", "unicase" ], - "magic_underscores": "fig.update_traces(hoverlabel_font_variant=<VALUE>, selector=dict(type='pointcloud'))" - }, - "variantsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `variant`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(contours_labelfont_variant=<VALUE>, selector=dict(type='contourcarpet'))" }, "weight": { - "arrayOk": true, "description": "Sets the weight (or boldness) of the font.", "dflt": "normal", - "editType": "none", + "editType": "plot", "extras": [ "normal", "bold" @@ -110427,37 +107850,123 @@ "max": 1000, "min": 1, "valType": "integer", - "magic_underscores": "fig.update_traces(hoverlabel_font_weight=<VALUE>, selector=dict(type='pointcloud'))" - }, - "weightsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `weight`.", - "editType": "none", - "valType": "string" + "magic_underscores": "fig.update_traces(contours_labelfont_weight=<VALUE>, selector=dict(type='contourcarpet'))" }, - "magic_underscores": "fig.update_traces(hoverlabel_font=dict(...), selector=dict(type='pointcloud'))" + "magic_underscores": "fig.update_traces(contours_labelfont=dict(...), selector=dict(type='contourcarpet'))" }, - "namelength": { - "arrayOk": true, - "description": "Sets the default length (in number of characters) of the trace name in the hover labels for all traces. -1 shows the whole name regardless of length. 0-3 shows the first 0-3 characters, and an integer >3 will show the whole name if it is less than that many characters, but if it is longer, will truncate to `namelength - 3` characters and add an ellipsis.", - "dflt": 15, - "editType": "none", - "min": -1, - "valType": "integer", - "magic_underscores": "fig.update_traces(hoverlabel_namelength=<VALUE>, selector=dict(type='pointcloud'))" + "labelformat": { + "description": "Sets the contour label formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.", + "dflt": "", + "editType": "plot", + "valType": "string", + "magic_underscores": "fig.update_traces(contours_labelformat=<VALUE>, selector=dict(type='contourcarpet'))" }, - "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", - "editType": "none", - "valType": "string" + "operation": { + "description": "Sets the constraint operation. *=* keeps regions equal to `value` *<* and *<=* keep regions less than `value` *>* and *>=* keep regions greater than `value` *[]*, *()*, *[)*, and *(]* keep regions inside `value[0]` to `value[1]` *][*, *)(*, *](*, *)[* keep regions outside `value[0]` to value[1]` Open vs. closed intervals make no difference to constraint display, but all versions are allowed for consistency with filter transforms.", + "dflt": "=", + "editType": "calc", + "valType": "enumerated", + "values": [ + "=", + "<", + ">=", + ">", + "<=", + "[]", + "()", + "[)", + "(]", + "][", + ")(", + "](", + ")[" + ], + "magic_underscores": "fig.update_traces(contours_operation=<VALUE>, selector=dict(type='contourcarpet'))" }, "role": "object", - "magic_underscores": "fig.update_traces(hoverlabel=dict(...), selector=dict(type='pointcloud'))" + "showlabels": { + "description": "Determines whether to label the contour lines with their values.", + "dflt": false, + "editType": "plot", + "valType": "boolean", + "magic_underscores": "fig.update_traces(contours_showlabels=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "showlines": { + "description": "Determines whether or not the contour lines are drawn. Has an effect only if `contours.coloring` is set to *fill*.", + "dflt": true, + "editType": "plot", + "valType": "boolean", + "magic_underscores": "fig.update_traces(contours_showlines=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "size": { + "description": "Sets the step between each contour level. Must be positive.", + "dflt": null, + "editType": "plot", + "impliedEdits": { + "^autocontour": false, + "magic_underscores": "fig.update_traces(contours_size_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "min": 0, + "valType": "number", + "magic_underscores": "fig.update_traces(contours_size=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "start": { + "description": "Sets the starting contour level value. Must be less than `contours.end`", + "dflt": null, + "editType": "plot", + "impliedEdits": { + "^autocontour": false, + "magic_underscores": "fig.update_traces(contours_start_impliedEdits=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "valType": "number", + "magic_underscores": "fig.update_traces(contours_start=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "type": { + "description": "If `levels`, the data is represented as a contour plot with multiple levels displayed. If `constraint`, the data is represented as constraints with the invalid region shaded as specified by the `operation` and `value` parameters.", + "dflt": "levels", + "editType": "calc", + "valType": "enumerated", + "values": [ + "levels", + "constraint" + ], + "magic_underscores": "fig.update_traces(contours_type=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "value": { + "description": "Sets the value or values of the constraint boundary. When `operation` is set to one of the comparison values (=,<,>=,>,<=) *value* is expected to be a number. When `operation` is set to one of the interval values ([],(),[),(],][,)(,](,)[) *value* is expected to be an array of two numbers where the first is the lower bound and the second is the upper bound.", + "dflt": 0, + "editType": "calc", + "valType": "any", + "magic_underscores": "fig.update_traces(contours_value=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "magic_underscores": "fig.update_traces(contours=dict(...), selector=dict(type='contourcarpet'))" + }, + "fillcolor": { + "description": "Sets the fill color if `contours.type` is *constraint*. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", + "editType": "calc", + "valType": "color", + "magic_underscores": "fig.update_traces(fillcolor=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "ncontours": { + "description": "Sets the maximum number of contour levels. The actual number of contours will be chosen automatically to be less than or equal to the value of `ncontours`. Has an effect only if `autocontour` is *true* or if `contours.size` is missing.", + "dflt": 15, + "editType": "calc", + "min": 1, + "valType": "integer", + "magic_underscores": "fig.update_traces(ncontours=<VALUE>, selector=dict(type='contourcarpet'))" + }, + "transpose": { + "description": "Transposes the z data.", + "dflt": false, + "editType": "calc", + "valType": "boolean", + "magic_underscores": "fig.update_traces(transpose=<VALUE>, selector=dict(type='contourcarpet'))" }, "uirevision": { "description": "Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.", "editType": "none", "valType": "any", - "magic_underscores": "fig.update_traces(uirevision=<VALUE>, selector=dict(type='pointcloud'))" + "magic_underscores": "fig.update_traces(uirevision=<VALUE>, selector=dict(type='contourcarpet'))" }, "stream": { "editType": "calc", @@ -110468,7 +107977,7 @@ "max": 10000, "min": 0, "valType": "number", - "magic_underscores": "fig.update_traces(stream_maxpoints=<VALUE>, selector=dict(type='pointcloud'))" + "magic_underscores": "fig.update_traces(stream_maxpoints=<VALUE>, selector=dict(type='contourcarpet'))" }, "role": "object", "token": { @@ -110477,291 +107986,29 @@ "noBlank": true, "strict": true, "valType": "string", - "magic_underscores": "fig.update_traces(stream_token=<VALUE>, selector=dict(type='pointcloud'))" + "magic_underscores": "fig.update_traces(stream_token=<VALUE>, selector=dict(type='contourcarpet'))" }, - "magic_underscores": "fig.update_traces(stream=dict(...), selector=dict(type='pointcloud'))" + "magic_underscores": "fig.update_traces(stream=dict(...), selector=dict(type='contourcarpet'))" }, - "magic_underscores": "fig.update_traces(..., selector=dict(type='pointcloud'))" + "magic_underscores": "fig.update_traces(..., selector=dict(type='contourcarpet'))" }, "categories": [ - "gl", - "gl2d", - "showLegend" + "cartesian", + "svg", + "carpet", + "contour", + "symbols", + "showLegend", + "hasLines", + "carpetDependent", + "noHover", + "noSortingByValue" ], "meta": { - "description": "*pointcloud* trace is deprecated! Please consider switching to the *scattergl* trace type. The data visualized as a point cloud set in `x` and `y` using the WebGl plotting engine." + "description": "Plots contours on either the first carpet axis or the carpet axis with a matching `carpet` attribute. Data `z` is interpreted as matching that of the corresponding carpet axis.", + "hrName": "contour_carpet" }, - "type": "pointcloud" - } - }, - "transforms": { - "aggregate": { - "attributes": { - "aggregations": { - "items": { - "aggregation": { - "editType": "calc", - "enabled": { - "description": "Determines whether this aggregation function is enabled or disabled.", - "dflt": true, - "editType": "calc", - "valType": "boolean" - }, - "func": { - "description": "Sets the aggregation function. All values from the linked `target`, corresponding to the same value in the `groups` array, are collected and reduced by this function. *count* is simply the number of values in the `groups` array, so does not even require the linked array to exist. *first* (*last*) is just the first (last) linked value. Invalid values are ignored, so for example in *avg* they do not contribute to either the numerator or the denominator. Any data type (numeric, date, category) may be aggregated with any function, even though in certain cases it is unlikely to make sense, for example a sum of dates or average of categories. *median* will return the average of the two central values if there is an even count. *mode* will return the first value to reach the maximum count, in case of a tie. *change* will return the difference between the first and last linked values. *range* will return the difference between the min and max linked values.", - "dflt": "first", - "editType": "calc", - "valType": "enumerated", - "values": [ - "count", - "sum", - "avg", - "median", - "mode", - "rms", - "stddev", - "min", - "max", - "first", - "last", - "change", - "range" - ] - }, - "funcmode": { - "description": "*stddev* supports two formula variants: *sample* (normalize by N-1) and *population* (normalize by N).", - "dflt": "sample", - "editType": "calc", - "valType": "enumerated", - "values": [ - "sample", - "population" - ] - }, - "role": "object", - "target": { - "description": "A reference to the data array in the parent trace to aggregate. To aggregate by nested variables, use *.* to access them. For example, set `groups` to *marker.color* to aggregate over the marker color array. The referenced array must already exist, unless `func` is *count*, and each array may only be referenced once.", - "editType": "calc", - "valType": "string" - } - } - }, - "role": "object" - }, - "editType": "calc", - "enabled": { - "description": "Determines whether this aggregate transform is enabled or disabled.", - "dflt": true, - "editType": "calc", - "valType": "boolean" - }, - "groups": { - "arrayOk": true, - "description": "Sets the grouping target to which the aggregation is applied. Data points with matching group values will be coalesced into one point, using the supplied aggregation functions to reduce data in other data arrays. If a string, `groups` is assumed to be a reference to a data array in the parent trace object. To aggregate by nested variables, use *.* to access them. For example, set `groups` to *marker.color* to aggregate about the marker color array. If an array, `groups` is itself the data array by which we aggregate.", - "dflt": "x", - "editType": "calc", - "noBlank": true, - "strict": true, - "valType": "string" - }, - "groupssrc": { - "description": "Sets the source reference on Chart Studio Cloud for `groups`.", - "editType": "none", - "valType": "string" - } - } - }, - "filter": { - "attributes": { - "editType": "calc", - "enabled": { - "description": "Determines whether this filter transform is enabled or disabled.", - "dflt": true, - "editType": "calc", - "valType": "boolean" - }, - "operation": { - "description": "Sets the filter operation. *=* keeps items equal to `value` *!=* keeps items not equal to `value` *<* keeps items less than `value` *<=* keeps items less than or equal to `value` *>* keeps items greater than `value` *>=* keeps items greater than or equal to `value` *[]* keeps items inside `value[0]` to `value[1]` including both bounds *()* keeps items inside `value[0]` to `value[1]` excluding both bounds *[)* keeps items inside `value[0]` to `value[1]` including `value[0]` but excluding `value[1] *(]* keeps items inside `value[0]` to `value[1]` excluding `value[0]` but including `value[1] *][* keeps items outside `value[0]` to `value[1]` and equal to both bounds *)(* keeps items outside `value[0]` to `value[1]` *](* keeps items outside `value[0]` to `value[1]` and equal to `value[0]` *)[* keeps items outside `value[0]` to `value[1]` and equal to `value[1]` *{}* keeps items present in a set of values *}{* keeps items not present in a set of values", - "dflt": "=", - "editType": "calc", - "valType": "enumerated", - "values": [ - "=", - "!=", - "<", - ">=", - ">", - "<=", - "[]", - "()", - "[)", - "(]", - "][", - ")(", - "](", - ")[", - "{}", - "}{" - ] - }, - "preservegaps": { - "description": "Determines whether or not gaps in data arrays produced by the filter operation are preserved. Setting this to *true* might be useful when plotting a line chart with `connectgaps` set to *false*.", - "dflt": false, - "editType": "calc", - "valType": "boolean" - }, - "target": { - "arrayOk": true, - "description": "Sets the filter target by which the filter is applied. If a string, `target` is assumed to be a reference to a data array in the parent trace object. To filter about nested variables, use *.* to access them. For example, set `target` to *marker.color* to filter about the marker color array. If an array, `target` is then the data array by which the filter is applied.", - "dflt": "x", - "editType": "calc", - "noBlank": true, - "strict": true, - "valType": "string" - }, - "targetcalendar": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. Sets the calendar system to use for `target`, if it is an array of dates. If `target` is a string (eg *x*) we use the corresponding trace attribute (eg `xcalendar`) if it exists, even if `targetcalendar` is provided.", - "dflt": "gregorian", - "editType": "calc", - "valType": "enumerated", - "values": [ - "chinese", - "coptic", - "discworld", - "ethiopian", - "gregorian", - "hebrew", - "islamic", - "jalali", - "julian", - "mayan", - "nanakshahi", - "nepali", - "persian", - "taiwan", - "thai", - "ummalqura" - ] - }, - "targetsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `target`.", - "editType": "none", - "valType": "string" - }, - "value": { - "description": "Sets the value or values by which to filter. Values are expected to be in the same type as the data linked to `target`. When `operation` is set to one of the comparison values (=,!=,<,>=,>,<=) `value` is expected to be a number or a string. When `operation` is set to one of the interval values ([],(),[),(],][,)(,](,)[) `value` is expected to be 2-item array where the first item is the lower bound and the second item is the upper bound. When `operation`, is set to one of the set values ({},}{) `value` is expected to be an array with as many items as the desired set elements.", - "dflt": 0, - "editType": "calc", - "valType": "any" - }, - "valuecalendar": { - "description": "WARNING: All transforms are deprecated and may be removed from the API in next major version. Sets the calendar system to use for `value`, if it is a date.", - "dflt": "gregorian", - "editType": "calc", - "valType": "enumerated", - "values": [ - "chinese", - "coptic", - "discworld", - "ethiopian", - "gregorian", - "hebrew", - "islamic", - "jalali", - "julian", - "mayan", - "nanakshahi", - "nepali", - "persian", - "taiwan", - "thai", - "ummalqura" - ] - } - } - }, - "groupby": { - "attributes": { - "editType": "calc", - "enabled": { - "description": "Determines whether this group-by transform is enabled or disabled.", - "dflt": true, - "editType": "calc", - "valType": "boolean" - }, - "groups": { - "description": "Sets the groups in which the trace data will be split. For example, with `x` set to *[1, 2, 3, 4]* and `groups` set to *['a', 'b', 'a', 'b']*, the groupby transform with split in one trace with `x` [1, 3] and one trace with `x` [2, 4].", - "dflt": [], - "editType": "calc", - "valType": "data_array" - }, - "groupssrc": { - "description": "Sets the source reference on Chart Studio Cloud for `groups`.", - "editType": "none", - "valType": "string" - }, - "nameformat": { - "description": "Pattern by which grouped traces are named. If only one trace is present, defaults to the group name (`\"%{group}\"`), otherwise defaults to the group name with trace name (`\"%{group} (%{trace})\"`). Available escape sequences are `%{group}`, which inserts the group name, and `%{trace}`, which inserts the trace name. If grouping GDP data by country when more than one trace is present, for example, the default \"%{group} (%{trace})\" would return \"Monaco (GDP per capita)\".", - "editType": "calc", - "valType": "string" - }, - "styles": { - "items": { - "style": { - "editType": "calc", - "role": "object", - "target": { - "description": "The group value which receives these styles.", - "editType": "calc", - "valType": "string" - }, - "value": { - "_compareAsJSON": true, - "description": "Sets each group styles. For example, with `groups` set to *['a', 'b', 'a', 'b']* and `styles` set to *[{target: 'a', value: { marker: { color: 'red' } }}] marker points in group *'a'* will be drawn in red.", - "dflt": {}, - "editType": "calc", - "valType": "any" - } - } - }, - "role": "object" - } - } - }, - "sort": { - "attributes": { - "editType": "calc", - "enabled": { - "description": "Determines whether this sort transform is enabled or disabled.", - "dflt": true, - "editType": "calc", - "valType": "boolean" - }, - "order": { - "description": "Sets the sort transform order.", - "dflt": "ascending", - "editType": "calc", - "valType": "enumerated", - "values": [ - "ascending", - "descending" - ] - }, - "target": { - "arrayOk": true, - "description": "Sets the target by which the sort transform is applied. If a string, *target* is assumed to be a reference to a data array in the parent trace object. To sort about nested variables, use *.* to access them. For example, set `target` to *marker.size* to sort about the marker size array. If an array, *target* is then the data array by which the sort transform is applied.", - "dflt": "x", - "editType": "calc", - "noBlank": true, - "strict": true, - "valType": "string" - }, - "targetsrc": { - "description": "Sets the source reference on Chart Studio Cloud for `target`.", - "editType": "none", - "valType": "string" - } - } + "type": "contourcarpet" } } } \ No newline at end of file diff --git a/_data/pyversion.json b/_data/pyversion.json index e53bd4cc1..c06fc47a2 100644 --- a/_data/pyversion.json +++ b/_data/pyversion.json @@ -1,3 +1,3 @@ { - "version": "5.24.1" + "version": "6.0.0" }