Skip to content

Commit

Permalink
Update 3d-axes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors committed Sep 12, 2023
1 parent 40101cb commit 871d065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/python/3d-axes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ set the range, title, ticks, color etc. of the axes.

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

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

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

0 comments on commit 871d065

Please sign in to comment.