@@ -661,7 +661,7 @@ def range(self, val):
661
661
@property
662
662
def rangemode (self ):
663
663
"""
664
- If * tozero*` , the range extends to 0, regardless of the input
664
+ If " tozero" , the range extends to 0, regardless of the input
665
665
data If "nonnegative", the range is non-negative, regardless of
666
666
the input data. If "normal", the range is computed in relation
667
667
to the extrema of the input data (same behavior as for
@@ -1466,7 +1466,7 @@ def _prop_descriptions(self):
1466
1466
appears. Leaving either or both elements `null` impacts
1467
1467
the default `autorange`.
1468
1468
rangemode
1469
- If * tozero*` , the range extends to 0, regardless of the
1469
+ If " tozero" , the range extends to 0, regardless of the
1470
1470
input data If "nonnegative", the range is non-negative,
1471
1471
regardless of the input data. If "normal", the range is
1472
1472
computed in relation to the extrema of the input data
@@ -1835,7 +1835,7 @@ def __init__(
1835
1835
appears. Leaving either or both elements `null` impacts
1836
1836
the default `autorange`.
1837
1837
rangemode
1838
- If * tozero*` , the range extends to 0, regardless of the
1838
+ If " tozero" , the range extends to 0, regardless of the
1839
1839
input data If "nonnegative", the range is non-negative,
1840
1840
regardless of the input data. If "normal", the range is
1841
1841
computed in relation to the extrema of the input data
0 commit comments