@@ -456,14 +456,14 @@ def add_vline(
456456 Subplot column for shape indexed starting at 1. If 'all', addresses all rows in
457457 the specified column(s). If both row and col are None, addresses the
458458 first subplot if subplots exist, or the only plot. By default is "all".
459- annotation : dict or plotly.graph_objs.layout.Annotation. If dict(),
460- it is interpreted as describing an annotation. The annotation is
459+ annotation : dict or plotly.graph_objs.layout.Annotation
460+ If dict(), it is interpreted as describing an annotation. The annotation is
461461 placed relative to the shape based on annotation_position (see
462462 below) unless its x or y value has been specified for the annotation
463463 passed here. xref and yref are always the same as for the added
464464 shape and cannot be overridden.
465- annotation_position : a string containing optionally ["top", "bottom"]
466- and ["left", "right"] specifying where the text should be anchored
465+ annotation_position : a string containing optionally ["top", "bottom"] and ["left", "right"]
466+ Specifies where the text should be anchored
467467 to on the line. Example positions are "bottom left", "right top",
468468 "right", "bottom". If an annotation is added but annotation_position is
469469 not specified, this defaults to "top right".
@@ -508,14 +508,14 @@ def add_hline(
508508 Subplot column for shape indexed starting at 1. If 'all', addresses all rows in
509509 the specified column(s). If both row and col are None, addresses the
510510 first subplot if subplots exist, or the only plot. By default is "all".
511- annotation : dict or plotly.graph_objs.layout.Annotation. If dict(),
512- it is interpreted as describing an annotation. The annotation is
511+ annotation : dict or plotly.graph_objs.layout.Annotation
512+ If dict(), it is interpreted as describing an annotation. The annotation is
513513 placed relative to the shape based on annotation_position (see
514514 below) unless its x or y value has been specified for the annotation
515515 passed here. xref and yref are always the same as for the added
516516 shape and cannot be overridden.
517- annotation_position : a string containing optionally ["top", "bottom"]
518- and ["left", "right"] specifying where the text should be anchored
517+ annotation_position : a string containing optionally ["top", "bottom"] and ["left", "right"]
518+ Specifies where the text should be anchored
519519 to on the line. Example positions are "bottom left", "right top",
520520 "right", "bottom". If an annotation is added but annotation_position is
521521 not specified, this defaults to "top right".
@@ -563,14 +563,14 @@ def add_vrect(
563563 Subplot column for shape indexed starting at 1. If 'all', addresses all rows in
564564 the specified column(s). If both row and col are None, addresses the
565565 first subplot if subplots exist, or the only plot. By default is "all".
566- annotation : dict or plotly.graph_objs.layout.Annotation. If dict(),
567- it is interpreted as describing an annotation. The annotation is
566+ annotation : dict or plotly.graph_objs.layout.Annotation
567+ If dict(), it is interpreted as describing an annotation. The annotation is
568568 placed relative to the shape based on annotation_position (see
569569 below) unless its x or y value has been specified for the annotation
570570 passed here. xref and yref are always the same as for the added
571571 shape and cannot be overridden.
572- annotation_position : a string containing optionally ["inside", "outside"], ["top", "bottom"]
573- and ["left", "right"] specifying where the text should be anchored
572+ annotation_position : a string containing optionally ["inside", "outside"], ["top", "bottom"] and ["left", "right"]
573+ Specifies where the text should be anchored
574574 to on the rectangle. Example positions are "outside top left", "inside
575575 bottom", "right", "inside left", "inside" ("outside" is not supported). If
576576 an annotation is added but annotation_position is not specified this
@@ -619,14 +619,14 @@ def add_hrect(
619619 Subplot column for shape indexed starting at 1. If 'all', addresses all rows in
620620 the specified column(s). If both row and col are None, addresses the
621621 first subplot if subplots exist, or the only plot. By default is "all".
622- annotation : dict or plotly.graph_objs.layout.Annotation. If dict(),
623- it is interpreted as describing an annotation. The annotation is
622+ annotation : dict or plotly.graph_objs.layout.Annotation
623+ If dict(), it is interpreted as describing an annotation. The annotation is
624624 placed relative to the shape based on annotation_position (see
625625 below) unless its x or y value has been specified for the annotation
626626 passed here. xref and yref are always the same as for the added
627627 shape and cannot be overridden.
628- annotation_position : a string containing optionally ["inside", "outside"], ["top", "bottom"]
629- and ["left", "right"] specifying where the text should be anchored
628+ annotation_position : a string containing optionally ["inside", "outside"], ["top", "bottom"] and ["left", "right"]
629+ Specifies where the text should be anchored
630630 to on the rectangle. Example positions are "outside top left", "inside
631631 bottom", "right", "inside left", "inside" ("outside" is not supported). If
632632 an annotation is added but annotation_position is not specified this
0 commit comments