@@ -661,7 +661,7 @@ def range(self, val):
661661 @property
662662 def rangemode (self ):
663663 """
664- If * tozero*` , the range extends to 0, regardless of the input
664+ If " tozero" , the range extends to 0, regardless of the input
665665 data If "nonnegative", the range is non-negative, regardless of
666666 the input data. If "normal", the range is computed in relation
667667 to the extrema of the input data (same behavior as for
@@ -1466,7 +1466,7 @@ def _prop_descriptions(self):
14661466 appears. Leaving either or both elements `null` impacts
14671467 the default `autorange`.
14681468 rangemode
1469- If * tozero*` , the range extends to 0, regardless of the
1469+ If " tozero" , the range extends to 0, regardless of the
14701470 input data If "nonnegative", the range is non-negative,
14711471 regardless of the input data. If "normal", the range is
14721472 computed in relation to the extrema of the input data
@@ -1835,7 +1835,7 @@ def __init__(
18351835 appears. Leaving either or both elements `null` impacts
18361836 the default `autorange`.
18371837 rangemode
1838- If * tozero*` , the range extends to 0, regardless of the
1838+ If " tozero" , the range extends to 0, regardless of the
18391839 input data If "nonnegative", the range is non-negative,
18401840 regardless of the input data. If "normal", the range is
18411841 computed in relation to the extrema of the input data
0 commit comments