You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/python/3d-axes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ set the range, title, ticks, color etc. of the axes.
41
41
42
42
For creating 3D charts, see [this page](https://plotly.com/python/3d-charts/).
43
43
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`.
0 commit comments