慈祥的消炎药 · gnuplot ...· 1 周前 · |
文武双全的板栗 · [Solved]Change text ...· 13 小时前 · |
俊秀的豆腐 · 【原神 外网瓜 ...· 2 月前 · |
安静的火柴 · Drools Kie | 油腻中年大叔· 2 月前 · |
火爆的薯片 · “巴林与中国经贸合作空间广阔”· 2 月前 · |
开心的斑马 · Kafka在线修改topic配置(不停机,不 ...· 2 月前 · |
讲道义的乌龙茶 · 导入和导出 - Azure ...· 2 月前 · |
fig.update_layout(title=dict(...))
fig.update_layout(title_automargin=<VALUE>)
Determines whether the title can automatically push the figure margins. If `yref='paper'` then the margin will expand to ensure that the title doesn’t overlap with the edges of the container. If `yref='container'` then the margins will ensure that the title doesn’t overlap with the plot area, tick labels, and axis titles. If `automargin=True` and the margins need to be expanded, then y will be set to a default 1 and yanchor will be set to an appropriate default to ensure that minimal margin space is needed. Note that when `yref='paper'`, only 1 or 0 are allowed y values. Invalid values will be reset to the default 1.
fig.update_layout(title_font=dict(...))
Sets the title font. Note that the title's font used to be customized by the now deprecated `titlefont` attribute.
fig.update_layout(title_font_color=<VALUE>)
fig.update_layout(title_font_family=<VALUE>)
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".
fig.update_layout(title_font_lineposition=<VALUE>)
"under"
,
"over"
,
"through"
joined with a
"+"
OR
"none"
.
"under"
,
"over"
,
"under+over"
,
"under+over+through"
,
"none"
"none"
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.
fig.update_layout(title_font_shadow=<VALUE>)
"none"
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.
fig.update_layout(title_font_size=<VALUE>)
fig.update_layout(title_font_style=<VALUE>)
"normal"
|
"italic"
)
"normal"
Sets whether a font should be styled with a normal or italic face from its family.
fig.update_layout(title_font_textcase=<VALUE>)
"normal"
|
"word caps"
|
"upper"
|
"lower"
)
"normal"
Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
fig.update_layout(title_font_variant=<VALUE>)
"normal"
|
"small-caps"
|
"all-small-caps"
|
"all-petite-caps"
|
"petite-caps"
|
"unicase"
)
"normal"
Sets the variant of the font.
fig.update_layout(title_font_weight=<VALUE>)
normal
Sets the weight (or boldness) of the font.
fig.update_layout(title_pad=dict(...))
Sets the padding of the title. Each padding value only applies when the corresponding `xanchor`/`yanchor` value is set accordingly. E.g. for left padding to take effect, `xanchor` must be set to "left". The same rule applies if `xanchor`/`yanchor` is determined automatically. Padding is muted if the respective anchor value is "middle"/"center".
fig.update_layout(title_pad_b=<VALUE>)
0
The amount of padding (in px) along the bottom of the component.
fig.update_layout(title_pad_l=<VALUE>)
0
The amount of padding (in px) on the left side of the component.
fig.update_layout(title_pad_r=<VALUE>)
0
The amount of padding (in px) on the right side of the component.
fig.update_layout(title_pad_t=<VALUE>)
0
The amount of padding (in px) along the top of the component.
fig.update_layout(title_subtitle=dict(...))
fig.update_layout(title_subtitle_font=dict(...))
Sets the subtitle font.
fig.update_layout(title_subtitle_font_color=<VALUE>)
fig.update_layout(title_subtitle_font_family=<VALUE>)
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".
fig.update_layout(title_subtitle_font_lineposition=<VALUE>)
"under"
,
"over"
,
"through"
joined with a
"+"
OR
"none"
.
"under"
,
"over"
,
"under+over"
,
"under+over+through"
,
"none"
"none"
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.
fig.update_layout(title_subtitle_font_shadow=<VALUE>)
"none"
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.
fig.update_layout(title_subtitle_font_size=<VALUE>)
fig.update_layout(title_subtitle_font_style=<VALUE>)
"normal"
|
"italic"
)
"normal"
Sets whether a font should be styled with a normal or italic face from its family.
fig.update_layout(title_subtitle_font_textcase=<VALUE>)
"normal"
|
"word caps"
|
"upper"
|
"lower"
)
"normal"
Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
fig.update_layout(title_subtitle_font_variant=<VALUE>)
"normal"
|
"small-caps"
|
"all-small-caps"
|
"all-petite-caps"
|
"petite-caps"
|
"unicase"
)
"normal"
Sets the variant of the font.
fig.update_layout(title_subtitle_font_weight=<VALUE>)
normal
Sets the weight (or boldness) of the font.
fig.update_layout(title_subtitle_text=<VALUE>)
Sets the plot's subtitle.
fig.update_layout(title_text=<VALUE>)
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.
fig.update_layout(title_x=<VALUE>)
0.5
Sets the x position with respect to `xref` in normalized coordinates from "0" (left) to "1" (right).
fig.update_layout(title_xanchor=<VALUE>)
"auto"
|
"left"
|
"center"
|
"right"
)
"auto"
Sets the title's horizontal alignment with respect to its x position. "left" means that the title starts at x, "right" means that the title ends at x and "center" means that the title's center is at x. "auto" divides `xref` by three and calculates the `xanchor` value automatically based on the value of `x`.
fig.update_layout(title_xref=<VALUE>)
"container"
|
"paper"
)
"container"
Sets the container `x` refers to. "container" spans the entire `width` of the plot. "paper" refers to the width of the plotting area only.
fig.update_layout(title_y=<VALUE>)
"auto"
Sets the y position with respect to `yref` in normalized coordinates from "0" (bottom) to "1" (top). "auto" places the baseline of the title onto the vertical center of the top margin.
fig.update_layout(title_yanchor=<VALUE>)
"auto"
|
"top"
|
"middle"
|
"bottom"
)
"auto"
Sets the title's vertical alignment with respect to its y position. "top" means that the title's cap line is at y, "bottom" means that the title's baseline is at y and "middle" means that the title's midline is at y. "auto" divides `yref` by three and calculates the `yanchor` value automatically based on the value of `y`.
fig.update_layout(title_yref=<VALUE>)
"container"
|
"paper"
)
"container"
Sets the container `y` refers to. "container" spans the entire `height` of the plot. "paper" refers to the height of the plotting area only.
fig.update_layout(showlegend=<VALUE>)
Determines whether or not a legend is drawn. Default is `True` if there is a trace to show and any of these: a) Two or more traces would by default be shown in the legend. b) One pie trace is shown in the legend. c) One trace is explicitly given with `showlegend: True`.
fig.update_layout(legend=dict(...))
fig.update_layout(legend_bgcolor=<VALUE>)
Sets the legend background color. Defaults to `layout.paper_bgcolor`.
fig.update_layout(legend_bordercolor=<VALUE>)
"#444"
Sets the color of the border enclosing the legend.
fig.update_layout(legend_borderwidth=<VALUE>)
0
Sets the width (in px) of the border enclosing the legend.
fig.update_layout(legend_entrywidth=<VALUE>)
Sets the width (in px or fraction) of the legend. Use 0 to size the entry based on the text width, when `entrywidthmode` is set to "pixels".
fig.update_layout(legend_entrywidthmode=<VALUE>)
"fraction"
|
"pixels"
)
"pixels"
Determines what entrywidth means.
fig.update_layout(legend_font=dict(...))
Sets the font used to text the legend items.
fig.update_layout(legend_font_color=<VALUE>)
fig.update_layout(legend_font_family=<VALUE>)
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".
fig.update_layout(legend_font_lineposition=<VALUE>)
"under"
,
"over"
,
"through"
joined with a
"+"
OR
"none"
.
"under"
,
"over"
,
"under+over"
,
"under+over+through"
,
"none"
"none"
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.
fig.update_layout(legend_font_shadow=<VALUE>)
"none"
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.
fig.update_layout(legend_font_size=<VALUE>)
fig.update_layout(legend_font_style=<VALUE>)
"normal"
|
"italic"
)
"normal"
Sets whether a font should be styled with a normal or italic face from its family.
fig.update_layout(legend_font_textcase=<VALUE>)
"normal"
|
"word caps"
|
"upper"
|
"lower"
)
"normal"
Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
fig.update_layout(legend_font_variant=<VALUE>)
"normal"
|
"small-caps"
|
"all-small-caps"
|
"all-petite-caps"
|
"petite-caps"
|
"unicase"
)
"normal"
Sets the variant of the font.
fig.update_layout(legend_font_weight=<VALUE>)
normal
Sets the weight (or boldness) of the font.
fig.update_layout(legend_groupclick=<VALUE>)
"toggleitem"
|
"togglegroup"
)
"togglegroup"
Determines the behavior on legend group item click. "toggleitem" toggles the visibility of the individual item clicked on the graph. "togglegroup" toggles the visibility of all items in the same legendgroup as the item clicked on the graph.
fig.update_layout(legend_grouptitlefont=dict(...))
Sets the font for group titles in legend. Defaults to `legend.font` with its size increased about 10%.
fig.update_layout(legend_grouptitlefont_color=<VALUE>)
fig.update_layout(legend_grouptitlefont_family=<VALUE>)
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".
fig.update_layout(legend_grouptitlefont_lineposition=<VALUE>)
"under"
,
"over"
,
"through"
joined with a
"+"
OR
"none"
.
"under"
,
"over"
,
"under+over"
,
"under+over+through"
,
"none"
"none"
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.
fig.update_layout(legend_grouptitlefont_shadow=<VALUE>)
"none"
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.
fig.update_layout(legend_grouptitlefont_size=<VALUE>)
fig.update_layout(legend_grouptitlefont_style=<VALUE>)
"normal"
|
"italic"
)
"normal"
Sets whether a font should be styled with a normal or italic face from its family.
fig.update_layout(legend_grouptitlefont_textcase=<VALUE>)
"normal"
|
"word caps"
|
"upper"
|
"lower"
)
"normal"
Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
fig.update_layout(legend_grouptitlefont_variant=<VALUE>)
"normal"
|
"small-caps"
|
"all-small-caps"
|
"all-petite-caps"
|
"petite-caps"
|
"unicase"
)
"normal"
Sets the variant of the font.
fig.update_layout(legend_grouptitlefont_weight=<VALUE>)
normal
Sets the weight (or boldness) of the font.
fig.update_layout(legend_indentation=<VALUE>)
0
Sets the indentation (in px) of the legend entries.
fig.update_layout(legend_itemclick=<VALUE>)
"toggle"
|
"toggleothers"
|
False
)
"toggle"
Determines the behavior on legend item click. "toggle" toggles the visibility of the item clicked on the graph. "toggleothers" makes the clicked item the sole visible item on the graph. "False" disables legend item click interactions.
fig.update_layout(legend_itemdoubleclick=<VALUE>)
"toggle"
|
"toggleothers"
|
False
)
"toggleothers"
Determines the behavior on legend item double-click. "toggle" toggles the visibility of the item clicked on the graph. "toggleothers" makes the clicked item the sole visible item on the graph. "False" disables legend item double-click interactions.
fig.update_layout(legend_itemsizing=<VALUE>)
"trace"
|
"constant"
)
"trace"
Determines if the legend items symbols scale with their corresponding "trace" attributes or remain "constant" independent of the symbol size on the graph.
fig.update_layout(legend_itemwidth=<VALUE>)
30
Sets the width (in px) of the legend item symbols (the part other than the title.text).
fig.update_layout(legend_orientation=<VALUE>)
"v"
|
"h"
)
"v"
Sets the orientation of the legend.
fig.update_layout(legend_title=dict(...))
fig.update_layout(legend_title_font=dict(...))
Sets this legend's title font. Defaults to `legend.font` with its size increased about 20%.
fig.update_layout(legend_title_font_color=<VALUE>)
fig.update_layout(legend_title_font_family=<VALUE>)
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".
fig.update_layout(legend_title_font_lineposition=<VALUE>)
"under"
,
"over"
,
"through"
joined with a
"+"
OR
"none"
.
"under"
,
"over"
,
"under+over"
,
"under+over+through"
,
"none"
"none"
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.
fig.update_layout(legend_title_font_shadow=<VALUE>)
"none"
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.
fig.update_layout(legend_title_font_size=<VALUE>)
fig.update_layout(legend_title_font_style=<VALUE>)
"normal"
|
"italic"
)
"normal"
Sets whether a font should be styled with a normal or italic face from its family.
fig.update_layout(legend_title_font_textcase=<VALUE>)
"normal"
|
"word caps"
|
"upper"
|
"lower"
)
"normal"
Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
fig.update_layout(legend_title_font_variant=<VALUE>)
"normal"
|
"small-caps"
|
"all-small-caps"
|
"all-petite-caps"
|
"petite-caps"
|
"unicase"
)
"normal"
Sets the variant of the font.
fig.update_layout(legend_title_font_weight=<VALUE>)
normal
Sets the weight (or boldness) of the font.
fig.update_layout(legend_title_side=<VALUE>)
"top"
|
"left"
|
"top left"
|
"top center"
|
"top right"
)
Determines the location of legend's title with respect to the legend items. Defaulted to "top" with `orientation` is "h". Defaulted to "left" with `orientation` is "v". The "top left" options could be used to expand top center and top right are for horizontal alignment legend area in both x and y sides.
fig.update_layout(legend_title_text=<VALUE>)
""
Sets the title of the legend.
fig.update_layout(legend_tracegroupgap=<VALUE>)
10
Sets the amount of vertical space (in px) between legend groups.
fig.update_layout(legend_traceorder=<VALUE>)
"reversed"
,
"grouped"
joined with a
"+"
OR
"normal"
.
"reversed"
,
"grouped"
,
"reversed+grouped"
,
"normal"
Determines the order at which the legend items are displayed. If "normal", the items are displayed top-to-bottom in the same order as the input data. If "reversed", the items are displayed in the opposite order as "normal". If "grouped", the items are displayed in groups (when a trace `legendgroup` is provided). if "grouped+reversed", the items are displayed in the opposite order as "grouped".
fig.update_layout(legend_uirevision=<VALUE>)
Controls persistence of legend-driven changes in trace and pie label visibility. Defaults to `layout.uirevision`.
fig.update_layout(legend_valign=<VALUE>)
"top"
|
"middle"
|
"bottom"
)
"middle"
Sets the vertical alignment of the symbols with respect to their associated text.
fig.update_layout(legend_visible=<VALUE>)
True
Determines whether or not this legend is visible.
fig.update_layout(legend_x=<VALUE>)
Sets the x position with respect to `xref` (in normalized coordinates) of the legend. When `xref` is "paper", defaults to "1.02" for vertical legends and defaults to "0" for horizontal legends. When `xref` is "container", defaults to "1" for vertical legends and defaults to "0" for horizontal legends. Must be between "0" and "1" if `xref` is "container". and between "-2" and "3" if `xref` is "paper".
fig.update_layout(legend_xanchor=<VALUE>)
"auto"
|
"left"
|
"center"
|
"right"
)
"left"
Sets the legend's horizontal position anchor. This anchor binds the `x` position to the "left", "center" or "right" of the legend. Value "auto" anchors legends to the right for `x` values greater than or equal to 2/3, anchors legends to the left for `x` values less than or equal to 1/3 and anchors legends with respect to their center otherwise.
fig.update_layout(legend_xref=<VALUE>)
"container"
|
"paper"
)
"paper"
Sets the container `x` refers to. "container" spans the entire `width` of the plot. "paper" refers to the width of the plotting area only.
fig.update_layout(legend_y=<VALUE>)
Sets the y position with respect to `yref` (in normalized coordinates) of the legend. When `yref` is "paper", defaults to "1" for vertical legends, defaults to "-0.1" for horizontal legends on graphs w/o range sliders and defaults to "1.1" for horizontal legends on graph with one or multiple range sliders. When `yref` is "container", defaults to "1". Must be between "0" and "1" if `yref` is "container" and between "-2" and "3" if `yref` is "paper".
fig.update_layout(legend_yanchor=<VALUE>)
"auto"
|
"top"
|
"middle"
|
"bottom"
)
Sets the legend's vertical position anchor This anchor binds the `y` position to the "top", "middle" or "bottom" of the legend. Value "auto" anchors legends at their bottom for `y` values less than or equal to 1/3, anchors legends to at their top for `y` values greater than or equal to 2/3 and anchors legends with respect to their middle otherwise.
fig.update_layout(legend_yref=<VALUE>)
"container"
|
"paper"
)
"paper"
Sets the container `y` refers to. "container" spans the entire `height` of the plot. "paper" refers to the height of the plotting area only.
fig.update_layout(margin=dict(...))
fig.update_layout(margin_autoexpand=<VALUE>)
True
Turns on/off margin expansion computations. Legends, colorbars, updatemenus, sliders, axis rangeselector and rangeslider are allowed to push the margins by defaults.
fig.update_layout(margin_b=<VALUE>)
80
Sets the bottom margin (in px).
fig.update_layout(margin_l=<VALUE>)
80
Sets the left margin (in px).
fig.update_layout(margin_pad=<VALUE>)
0
Sets the amount of padding (in px) between the plotting area and the axis lines
fig.update_layout(margin_r=<VALUE>)
80
Sets the right margin (in px).
fig.update_layout(margin_t=<VALUE>)
100
Sets the top margin (in px).
fig.update_layout(autosize=<VALUE>)
Determines whether or not a layout width or height that has been left undefined by the user is initialized on each relayout. Note that, regardless of this attribute, an undefined layout width or height is always initialized on the first call to plot.
fig.update_layout(width=<VALUE>)
700
Sets the plot's width (in px).
fig.update_layout(height=<VALUE>)
450
Sets the plot's height (in px).
fig.update_layout(font=dict(...))
Sets the global font. Note that fonts used in traces and other layout components inherit from the global font.
fig.update_layout(font_color=<VALUE>)
"#444"
fig.update_layout(font_family=<VALUE>)
""Open Sans", verdana, arial, sans-serif"
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".
fig.update_layout(font_lineposition=<VALUE>)
"under"
,
"over"
,
"through"
joined with a
"+"
OR
"none"
.
"under"
,
"over"
,
"under+over"
,
"under+over+through"
,
"none"
"none"
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.
fig.update_layout(font_shadow=<VALUE>)
"none"
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.
fig.update_layout(font_size=<VALUE>)
12
fig.update_layout(font_style=<VALUE>)
"normal"
|
"italic"
)
"normal"
Sets whether a font should be styled with a normal or italic face from its family.
fig.update_layout(font_textcase=<VALUE>)
"normal"
|
"word caps"
|
"upper"
|
"lower"
)
"normal"
Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
fig.update_layout(font_variant=<VALUE>)
"normal"
|
"small-caps"
|
"all-small-caps"
|
"all-petite-caps"
|
"petite-caps"
|
"unicase"
)
"normal"
Sets the variant of the font.
fig.update_layout(font_weight=<VALUE>)
normal
Sets the weight (or boldness) of the font.
fig.update_layout(uniformtext=dict(...))
fig.update_layout(uniformtext_minsize=<VALUE>)
0
Sets the minimum text size between traces of the same type.
fig.update_layout(uniformtext_mode=<VALUE>)
False
|
"hide"
|
"show"
)
Determines how the font size for various text elements are uniformed between each trace type. If the computed text sizes were smaller than the minimum size defined by `uniformtext.minsize` using "hide" option hides the text; and using "show" option shows the text without further downscaling. Please note that if the size defined by `minsize` is greater than the font size defined by trace, then the `minsize` is used.
fig.update_layout(separators=<VALUE>)
Sets the decimal and thousand separators. For example, ". " puts a '.' before decimals and a space between thousands. In English locales, dflt is ".," but other locales may alter this default.
fig.update_layout(paper_bgcolor=<VALUE>)
"#fff"
Sets the background color of the paper where the graph is drawn.
fig.update_layout(plot_bgcolor=<VALUE>)
"#fff"
Sets the background color of the plotting area in-between x and y axes.
fig.update_layout(autotypenumbers=<VALUE>)
"convert types"
|
"strict"
)
"convert types"
Using "strict" a numeric string in trace data is not converted to a number. Using "convert types" a numeric string in trace data may be treated as a number during automatic axis `type` detection. This is the default value; however it could be overridden for individual axes.
fig.update_layout(colorscale=dict(...))
fig.update_layout(colorscale_diverging=<VALUE>)
[[0, rgb(5,10,172)], [0.35, rgb(106,137,247)], [0.5, rgb(190,190,190)], [0.6, rgb(220,170,132)], [0.7, rgb(230,145,90)], [1, rgb(178,10,28)], ]
Sets the default diverging colorscale. Note that `autocolorscale` must be True for this attribute to work.
fig.update_layout(colorscale_sequential=<VALUE>)
[[0, rgb(220,220,220)], [0.2, rgb(245,195,157)], [0.4, rgb(245,160,105)], [1, rgb(178,10,28)], ]
Sets the default sequential colorscale for positive values. Note that `autocolorscale` must be True for this attribute to work.
fig.update_layout(colorscale_sequentialminus=<VALUE>)
[[0, rgb(5,10,172)], [0.35, rgb(40,60,190)], [0.5, rgb(70,100,245)], [0.6, rgb(90,120,245)], [0.7, rgb(106,137,247)], [1, rgb(220,220,220)], ]
Sets the default sequential colorscale for negative values. Note that `autocolorscale` must be True for this attribute to work.
fig.update_layout(colorway=<VALUE>)
[#1f77b4, #ff7f0e, #2ca02c, #d62728, #9467bd, #8c564b, #e377c2, #7f7f7f, #bcbd22, #17becf]
Sets the default trace colors.
fig.update_layout(modebar=dict(...))
fig.update_layout(modebar_activecolor=<VALUE>)
Sets the color of the active or hovered on icons in the modebar.
fig.update_layout(modebar_add=<VALUE>)
""
Determines which predefined modebar buttons to add. Please note that these buttons will only be shown if they are compatible with all trace types used in a graph. Similar to `config.modeBarButtonsToAdd` option. This may include "v1hovermode", "hoverclosest", "hovercompare", "togglehover", "togglespikelines", "drawline", "drawopenpath", "drawclosedpath", "drawcircle", "drawrect", "eraseshape".
fig.update_layout(modebar_bgcolor=<VALUE>)
Sets the background color of the modebar.
fig.update_layout(modebar_color=<VALUE>)
Sets the color of the icons in the modebar.
fig.update_layout(modebar_orientation=<VALUE>)
"v"
|
"h"
)
"h"
Sets the orientation of the modebar.
fig.update_layout(modebar_remove=<VALUE>)
""
Determines which predefined modebar buttons to remove. Similar to `config.modeBarButtonsToRemove` option. This may include "autoScale2d", "autoscale", "editInChartStudio", "editinchartstudio", "hoverCompareCartesian", "hovercompare", "lasso", "lasso2d", "orbitRotation", "orbitrotation", "pan", "pan2d", "pan3d", "reset", "resetCameraDefault3d", "resetCameraLastSave3d", "resetGeo", "resetSankeyGroup", "resetScale2d", "resetViewMap", "resetViewMapbox", "resetViews", "resetcameradefault", "resetcameralastsave", "resetsankeygroup", "resetscale", "resetview", "resetviews", "select", "select2d", "sendDataToCloud", "senddatatocloud", "tableRotation", "tablerotation", "toImage", "toggleHover", "toggleSpikelines", "togglehover", "togglespikelines", "toimage", "zoom", "zoom2d", "zoom3d", "zoomIn2d", "zoomInGeo", "zoomInMap", "zoomInMapbox", "zoomOut2d", "zoomOutGeo", "zoomOutMap", "zoomOutMapbox", "zoomin", "zoomout".
fig.update_layout(modebar_uirevision=<VALUE>)
Controls persistence of user-driven changes related to the modebar, including `hovermode`, `dragmode`, and `showspikes` at both the root level and inside subplots. Defaults to `layout.uirevision`.
fig.update_layout(hovermode=<VALUE>)
"x"
|
"y"
|
"closest"
|
False
|
"x unified"
|
"y unified"
)
"closest"
Determines the mode of hover interactions. If "closest", a single hoverlabel will appear for the "closest" point within the `hoverdistance`. If "x" (or "y"), multiple hoverlabels will appear for multiple points at the "closest" x- (or y-) coordinate within the `hoverdistance`, with the caveat that no more than one hoverlabel will appear per trace. If "x unified" (or "y unified"), a single hoverlabel will appear multiple points at the closest x- (or y-) coordinate within the `hoverdistance` with the caveat that no more than one hoverlabel will appear per trace. In this mode, spikelines are enabled by default perpendicular to the specified axis. If False, hover interactions are disabled.
fig.update_layout(hoversubplots=<VALUE>)
"single"
|
"overlaying"
|
"axis"
)
"overlaying"
Determines expansion of hover effects to other subplots If "single" just the axis pair of the primary point is included without overlaying subplots. If "overlaying" all subplots using the main axis and occupying the same space are included. If "axis", also include stacked subplots using the same axis when `hovermode` is set to "x", "x unified", "y" or "y unified".
fig.update_layout(clickmode=<VALUE>)
"event"
,
"select"
joined with a
"+"
OR
"none"
.
"event"
,
"select"
,
"event+select"
,
"none"
"event"
Determines the mode of single click interactions. "event" is the default value and emits the `plotly_click` event. In addition this mode emits the `plotly_selected` event in drag modes "lasso" and "select", but with no event data attached (kept for compatibility reasons). The "select" flag enables selecting single data points via click. This mode also supports persistent selections, meaning that pressing Shift while clicking, adds to / subtracts from an existing selection. "select" with `hovermode`: "x" can be confusing, consider explicitly setting `hovermode`: "closest" when using this feature. Selection events are sent accordingly as long as "event" flag is set as well. When the "event" flag is missing, `plotly_click` and `plotly_selected` events are not fired.
fig.update_layout(dragmode=<VALUE>)
"zoom"
|
"pan"
|
"select"
|
"lasso"
|
"drawclosedpath"
|
"drawopenpath"
|
"drawline"
|
"drawrect"
|
"drawcircle"
|
"orbit"
|
"turntable"
|
False
)
"zoom"
Determines the mode of drag interactions. "select" and "lasso" apply only to scatter traces with markers or text. "orbit" and "turntable" apply only to 3D scenes.
fig.update_layout(selectdirection=<VALUE>)
"h"
|
"v"
|
"d"
|
"any"
)
"any"
When `dragmode` is set to "select", this limits the selection of the drag to horizontal, vertical or diagonal. "h" only allows horizontal selection, "v" only vertical, "d" only diagonal and "any" sets no limit.
fig.update_layout(activeselection=dict(...))
fig.update_layout(activeselection_fillcolor=<VALUE>)
"rgba(0,0,0,0)"
Sets the color filling the active selection' interior.
fig.update_layout(activeselection_opacity=<VALUE>)
0.5
Sets the opacity of the active selection.
fig.update_layout(newselection=dict(...))
fig.update_layout(newselection_line=dict(...))
fig.update_layout(newselection_line_color=<VALUE>)
Sets the line color. By default uses either dark grey or white to increase contrast with background color.
fig.update_layout(newselection_line_dash=<VALUE>)
"dot"
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").
fig.update_layout(newselection_line_width=<VALUE>)
1
Sets the line width (in px).
fig.update_layout(newselection_mode=<VALUE>)
"immediate"
|
"gradual"
)
"immediate"
Describes how a new selection is created. If `immediate`, a new selection is created after first mouse up. If `gradual`, a new selection is not created after first mouse. By adding to and subtracting from the initial selection, this option allows declaring extra outlines of the selection.
fig.update_layout(hoverdistance=<VALUE>)
20
Sets the default distance (in pixels) to look for data to add hover labels (-1 means no cutoff, 0 means no looking for data). This is only a real distance for hovering on point-like objects, like scatter points. For area-like objects (bars, scatter fills, etc) hovering is on inside the area and off outside, but these objects will not supersede hover on point-like objects in case of conflict.
fig.update_layout(spikedistance=<VALUE>)
-1
Sets the default distance (in pixels) to look for data to draw spikelines to (-1 means no cutoff, 0 means no looking for data). As with hoverdistance, distance does not apply to area-like objects. In addition, some objects can be hovered on but will not generate spikelines, such as scatter fills.
fig.update_layout(hoverlabel=dict(...))
fig.update_layout(hoverlabel_align=<VALUE>)
"left"
|
"right"
|
"auto"
)
"auto"
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
fig.update_layout(hoverlabel_bgcolor=<VALUE>)
Sets the background color of all hover labels on graph
fig.update_layout(hoverlabel_bordercolor=<VALUE>)
Sets the border color of all hover labels on graph.
fig.update_layout(hoverlabel_font=dict(...))
Sets the default hover label font used by all traces on the graph.
fig.update_layout(hoverlabel_font_color=<VALUE>)
fig.update_layout(hoverlabel_font_family=<VALUE>)
"Arial, sans-serif"
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".
fig.update_layout(hoverlabel_font_lineposition=<VALUE>)
"under"
,
"over"
,
"through"
joined with a
"+"
OR
"none"
.
"under"
,
"over"
,
"under+over"
,
"under+over+through"
,
"none"
"none"
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.
fig.update_layout(hoverlabel_font_shadow=<VALUE>)
"none"
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.
fig.update_layout(hoverlabel_font_size=<VALUE>)
13
fig.update_layout(hoverlabel_font_style=<VALUE>)
"normal"
|
"italic"
)
"normal"
Sets whether a font should be styled with a normal or italic face from its family.
fig.update_layout(hoverlabel_font_textcase=<VALUE>)
"normal"
|
"word caps"
|
"upper"
|
"lower"
)
"normal"
Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
fig.update_layout(hoverlabel_font_variant=<VALUE>)
"normal"
|
"small-caps"
|
"all-small-caps"
|
"all-petite-caps"
|
"petite-caps"
|
"unicase"
)
"normal"
Sets the variant of the font.
fig.update_layout(hoverlabel_font_weight=<VALUE>)
normal
Sets the weight (or boldness) of the font.
fig.update_layout(hoverlabel_grouptitlefont=dict(...))
Sets the font for group titles in hover (unified modes). Defaults to `hoverlabel.font`.
fig.update_layout(hoverlabel_grouptitlefont_color=<VALUE>)
fig.update_layout(hoverlabel_grouptitlefont_family=<VALUE>)
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".
fig.update_layout(hoverlabel_grouptitlefont_lineposition=<VALUE>)
"under"
,
"over"
,
"through"
joined with a
"+"
OR
"none"
.
"under"
,
"over"
,
"under+over"
,
"under+over+through"
,
"none"
"none"
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.
fig.update_layout(hoverlabel_grouptitlefont_shadow=<VALUE>)
"none"
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.
fig.update_layout(hoverlabel_grouptitlefont_size=<VALUE>)
fig.update_layout(hoverlabel_grouptitlefont_style=<VALUE>)
"normal"
|
"italic"
)
"normal"
Sets whether a font should be styled with a normal or italic face from its family.
fig.update_layout(hoverlabel_grouptitlefont_textcase=<VALUE>)
"normal"
|
"word caps"
|
"upper"
|
"lower"
)
"normal"
Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
fig.update_layout(hoverlabel_grouptitlefont_variant=<VALUE>)
"normal"
|
"small-caps"
|
"all-small-caps"
|
"all-petite-caps"
|
"petite-caps"
|
"unicase"
)
"normal"
Sets the variant of the font.
fig.update_layout(hoverlabel_grouptitlefont_weight=<VALUE>)
normal
Sets the weight (or boldness) of the font.
fig.update_layout(hoverlabel_namelength=<VALUE>)
15
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.
fig.update_layout(transition=dict(...))
Sets transition options used during Plotly.react updates.
fig.update_layout(transition_duration=<VALUE>)
500
The duration of the transition, in milliseconds. If equal to zero, updates are synchronous.
fig.update_layout(transition_easing=<VALUE>)
"linear"
|
"quad"
|
"cubic"
|
"sin"
|
"exp"
|
"circle"
|
"elastic"
|
"back"
|
"bounce"
|
"linear-in"
|
"quad-in"
|
"cubic-in"
|
"sin-in"
|
"exp-in"
|
"circle-in"
|
"elastic-in"
|
"back-in"
|
"bounce-in"
|
"linear-out"
|
"quad-out"
|
"cubic-out"
|
"sin-out"
|
"exp-out"
|
"circle-out"
|
"elastic-out"
|
"back-out"
|
"bounce-out"
|
"linear-in-out"
|
"quad-in-out"
|
"cubic-in-out"
|
"sin-in-out"
|
"exp-in-out"
|
"circle-in-out"
|
"elastic-in-out"
|
"back-in-out"
|
"bounce-in-out"
)
"cubic-in-out"
The easing function used for the transition
fig.update_layout(transition_ordering=<VALUE>)
"layout first"
|
"traces first"
)
"layout first"
Determines whether the figure's layout or traces smoothly transitions during updates that make both traces and layout change.
fig.update_layout(datarevision=<VALUE>)
If provided, a changed value tells `Plotly.react` that one or more data arrays has changed. This way you can modify arrays in-place rather than making a complete new copy for an incremental change. If NOT provided, `Plotly.react` assumes that data arrays are being treated as immutable, thus any data array with a different identity from its predecessor contains new data.
fig.update_layout(uirevision=<VALUE>)
Used to allow user interactions with the plot to persist after `Plotly.react` calls that are unaware of these interactions. If `uirevision` is omitted, or if it is given and it changed from the previous `Plotly.react` call, the exact new figure is used. If `uirevision` is truthy and did NOT change, any attribute that has been affected by user interactions and did not receive a different value in the new figure will keep the interaction value. `layout.uirevision` attribute serves as the default for `uirevision` attributes in various sub-containers. For finer control you can set these sub-attributes directly. For example, if your app separately controls the data on the x and y axes you might set `xaxis.uirevision="time"` and `yaxis.uirevision="cost"`. Then if only the y data is changed, you can update `yaxis.uirevision="quantity"` and the y axis range will reset but the x axis range will retain any user-driven zoom.
fig.update_layout(editrevision=<VALUE>)
Controls persistence of user-driven changes in `editable: True` configuration, other than trace names and axis titles. Defaults to `layout.uirevision`.
fig.update_layout(selectionrevision=<VALUE>)
Controls persistence of user-driven changes in selected points from all traces.
fig.update_layout(template=<VALUE>)
Default attributes to be applied to the plot. Templates can be created from existing plots using `Plotly.makeTemplate`, or created manually. They should be objects with format: `{layout: layoutTemplate, data: {[type]: [traceTemplate, ...]}, ...}` `layoutTemplate` and `traceTemplate` are objects matching the attribute structure of `layout` and a data trace. Trace templates are applied cyclically to traces of each type. Container arrays (eg `annotations`) have special handling: An object ending in `defaults` (eg `annotationdefaults`) is applied to each array item. But if an item has a `templateitemname` key we look in the template array for an item with matching `name` and apply that instead. If no matching `name` is found we mark the item invisible. Any named template item not referenced is appended to the end of the array, so you can use this for a watermark annotation or a logo image, for example. To omit one of these items on the plot, make an item with matching `templateitemname` and `visible: False`.
fig.update_layout(meta=<VALUE>)
Assigns extra meta information that can be used in various `text` attributes. Attributes such as the graph, axis and colorbar `title.text`, annotation `text` `trace.name` in legend items, `rangeselector`, `updatemenus` and `sliders` `label` text all support `meta`. One can access `meta` fields using template strings: `%{meta[i]}` where `i` is the index of the `meta` item in question. `meta` can also be an object for example `{key: value}` which can be accessed %{meta[key]}.
fig.update_layout(computed=<VALUE>)
Placeholder for exporting automargin-impacting values namely `margin.t`, `margin.b`, `margin.l` and `margin.r` in "full-json" mode.
fig.update_layout(grid=dict(...))
fig.update_layout(grid_columns=<VALUE>)
The number of columns in the grid. If you provide a 2D `subplots` array, the length of its longest row is used as the default. If you give an `xaxes` array, its length is used as the default. But it's also possible to have a different length, if you want to leave a row at the end for non-cartesian subplots.
fig.update_layout(grid_domain=dict(...))
fig.update_layout(grid_domain_x=list(...))
[0, 1]
Sets the horizontal domain of this grid subplot (in plot fraction). The first and last cells end exactly at the domain edges, with no grout around the edges.
fig.update_layout(grid_domain_y=list(...))
[0, 1]
Sets the vertical domain of this grid subplot (in plot fraction). The first and last cells end exactly at the domain edges, with no grout around the edges.
fig.update_layout(grid_pattern=<VALUE>)
"independent"
|
"coupled"
)
"coupled"
If no `subplots`, `xaxes`, or `yaxes` are given but we do have `rows` and `columns`, we can generate defaults using consecutive axis IDs, in two ways: "coupled" gives one x axis per column and one y axis per row. "independent" uses a new xy pair for each cell, left-to-right across each row then iterating rows according to `roworder`.
fig.update_layout(grid_roworder=<VALUE>)
"top to bottom"
|
"bottom to top"
)
"top to bottom"
Is the first row the top or the bottom? Note that columns are always enumerated from left to right.
fig.update_layout(grid_rows=<VALUE>)
The number of rows in the grid. If you provide a 2D `subplots` array or a `yaxes` array, its length is used as the default. But it's also possible to have a different length, if you want to leave a row at the end for non-cartesian subplots.
fig.update_layout(grid_subplots=list(...))
Used for freeform grids, where some axes may be shared across subplots but others are not. Each entry should be a cartesian subplot id, like "xy" or "x3y2", or "" to leave that cell empty. You may reuse x axes within the same column, and y axes within the same row. Non-cartesian subplots and traces that support `domain` can place themselves in this grid separately using the `gridcell` attribute.
fig.update_layout(grid_xaxes=list(...))
Used with `yaxes` when the x and y axes are shared across columns and rows. Each entry should be an x axis id like "x", "x2", etc., or "" to not put an x axis in that column. Entries other than "" must be unique. Ignored if `subplots` is present. If missing but `yaxes` is present, will generate consecutive IDs.
fig.update_layout(grid_xgap=<VALUE>)
Horizontal space between grid cells, expressed as a fraction of the total width available to one cell. Defaults to 0.1 for coupled-axes grids and 0.2 for independent grids.
fig.update_layout(grid_xside=<VALUE>)
"bottom"
|
"bottom plot"
|
"top plot"
|
"top"
)
"bottom plot"
Sets where the x axis labels and titles go. "bottom" means the very bottom of the grid. "bottom plot" is the lowest plot that each x axis is used in. "top" and "top plot" are similar.
fig.update_layout(grid_yaxes=list(...))
Used with `yaxes` when the x and y axes are shared across columns and rows. Each entry should be an y axis id like "y", "y2", etc., or "" to not put a y axis in that row. Entries other than "" must be unique. Ignored if `subplots` is present. If missing but `xaxes` is present, will generate consecutive IDs.
fig.update_layout(grid_ygap=<VALUE>)
Vertical space between grid cells, expressed as a fraction of the total height available to one cell. Defaults to 0.1 for coupled-axes grids and 0.3 for independent grids.
fig.update_layout(grid_yside=<VALUE>)
"left"
|
"left plot"
|
"right plot"
|
"right"
)
"left plot"
Sets where the y axis labels and titles go. "left" means the very left edge of the grid. "left plot" is the leftmost plot that each y axis is used in. "right" and "right plot" are similar.
fig.update_layout(calendar=<VALUE>)
"chinese"
|
"coptic"
|
"discworld"
|
"ethiopian"
|
"gregorian"
|
"hebrew"
|
"islamic"
|
"jalali"
|
"julian"
|
"mayan"
|
"nanakshahi"
|
"nepali"
|
"persian"
|
"taiwan"
|
"thai"
|
"ummalqura"
)
"gregorian"
Sets the default calendar system to use for interpreting and displaying dates throughout the plot.
fig.update_layout(minreducedheight=<VALUE>)
64
Minimum height of the plot with margin.automargin applied (in px)
fig.update_layout(minreducedwidth=<VALUE>)
64
Minimum width of the plot with margin.automargin applied (in px)
fig.update_layout(map=dict(...))
fig.update_layout(map_bearing=<VALUE>)
0
Sets the bearing angle of the map in degrees counter-clockwise from North (map.bearing).
fig.update_layout(map_bounds=dict(...))
fig.update_layout(map_bounds_east=<VALUE>)
Sets the maximum longitude of the map (in degrees East) if `west`, `south` and `north` are declared.
fig.update_layout(map_bounds_north=<VALUE>)
Sets the maximum latitude of the map (in degrees North) if `east`, `west` and `south` are declared.
fig.update_layout(map_bounds_south=<VALUE>)
Sets the minimum latitude of the map (in degrees North) if `east`, `west` and `north` are declared.
fig.update_layout(map_bounds_west=<VALUE>)
Sets the minimum longitude of the map (in degrees East) if `east`, `south` and `north` are declared.
fig.update_layout(map_center=dict(...))
fig.update_layout(map_domain=dict(...))
fig.update_layout(map_domain_column=<VALUE>)
0
If there is a layout grid, use the domain for this column in the grid for this map subplot .
fig.update_layout(map_domain_row=<VALUE>)
0
If there is a layout grid, use the domain for this row in the grid for this map subplot .
fig.update_layout(map_domain_x=list(...))
[0, 1]
Sets the horizontal domain of this map subplot (in plot fraction).
fig.update_layout(map_domain_y=list(...))
[0, 1]
Sets the vertical domain of this map subplot (in plot fraction).
fig.update_layout(map_layers=list(...))
layout.map.layers[]
Determines if the layer will be inserted before the layer with the specified ID. If omitted or set to '', the layer will be inserted above every existing layer.
layout.map.layers[]
layout.map.layers[].circle
15
Sets the circle radius (map.layer.paint.circle-radius). Has an effect only when `type` is set to "circle".
layout.map.layers[]
"#444"
Sets the primary layer color. If `type` is "circle", color corresponds to the circle color (map.layer.paint.circle-color) If `type` is "line", color corresponds to the line color (map.layer.paint.line-color) If `type` is "fill", color corresponds to the fill color (map.layer.paint.fill-color) If `type` is "symbol", color corresponds to the icon color (map.layer.paint.icon-color)
layout.map.layers[]
Sets the coordinates array contains [longitude, latitude] pairs for the image corners listed in clockwise order: top left, top right, bottom right, bottom left. Only has an effect for "image" `sourcetype`.
layout.map.layers[]
layout.map.layers[].fill
"#444"
Sets the fill outline color (map.layer.paint.fill-outline-color). Has an effect only when `type` is set to "fill".
layout.map.layers[]
layout.map.layers[].line
Sets the length of dashes and gaps (map.layer.paint.line-dasharray). Has an effect only when `type` is set to "line".
layout.map.layers[].line
2
Sets the line width (map.layer.paint.line-width). Has an effect only when `type` is set to "line".
layout.map.layers[]
24
Sets the maximum zoom level (map.layer.maxzoom). At zoom levels equal to or greater than the maxzoom, the layer will be hidden.
layout.map.layers[]
0
Sets the minimum zoom level (map.layer.minzoom). At zoom levels less than the minzoom, the layer will be hidden.
layout.map.layers[]
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.
layout.map.layers[]
1
Sets the opacity of the layer. If `type` is "circle", opacity corresponds to the circle opacity (map.layer.paint.circle-opacity) If `type` is "line", opacity corresponds to the line opacity (map.layer.paint.line-opacity) If `type` is "fill", opacity corresponds to the fill opacity (map.layer.paint.fill-opacity) If `type` is "symbol", opacity corresponds to the icon/text opacity (map.layer.paint.text-opacity)
layout.map.layers[]
Sets the source data for this layer (map.layer.source). When `sourcetype` is set to "geojson", `source` can be a URL to a GeoJSON or a GeoJSON object. When `sourcetype` is set to "vector" or "raster", `source` can be a URL or an array of tile URLs. When `sourcetype` is set to "image", `source` can be a URL to an image.
layout.map.layers[]
Sets the attribution for this source.
layout.map.layers[]
""
Specifies the layer to use from a vector tile source (map.layer.source-layer). Required for "vector" source type that supports multiple layers.
layout.map.layers[]
"geojson"
|
"vector"
|
"raster"
|
"image"
)
"geojson"
Sets the source type for this layer, that is the type of the layer data.
layout.map.layers[]
layout.map.layers[].symbol
"marker"
Sets the symbol icon image (map.layer.layout.icon-image). Full list: https://www.map.com/maki-icons/
layout.map.layers[].symbol
10
Sets the symbol icon size (map.layer.layout.icon-size). Has an effect only when `type` is set to "symbol".
layout.map.layers[].symbol
"point"
|
"line"
|
"line-center"
)
"point"
Sets the symbol and/or text placement (map.layer.layout.symbol-placement). If `placement` is "point", the label is placed where the geometry is located If `placement` is "line", the label is placed along the line of the geometry If `placement` is "line-center", the label is placed on the center of the geometry
layout.map.layers[].symbol
""
Sets the symbol text (map.layer.layout.text-field).
layout.map.layers[].symbol
Sets the icon text font (color=map.layer.paint.text-color, size=map.layer.layout.text-size). Has an effect only when `type` is set to "symbol".
layout.map.layers[].symbol.textfont
layout.map.layers[].symbol.textfont
"Open Sans Regular, Arial Unicode MS Regular"
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".
layout.map.layers[].symbol.textfont
layout.map.layers[].symbol.textfont
"normal"
|
"italic"
)
"normal"
Sets whether a font should be styled with a normal or italic face from its family.
layout.map.layers[].symbol.textfont
normal
Sets the weight (or boldness) of the font.
layout.map.layers[].symbol
"top left"
|
"top center"
|
"top right"
|
"middle left"
|
"middle center"
|
"middle right"
|
"bottom left"
|
"bottom center"
|
"bottom right"
)
"middle center"
Sets the positions of the `text` elements with respects to the (x,y) coordinates.
layout.map.layers[]
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`.
layout.map.layers[]
"circle"
|
"line"
|
"fill"
|
"symbol"
|
"raster"
)
"circle"
Sets the layer type, that is the how the layer data set in `source` will be rendered With `sourcetype` set to "geojson", the following values are allowed: "circle", "line", "fill" and "symbol". but note that "line" and "fill" are not compatible with Point GeoJSON geometries. With `sourcetype` set to "vector", the following values are allowed: "circle", "line", "fill" and "symbol". With `sourcetype` set to "raster" or `"image"`, only the "raster" value is allowed.
layout.map.layers[]
True
Determines whether this layer is displayed
fig.update_layout(map_pitch=<VALUE>)
0
Sets the pitch angle of the map (in degrees, where "0" means perpendicular to the surface of the map) (map.pitch).
fig.update_layout(map_style=<VALUE>)
basic
Defines the map layers that are rendered by default below the trace layers defined in `data`, which are themselves by default rendered below the layers defined in `layout.map.layers`. These layers can be defined either explicitly as a Map Style object which can contain multiple layer definitions that load data from any public or private Tile Map Service (TMS or XYZ) or Web Map Service (WMS) or implicitly by using one of the built-in style objects which use WMSes or by using a custom style URL Map Style objects are of the form described in the MapLibre GL JS documentation available at https://maplibre.org/maplibre-style-spec/ The built-in plotly.js styles objects are: basic, carto-darkmatter, carto-darkmatter-nolabels, carto-positron, carto-positron-nolabels, carto-voyager, carto-voyager-nolabels, dark, light, open-street-map, outdoors, satellite, satellite-streets, streets, white-bg.
fig.update_layout(map_uirevision=<VALUE>)
Controls persistence of user-driven changes in the view: `center`, `zoom`, `bearing`, `pitch`. Defaults to `layout.uirevision`.
fig.update_layout(map_zoom=<VALUE>)
1
Sets the zoom level of the map (map.zoom).
fig.update_layout(newshape=dict(...))
fig.update_layout(newshape_drawdirection=<VALUE>)
"ortho"
|
"horizontal"
|
"vertical"
|
"diagonal"
)
"diagonal"
When `dragmode` is set to "drawrect", "drawline" or "drawcircle" this limits the drag to be horizontal, vertical or diagonal. Using "diagonal" there is no limit e.g. in drawing lines in any direction. "ortho" limits the draw to be either horizontal or vertical. "horizontal" allows horizontal extend. "vertical" allows vertical extend.
fig.update_layout(newshape_fillcolor=<VALUE>)
"rgba(0,0,0,0)"
Sets the color filling new shapes' interior. Please note that if using a fillcolor with alpha greater than half, drag inside the active shape starts moving the shape underneath, otherwise a new shape could be started over.
fig.update_layout(newshape_fillrule=<VALUE>)
"evenodd"
|
"nonzero"
)
"evenodd"
Determines the path's interior. For more info please visit https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule
fig.update_layout(newshape_label=dict(...))
fig.update_layout(newshape_label_font=dict(...))
Sets the new shape label text font.
fig.update_layout(newshape_label_font_color=<VALUE>)
fig.update_layout(newshape_label_font_family=<VALUE>)
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".
fig.update_layout(newshape_label_font_lineposition=<VALUE>)
"under"
,
"over"
,
"through"
joined with a
"+"
OR
"none"
.
"under"
,
"over"
,
"under+over"
,
"under+over+through"
,
"none"
"none"
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.
fig.update_layout(newshape_label_font_shadow=<VALUE>)
"none"
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.
fig.update_layout(newshape_label_font_size=<VALUE>)
fig.update_layout(newshape_label_font_style=<VALUE>)
"normal"
|
"italic"
)
"normal"
Sets whether a font should be styled with a normal or italic face from its family.
fig.update_layout(newshape_label_font_textcase=<VALUE>)
"normal"
|
"word caps"
|
"upper"
|
"lower"
)
"normal"
Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
fig.update_layout(newshape_label_font_variant=<VALUE>)
"normal"
|
"small-caps"
|
"all-small-caps"
|
"all-petite-caps"
|
"petite-caps"
|
"unicase"
)
"normal"
Sets the variant of the font.
fig.update_layout(newshape_label_font_weight=<VALUE>)
normal
Sets the weight (or boldness) of the font.
fig.update_layout(newshape_label_padding=<VALUE>)
3
Sets padding (in px) between edge of label and edge of new shape.
fig.update_layout(newshape_label_text=<VALUE>)
""
Sets the text to display with the new shape. It is also used for legend item if `name` is not provided.
fig.update_layout(newshape_label_textangle=<VALUE>)
"auto"
Sets the angle at which the label text is drawn with respect to the horizontal. For lines, angle "auto" is the same angle as the line. For all other shapes, angle "auto" is horizontal.
fig.update_layout(newshape_label_textposition=<VALUE>)
"top left"
|
"top center"
|
"top right"
|
"middle left"
|
"middle center"
|
"middle right"
|
"bottom left"
|
"bottom center"
|
"bottom right"
|
"start"
|
"middle"
|
"end"
)
Sets the position of the label text relative to the new shape. Supported values for rectangles, circles and paths are "top left", "top center", "top right", "middle left", "middle center", "middle right", "bottom left", "bottom center", and "bottom right". Supported values for lines are "start", "middle", and "end". Default: "middle center" for rectangles, circles, and paths; "middle" for lines.
fig.update_layout(newshape_label_texttemplate=<VALUE>)
""
Template string used for rendering the new shape's label. Note that this will override `text`. Variables are inserted using %{variable}, for example "x0: %{x0}". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example "Price: %{x0:$.2f}". See 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: %{x0|%m %b %Y}". See https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax. A single multiplication or division operation may be applied to numeric variables, and combined with d3 number formatting, for example "Length in cm: %{x0"2.54}", "%{slope"60:.1f} meters per second." For log axes, variable values are given in log units. For date axes, x/y coordinate variables and center variables use datetimes, while all other variable values use values in ms. Finally, the template string has access to variables `x0`, `x1`, `y0`, `y1`, `slope`, `dx`, `dy`, `width`, `height`, `length`, `xcenter` and `ycenter`.
fig.update_layout(newshape_label_xanchor=<VALUE>)
"auto"
|
"left"
|
"center"
|
"right"
)
"auto"
Sets the label's horizontal position anchor This anchor binds the specified `textposition` to the "left", "center" or "right" of the label text. For example, if `textposition` is set to "top right" and `xanchor` to "right" then the right-most portion of the label text lines up with the right-most edge of the new shape.
fig.update_layout(newshape_label_yanchor=<VALUE>)
"top"
|
"middle"
|
"bottom"
)
Sets the label's vertical position anchor This anchor binds the specified `textposition` to the "top", "middle" or "bottom" of the label text. For example, if `textposition` is set to "top right" and `yanchor` to "top" then the top-most portion of the label text lines up with the top-most edge of the new shape.
fig.update_layout(newshape_layer=<VALUE>)
"below"
|
"above"
|
"between"
)
"above"
Specifies whether new shapes are drawn below gridlines ("below"), between gridlines and traces ("between") or above traces ("above").
fig.update_layout(newshape_legend=<VALUE>)
legend
Sets the reference to a legend to show new shape 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.
fig.update_layout(newshape_legendgroup=<VALUE>)
""
Sets the legend group for new shape. Traces and shapes part of the same legend group hide/show at the same time when toggling legend items.
fig.update_layout(newshape_legendgrouptitle=dict(...))
fig.update_layout(newshape_legendgrouptitle_font=dict(...))
Sets this legend group's title font.
fig.update_layout(newshape_legendgrouptitle_font_color=<VALUE>)
fig.update_layout(newshape_legendgrouptitle_font_family=<VALUE>)
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".
fig.update_layout(newshape_legendgrouptitle_font_lineposition=<VALUE>)
"under"
,
"over"
,
"through"
joined with a
"+"
OR
"none"
.
"under"
,
"over"
,
"under+over"
,
"under+over+through"
,
"none"
"none"
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.
fig.update_layout(newshape_legendgrouptitle_font_shadow=<VALUE>)
"none"
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.
fig.update_layout(newshape_legendgrouptitle_font_size=<VALUE>)
fig.update_layout(newshape_legendgrouptitle_font_style=<VALUE>)
"normal"
|
"italic"
)
"normal"
Sets whether a font should be styled with a normal or italic face from its family.
fig.update_layout(newshape_legendgrouptitle_font_textcase=<VALUE>)
"normal"
|
"word caps"
|
"upper"
|
"lower"
)
"normal"
Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
fig.update_layout(newshape_legendgrouptitle_font_variant=<VALUE>)
"normal"
|
"small-caps"
|
"all-small-caps"
|
"all-petite-caps"
|
"petite-caps"
|
"unicase"
)
"normal"
Sets the variant of the font.
fig.update_layout(newshape_legendgrouptitle_font_weight=<VALUE>)
normal
Sets the weight (or boldness) of the font.
fig.update_layout(newshape_legendgrouptitle_text=<VALUE>)
""
Sets the title of the legend group.
fig.update_layout(newshape_legendrank=<VALUE>)
1000
Sets the legend rank for new shape. 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.
fig.update_layout(newshape_legendwidth=<VALUE>)
Sets the width (in px or fraction) of the legend for new shape.
fig.update_layout(newshape_line=dict(...))
fig.update_layout(newshape_line_color=<VALUE>)
Sets the line color. By default uses either dark grey or white to increase contrast with background color.
fig.update_layout(newshape_line_dash=<VALUE>)
"solid"
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").
fig.update_layout(newshape_line_width=<VALUE>)
4
Sets the line width (in px).
fig.update_layout(newshape_name=<VALUE>)
Sets new shape name. The name appears as the legend item.
fig.update_layout(newshape_opacity=<VALUE>)
1
Sets the opacity of new shapes.
fig.update_layout(newshape_showlegend=<VALUE>)
Determines whether or not new shape is shown in the legend.
fig.update_layout(newshape_visible=<VALUE>)
True
|
False
|
"legendonly"
)
True
Determines whether or not new shape is visible. If "legendonly", the shape is not drawn, but can appear as a legend item (provided that the legend itself is visible).
fig.update_layout(activeshape=dict(...))
fig.update_layout(activeshape_fillcolor=<VALUE>)
"rgb(255,0,255)"
Sets the color filling the active shape' interior.
fig.update_layout(activeshape_opacity=<VALUE>)
0.5
Sets the opacity of the active shape.
fig.update_layout(selections=list(...))
layout.selections[]
layout.selections[].line
Sets the line color.
layout.selections[].line
"dot"
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").
layout.selections[].line
1
Sets the line width (in px).
layout.selections[]
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.
layout.selections[]
0.7
Sets the opacity of the selection.
layout.selections[]
For `type` "path" - a valid SVG path similar to `shapes.path` in data coordinates. Allowed segments are: M, L and Z.
layout.selections[]
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`.
layout.selections[]
"rect"
|
"path"
)
Specifies the selection type to be drawn. If "rect", a rectangle is drawn linking (`x0`,`y0`), (`x1`,`y0`), (`x1`,`y1`) and (`x0`,`y1`). If "path", draw a custom SVG path using `path`.
layout.selections[]
Sets the selection's starting x position.
layout.selections[]
Sets the selection's end x position.
layout.selections[]
"paper"
|
"/^x([2-9]|[1-9][0-9]+)?( domain)?$/"
)
Sets the selection's x coordinate axis. If set to a x axis id (e.g. "x" or "x2"), the `x` position refers to a x coordinate. If set to "paper", the `x` position refers to the distance from the left of the plotting area in normalized coordinates where "0" ("1") corresponds to the left (right). If set to a x axis ID followed by "domain" (separated by a space), the position behaves like for "paper", but refers to the distance in fractions of the domain length from the left of the domain of that axis: e.g., "x2 domain" refers to the domain of the second x axis and a x position of 0.5 refers to the point between the left and the right of the domain of the second x axis.
layout.selections[]
Sets the selection's starting y position.
layout.selections[]
Sets the selection's end y position.
layout.selections[]
"paper"
|
"/^y([2-9]|[1-9][0-9]+)?( domain)?$/"
)
Sets the selection's x coordinate axis. If set to a y axis id (e.g. "y" or "y2"), the `y` position refers to a y coordinate. If set to "paper", the `y` position refers to the distance from the bottom of the plotting area in normalized coordinates where "0" ("1") corresponds to the bottom (top). If set to a y axis ID followed by "domain" (separated by a space), the position behaves like for "paper", but refers to the distance in fractions of the domain length from the bottom of the domain of that axis: e.g., "y2 domain" refers to the domain of the second y axis and a y position of 0.5 refers to the point between the bottom and the top of the domain of the second y axis.
fig.update_layout(hidesources=<VALUE>)
Determines whether or not a text link citing the data source is placed at the bottom-right cored of the figure. Has only an effect only on graphs that have been generated via forked graphs from the Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise).
layout
Sets the gap (in plot fraction) between scatter points of adjacent location coordinates. Defaults to `bargap`.
layout
"group"
|
"overlay"
)
"overlay"
Determines how scatter points at the same location coordinate are displayed on the graph. With "group", the scatter points are plotted next to one another centered around the shared location. With "overlay", the scatter points are plotted over one another, you might need to reduce "opacity" to see multiple scatter points.
layout
Sets the rounding of bar corners. May be an integer number of pixels, or a percentage of bar width (as a string ending in %).
layout
Sets the gap (in plot fraction) between bars of adjacent location coordinates.
layout
0
Sets the gap (in plot fraction) between bars of the same location coordinate.
layout
"stack"
|
"group"
|
"overlay"
|
"relative"
)
"group"
Determines how bars at the same location coordinate are displayed on the graph. With "stack", the bars are stacked on top of one another With "relative", the bars are stacked on top of one another, with negative values below the axis, positive values above With "group", the bars are plotted next to one another centered around the shared location. With "overlay", the bars are plotted over one another, you might need to reduce "opacity" to see multiple bars.
layout
""
|
"fraction"
|
"percent"
)
""
Sets the normalization for bar traces on the graph. With "fraction", the value of each bar is divided by the sum of all values at that location coordinate. "percent" is the same but multiplied by 100 to show percentages.
layout
True
If `True`, the pie slice colors (whether given by `piecolorway` or inherited from `colorway`) will be extended to three times its original length by first repeating every color 20% lighter then each color 20% darker. This is intended to reduce the likelihood of reusing the same color when you have many slices, but you can set `False` to disable. Colors provided in the trace, using `marker.colors`, are never extended.
layout
hiddenlabels is the funnelarea & pie chart analog of visible:'legendonly' but it can contain many labels, and can simultaneously hide slices from several pies/funnelarea charts
layout
Sets the default pie slice colors. Defaults to the main `colorway` used for trace colors. If you specify a new list here it can still be extended with lighter and darker colors, see `extendpiecolors`.
layout
0.3
Sets the gap (in plot fraction) between boxes of adjacent location coordinates. Has no effect on traces that have "width" set.
layout
0.3
Sets the gap (in plot fraction) between boxes of the same location coordinate. Has no effect on traces that have "width" set.
layout
"group"
|
"overlay"
)
"overlay"
Determines how boxes at the same location coordinate are displayed on the graph. If "group", the boxes are plotted next to one another centered around the shared location. If "overlay", the boxes are plotted over one another, you might need to set "opacity" to see them multiple boxes. Has no effect on traces that have "width" set.
layout
0.3
Sets the gap (in plot fraction) between violins of adjacent location coordinates. Has no effect on traces that have "width" set.
layout
0.3
Sets the gap (in plot fraction) between violins of the same location coordinate. Has no effect on traces that have "width" set.
layout
"group"
|
"overlay"
)
"overlay"
Determines how violins at the same location coordinate are displayed on the graph. If "group", the violins are plotted next to one another centered around the shared location. If "overlay", the violins are plotted over one another, you might need to set "opacity" to see them multiple violins. Has no effect on traces that have "width" set.
layout
Sets the rounding of bar corners. May be an integer number of pixels, or a percentage of bar width (as a string ending in %).
layout
Sets the gap (in plot fraction) between bars of adjacent location coordinates.
layout
0
Sets the gap (in plot fraction) between bars of the same location coordinate.
layout
"stack"
|
"group"
|
"overlay"
|
"relative"
)
"group"
Determines how bars at the same location coordinate are displayed on the graph. With "stack", the bars are stacked on top of one another With "relative", the bars are stacked on top of one another, with negative values below the axis, positive values above With "group", the bars are plotted next to one another centered around the shared location. With "overlay", the bars are plotted over one another, you might need to reduce "opacity" to see multiple bars.
layout
""
|
"fraction"
|
"percent"
)
""
Sets the normalization for bar traces on the graph. With "fraction", the value of each bar is divided by the sum of all values at that location coordinate. "percent" is the same but multiplied by 100 to show percentages.
layout
0.3
Sets the gap (in plot fraction) between boxes of adjacent location coordinates. Has no effect on traces that have "width" set.
layout
0.3
Sets the gap (in plot fraction) between boxes of the same location coordinate. Has no effect on traces that have "width" set.
layout
"group"
|
"overlay"
)
"overlay"
Determines how boxes at the same location coordinate are displayed on the graph. If "group", the boxes are plotted next to one another centered around the shared location. If "overlay", the boxes are plotted over one another, you might need to set "opacity" to see them multiple boxes. Has no effect on traces that have "width" set.
layout
Sets the gap (in plot fraction) between bars of adjacent location coordinates.
layout
0
Sets the gap (in plot fraction) between bars of the same location coordinate.
layout
"group"
|
"overlay"
)
"group"
Determines how bars at the same location coordinate are displayed on the graph. With "group", the bars are plotted next to one another centered around the shared location. With "overlay", the bars are plotted over one another, you might need to reduce "opacity" to see multiple bars.
layout
Sets the gap (in plot fraction) between bars of adjacent location coordinates.
layout
0
Sets the gap (in plot fraction) between bars of the same location coordinate.
layout
"stack"
|
"group"
|
"overlay"
)
"stack"
Determines how bars at the same location coordinate are displayed on the graph. With "stack", the bars are stacked on top of one another With "group", the bars are plotted next to one another centered around the shared location. With "overlay", the bars are plotted over one another, you might need to reduce "opacity" to see multiple bars.
layout
True
If `True`, the funnelarea slice colors (whether given by `funnelareacolorway` or inherited from `colorway`) will be extended to three times its original length by first repeating every color 20% lighter then each color 20% darker. This is intended to reduce the likelihood of reusing the same color when you have many slices, but you can set `False` to disable. Colors provided in the trace, using `marker.colors`, are never extended.
layout
Sets the default funnelarea slice colors. Defaults to the main `colorway` used for trace colors. If you specify a new list here it can still be extended with lighter and darker colors, see `extendfunnelareacolors`.
layout
hiddenlabels is the funnelarea & pie chart analog of visible:'legendonly' but it can contain many labels, and can simultaneously hide slices from several pies/funnelarea charts
layout
0.1
Sets the gap between bars of adjacent location coordinates. Values are unitless, they represent fractions of the minimum difference in bar positions in the data.
layout
"stack"
|
"overlay"
)
"stack"
Determines how bars at the same location coordinate are displayed on the graph. With "stack", the bars are stacked on top of one another With "overlay", the bars are plotted over one another, you might need to reduce "opacity" to see multiple bars.
layout
True
If `True`, the sunburst slice colors (whether given by `sunburstcolorway` or inherited from `colorway`) will be extended to three times its original length by first repeating every color 20% lighter then each color 20% darker. This is intended to reduce the likelihood of reusing the same color when you have many slices, but you can set `False` to disable. Colors provided in the trace, using `marker.colors`, are never extended.
layout
Sets the default sunburst slice colors. Defaults to the main `colorway` used for trace colors. If you specify a new list here it can still be extended with lighter and darker colors, see `extendsunburstcolors`.
layout
True
If `True`, the treemap slice colors (whether given by `treemapcolorway` or inherited from `colorway`) will be extended to three times its original length by first repeating every color 20% lighter then each color 20% darker. This is intended to reduce the likelihood of reusing the same color when you have many slices, but you can set `False` to disable. Colors provided in the trace, using `marker.colors`, are never extended.
layout
Sets the default treemap slice colors. Defaults to the main `colorway` used for trace colors. If you specify a new list here it can still be extended with lighter and darker colors, see `extendtreemapcolors`.
layout
True
If `True`, the icicle slice colors (whether given by `iciclecolorway` or inherited from `colorway`) will be extended to three times its original length by first repeating every color 20% lighter then each color 20% darker. This is intended to reduce the likelihood of reusing the same color when you have many slices, but you can set `False` to disable. Colors provided in the trace, using `marker.colors`, are never extended.
layout
Sets the default icicle slice colors. Defaults to the main `colorway` used for trace colors. If you specify a new list here it can still be extended with lighter and darker colors, see `extendiciclecolors`.
Sign up to stay in the loop with all things Plotly — from Dash Club to product updates, webinars, and more!
Subscribe