Skip to content

Commit 5b7874c

Browse files
committed
fix version number
1 parent b51748c commit 5b7874c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/3d-axes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ fig.show()
7070

7171
### Setting only a Lower or Upper Bound for Range
7272

73-
*New in 5.16*
73+
*New in 5.17*
7474

75-
You can also set just a lower or upper bound for `range`. In this case, autorange is used for the other bound. In this example, we apply autorange to the lower bound of the `yaxis` and the upper bound of `zaxis` by setting them to `None`.
75+
You can also set just a lower or upper bound for `range`. In this case, autorange is used for the other bound. In this example, we apply autorange to the lower bound of the `yaxis` and the upper bound of `zaxis` by setting them to `None`.
7676

7777
```python
7878
import plotly.graph_objects as go

0 commit comments

Comments
 (0)