Skip to content

Commit 91efa11

Browse files
WenjieZemmanuelle
authored andcommitted
Fix a typo: remove duplicate word "the" (#2031)
1 parent 3ce7998 commit 91efa11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/axes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ fig.show()
548548

549549
The axis auto-range calculation logic can be configured using the `rangemode` axis parameter.
550550

551-
If `rangemode` is `"normal"` (the default), the range is computed based on the min and max values of the input data. If `"tozero"`, the the range will always include zero. If `"nonnegative"`, the range will not extend below zero, regardless of the input data.
551+
If `rangemode` is `"normal"` (the default), the range is computed based on the min and max values of the input data. If `"tozero"`, the range will always include zero. If `"nonnegative"`, the range will not extend below zero, regardless of the input data.
552552

553553
Here is an example of configuring a faceted scatter plot created using Plotly Express to always include zero for both the x and y axes.
554554

0 commit comments

Comments
 (0)