Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors committed Sep 8, 2023
1 parent b51748c commit 5b7874c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/python/3d-axes.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ fig.show()

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

*New in 5.16*
*New in 5.17*

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`.
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`.

```python
import plotly.graph_objects as go
Expand Down

0 comments on commit 5b7874c

Please sign in to comment.