| [ Web Proxy ] |
| Viewing: https://plotly.com/python/reference/layout/annotations/ | [Back] [Original] |
[Sign up for the upcoming webinar: One Workspace for Every Session with Plotly Studio Projects]
layout.annotationsfig.update_annotations(...) fig.update_annotations(align=<VALUE>) "left" | "center" | "right" ) "center" Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans two or more lines (i.e. `text` contains one or more <br> HTML tags) or if an explicit width is set to override the text width.
fig.update_annotations(arrowcolor=<VALUE>) Sets the color of the annotation arrow.
fig.update_annotations(arrowhead=<VALUE>) 1 Sets the end annotation arrow head style.
fig.update_annotations(arrowside=<VALUE>) "end", "start" joined with a "+" OR "none". "end", "start", "end+start", "none" "end" Sets the annotation arrow head position.
fig.update_annotations(arrowsize=<VALUE>) 1 Sets the size of the end annotation arrow head, relative to `arrowwidth`. A value of 1 (default) gives a head about 3x as wide as the line.
fig.update_annotations(arrowwidth=<VALUE>) Sets the width (in px) of annotation arrow line.
fig.update_annotations(ax=<VALUE>) Sets the x component of the arrow tail about the arrow head. If `axref` is `pixel`, a positive (negative) component corresponds to an arrow pointing from right to left (left to right). If `axref` is not `pixel` and is exactly the same as `xref`, this is an absolute value on that axis, like `x`, specified in the same coordinates as `xref`.
fig.update_annotations(axref=<VALUE>) "pixel" | "/^x([2-9]|[1-9][0-9]+)?( domain)?$/" ) "pixel" Indicates in what coordinates the tail of the annotation (ax,ay) is specified. If set to a x axis id (e.g. "x" or "x2"), the `x` position refers to a x coordinate. If set to "paper", the `x` position refers to the distance from the left of the plotting area in normalized coordinates where "0" ("1") corresponds to the left (right). If set to a x axis ID followed by "domain" (separated by a space), the position behaves like for "paper", but refers to the distance in fractions of the domain length from the left of the domain of that axis: e.g., "x2 domain" refers to the domain of the second x axis and a x position of 0.5 refers to the point between the left and the right of the domain of the second x axis. In order for absolute positioning of the arrow to work, "axref" must be exactly the same as "xref", otherwise "axref" will revert to "pixel" (explained next). For relative positioning, "axref" can be set to "pixel", in which case the "ax" value is specified in pixels relative to "x". Absolute positioning is useful for trendline annotations which should continue to indicate the correct trend when zoomed. Relative positioning is useful for specifying the text offset for an annotated point.
fig.update_annotations(ay=<VALUE>) Sets the y component of the arrow tail about the arrow head. If `ayref` is `pixel`, a positive (negative) component corresponds to an arrow pointing from bottom to top (top to bottom). If `ayref` is not `pixel` and is exactly the same as `yref`, this is an absolute value on that axis, like `y`, specified in the same coordinates as `yref`.
fig.update_annotations(ayref=<VALUE>) "pixel" | "/^y([2-9]|[1-9][0-9]+)?( domain)?$/" ) "pixel" Indicates in what coordinates the tail of the annotation (ax,ay) is specified. If set to a y axis id (e.g. "y" or "y2"), the `y` position refers to a y coordinate. If set to "paper", the `y` position refers to the distance from the bottom of the plotting area in normalized coordinates where "0" ("1") corresponds to the bottom (top). If set to a y axis ID followed by "domain" (separated by a space), the position behaves like for "paper", but refers to the distance in fractions of the domain length from the bottom of the domain of that axis: e.g., "y2 domain" refers to the domain of the second y axis and a y position of 0.5 refers to the point between the bottom and the top of the domain of the second y axis. In order for absolute positioning of the arrow to work, "ayref" must be exactly the same as "yref", otherwise "ayref" will revert to "pixel" (explained next). For relative positioning, "ayref" can be set to "pixel", in which case the "ay" value is specified in pixels relative to "y". Absolute positioning is useful for trendline annotations which should continue to indicate the correct trend when zoomed. Relative positioning is useful for specifying the text offset for an annotated point.
fig.update_annotations(bgcolor=<VALUE>) "rgba(0,0,0,0)" Sets the background color of the annotation.
fig.update_annotations(bordercolor=<VALUE>) "rgba(0,0,0,0)" Sets the color of the border enclosing the annotation `text`.
fig.update_annotations(borderpad=<VALUE>) 1 Sets the padding (in px) between the `text` and the enclosing border.
fig.update_annotations(borderwidth=<VALUE>) 1 Sets the width (in px) of the border enclosing the annotation `text`.
fig.update_annotations(captureevents=<VALUE>) Determines whether the annotation text box captures mouse move and click events, or allows those events to pass through to data points in the plot that may be behind the annotation. By default `captureevents` is "False" unless `hovertext` is provided. If you use the event `plotly_clickannotation` without `hovertext` you must explicitly enable `captureevents`.
fig.update_annotations(clicktoshow=<VALUE>) False | "onoff" | "onout" ) Makes this annotation respond to clicks on the plot. If you click a data point that exactly matches the `x` and `y` values of this annotation, and it is hidden (visible: False), it will appear. In "onoff" mode, you must click the same point again to make it disappear, so if you click multiple points, you can show multiple annotations. In "onout" mode, a click anywhere else in the plot (on another data point or not) will hide this annotation. If you need to show/hide this annotation in response to different `x` or `y` values, you can set `xclick` and/or `yclick`. This is useful for example to label the side of a bar. To label markers though, `standoff` is preferred over `xclick` and `yclick`.
fig.update_annotations(font=dict(...)) Sets the annotation text font.
fig.update_annotations(font_color=<VALUE>) fig.update_annotations(font_family=<VALUE>) HTML font family - the typeface that will be applied by the web browser. The web browser can only apply a font if it is available on the system where it runs. Provide multiple font families, separated by commas, to indicate the order in which to apply fonts if they aren't available.
fig.update_annotations(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_annotations(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_annotations(font_size=<VALUE>) fig.update_annotations(font_style=<VALUE>) "normal" | "italic" ) "normal" Sets whether a font should be styled with a normal or italic face from its family.
fig.update_annotations(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_annotations(font_variant=<VALUE>) "normal" | "small-caps" | "all-small-caps" | "all-petite-caps" | "petite-caps" | "unicase" ) "normal" Sets the variant of the font.
fig.update_annotations(font_weight=<VALUE>) normal Sets the weight (or boldness) of the font.
fig.update_annotations(height=<VALUE>) Sets an explicit height for the text box. null (default) lets the text set the box height. Taller text will be clipped.
fig.update_annotations(hoverlabel=dict(...)) fig.update_annotations(hoverlabel_bgcolor=<VALUE>) Sets the background color of the hover label. By default uses the annotation's `bgcolor` made opaque, or white if it was transparent.
fig.update_annotations(hoverlabel_bordercolor=<VALUE>) Sets the border color of the hover label. By default uses either dark grey or white, for maximum contrast with `hoverlabel.bgcolor`.
fig.update_annotations(hoverlabel_font=dict(...)) Sets the hover label text font. By default uses the global hover font and size, with color from `hoverlabel.bordercolor`.
fig.update_annotations(hoverlabel_font_color=<VALUE>) fig.update_annotations(hoverlabel_font_family=<VALUE>) HTML font family - the typeface that will be applied by the web browser. The web browser can only apply a font if it is available on the system where it runs. Provide multiple font families, separated by commas, to indicate the order in which to apply fonts if they aren't available.
fig.update_annotations(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_annotations(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_annotations(hoverlabel_font_size=<VALUE>) fig.update_annotations(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_annotations(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_annotations(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_annotations(hoverlabel_font_weight=<VALUE>) normal Sets the weight (or boldness) of the font.
fig.update_annotations(hovertext=<VALUE>) Sets text to appear when hovering over this annotation. If omitted or blank, no hover label will appear.
fig.update_annotations(name=<VALUE>) 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.
fig.update_annotations(opacity=<VALUE>) 1 Sets the opacity of the annotation (text + arrow).
fig.update_annotations(showarrow=<VALUE>) True Determines whether or not the annotation is drawn with an arrow. If "True", `text` is placed near the arrow's tail. If "False", `text` lines up with the `x` and `y` provided.
fig.update_annotations(standoff=<VALUE>) 0 Sets a distance, in pixels, to move the end arrowhead away from the position it is pointing at, for example to point at the edge of a marker independent of zoom. Note that this shortens the arrow from the `ax` / `ay` vector, in contrast to `xshift` / `yshift` which moves everything by this amount.
fig.update_annotations(startarrowhead=<VALUE>) 1 Sets the start annotation arrow head style.
fig.update_annotations(startarrowsize=<VALUE>) 1 Sets the size of the start annotation arrow head, relative to `arrowwidth`. A value of 1 (default) gives a head about 3x as wide as the line.
fig.update_annotations(startstandoff=<VALUE>) 0 Sets a distance, in pixels, to move the start arrowhead away from the position it is pointing at, for example to point at the edge of a marker independent of zoom. Note that this shortens the arrow from the `ax` / `ay` vector, in contrast to `xshift` / `yshift` which moves everything by this amount.
fig.update_annotations(templateitemname=<VALUE>) 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`.
fig.update_annotations(text=<VALUE>) Sets the text associated with this annotation. Plotly uses a subset of HTML tags to do things like newline (`<br>`), bold (`<b></b>`), italics (`<i></i>`), hyperlinks (`<a href='...'></a>`). Tags `<em>`, `<sup>`, `<sub>`, `<s>`, `<u>`, and `<span>` are also supported.
fig.update_annotations(textangle=<VALUE>) 0 Sets the angle at which the `text` is drawn with respect to the horizontal.
fig.update_annotations(valign=<VALUE>) "top" | "middle" | "bottom" ) "middle" Sets the vertical alignment of the `text` within the box. Has an effect only if an explicit height is set to override the text height.
fig.update_annotations(visible=<VALUE>) True Determines whether or not this annotation is visible.
fig.update_annotations(width=<VALUE>) Sets an explicit width for the text box. null (default) lets the text set the box width. Wider text will be clipped. There is no automatic wrapping; use <br> to start a new line.
fig.update_annotations(x=<VALUE>) Sets the annotation's x position. If the axis `type` is "log", then you must take the log of your desired range. If the axis `type` is "date", it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings. If the axis `type` is "category", it should be numbers, using the scale where each category is assigned a serial number from zero in the order it appears.
fig.update_annotations(xanchor=<VALUE>) "auto" | "left" | "center" | "right" ) "auto" Sets the text box's horizontal position anchor This anchor binds the `x` position to the "left", "center" or "right" of the annotation. For example, if `x` is set to 1, `xref` to "paper" and `xanchor` to "right" then the right-most portion of the annotation lines up with the right-most edge of the plotting area. If "auto", the anchor is equivalent to "center" for data-referenced annotations or if there is an arrow, whereas for paper-referenced with no arrow, the anchor picked corresponds to the closest side.
fig.update_annotations(xclick=<VALUE>) Toggle this annotation when clicking a data point whose `x` value is `xclick` rather than the annotation's `x` value.
fig.update_annotations(xref=<VALUE>) "paper" | "/^x([2-9]|[1-9][0-9]+)?( domain)?$/" ) Sets the annotation'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.
fig.update_annotations(xshift=<VALUE>) 0 Shifts the position of the whole annotation and arrow to the right (positive) or left (negative) by this many pixels.
fig.update_annotations(y=<VALUE>) Sets the annotation's y position. If the axis `type` is "log", then you must take the log of your desired range. If the axis `type` is "date", it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings. If the axis `type` is "category", it should be numbers, using the scale where each category is assigned a serial number from zero in the order it appears.
fig.update_annotations(yanchor=<VALUE>) "auto" | "top" | "middle" | "bottom" ) "auto" Sets the text box's vertical position anchor This anchor binds the `y` position to the "top", "middle" or "bottom" of the annotation. For example, if `y` is set to 1, `yref` to "paper" and `yanchor` to "top" then the top-most portion of the annotation lines up with the top-most edge of the plotting area. If "auto", the anchor is equivalent to "middle" for data-referenced annotations or if there is an arrow, whereas for paper-referenced with no arrow, the anchor picked corresponds to the closest side.
fig.update_annotations(yclick=<VALUE>) Toggle this annotation when clicking a data point whose `y` value is `yclick` rather than the annotation's `y` value.
fig.update_annotations(yref=<VALUE>) "paper" | "/^y([2-9]|[1-9][0-9]+)?( domain)?$/" ) Sets the annotation's y 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_annotations(yshift=<VALUE>) 0 Shifts the position of the whole annotation and arrow up (positive) or down (negative) by this many pixels.
| Web Proxy Viewer | New URL | Original Page |