From 5b7874c3cd3c98c8fdc93dce9ebab7df9e66d6d4 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Fri, 8 Sep 2023 12:47:04 -0400 Subject: [PATCH] fix version number --- doc/python/3d-axes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/python/3d-axes.md b/doc/python/3d-axes.md index 042c4495be..14f6e888cd 100644 --- a/doc/python/3d-axes.md +++ b/doc/python/3d-axes.md @@ -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