Skip to content

Commit 871d065

Browse files
committed
Update 3d-axes.md
1 parent 40101cb commit 871d065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/3d-axes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ set the range, title, ticks, color etc. of the axes.
4141

4242
For creating 3D charts, see [this page](https://plotly.com/python/3d-charts/).
4343

44-
Set `range` on an axis to manually configure a range for an axis. If you don't set `range`, it's automatically calculated. In this example, we set a `range` on `xaxis`, `yaxis`, and `zaxis`.
44+
Set `range` on an axis to manually configure a range for that axis. If you don't set `range`, it's automatically calculated. In this example, we set a `range` on `xaxis`, `yaxis`, and `zaxis`.
4545

4646
```python
4747
import plotly.graph_objects as go

0 commit comments

Comments
 (0)