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: notebooks/3d-camera-controls.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
jupyter:
3
3
jupytext:
4
+
notebook_metadata_filter: all
4
5
text_representation:
5
6
extension: .md
6
7
format_name: markdown
@@ -79,7 +80,7 @@ The up vector determines the up direction on the page. The default is $(x=0, y=0
79
80
80
81
The center vector determines the translation about the center of the scene. By default, there is no translation: the center vector is $(x=0, y=0, z=0)$.
81
82
82
-
The eye vector determines the camera view point about the origin. The default is $(x=1.25, y=1.25, z=1.25)$.
83
+
The eye vector determines the camera view point about the origin. The default is $(x=1.25, y=1.25, z=1.25)$.
83
84
<!-- #endregion -->
84
85
85
86
```python deletable=true editable=true
@@ -211,12 +212,12 @@ publisher.publish(
211
212
'How to Control the Camera in your 3D Charts in Python with Plotly.',
0 commit comments