@@ -456,14 +456,14 @@ def add_vline(
456
456
Subplot column for shape indexed starting at 1. If 'all', addresses all rows in
457
457
the specified column(s). If both row and col are None, addresses the
458
458
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
461
461
placed relative to the shape based on annotation_position (see
462
462
below) unless its x or y value has been specified for the annotation
463
463
passed here. xref and yref are always the same as for the added
464
464
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
467
467
to on the line. Example positions are "bottom left", "right top",
468
468
"right", "bottom". If an annotation is added but annotation_position is
469
469
not specified, this defaults to "top right".
@@ -508,14 +508,14 @@ def add_hline(
508
508
Subplot column for shape indexed starting at 1. If 'all', addresses all rows in
509
509
the specified column(s). If both row and col are None, addresses the
510
510
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
513
513
placed relative to the shape based on annotation_position (see
514
514
below) unless its x or y value has been specified for the annotation
515
515
passed here. xref and yref are always the same as for the added
516
516
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
519
519
to on the line. Example positions are "bottom left", "right top",
520
520
"right", "bottom". If an annotation is added but annotation_position is
521
521
not specified, this defaults to "top right".
@@ -563,14 +563,14 @@ def add_vrect(
563
563
Subplot column for shape indexed starting at 1. If 'all', addresses all rows in
564
564
the specified column(s). If both row and col are None, addresses the
565
565
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
568
568
placed relative to the shape based on annotation_position (see
569
569
below) unless its x or y value has been specified for the annotation
570
570
passed here. xref and yref are always the same as for the added
571
571
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
574
574
to on the rectangle. Example positions are "outside top left", "inside
575
575
bottom", "right", "inside left", "inside" ("outside" is not supported). If
576
576
an annotation is added but annotation_position is not specified this
@@ -619,14 +619,14 @@ def add_hrect(
619
619
Subplot column for shape indexed starting at 1. If 'all', addresses all rows in
620
620
the specified column(s). If both row and col are None, addresses the
621
621
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
624
624
placed relative to the shape based on annotation_position (see
625
625
below) unless its x or y value has been specified for the annotation
626
626
passed here. xref and yref are always the same as for the added
627
627
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
630
630
to on the rectangle. Example positions are "outside top left", "inside
631
631
bottom", "right", "inside left", "inside" ("outside" is not supported). If
632
632
an annotation is added but annotation_position is not specified this
0 commit comments