Skip to content

Commit ea3882e

Browse files
authored
Added missing dependency to make cell standalone (#2069)
1 parent fd2a6cc commit ea3882e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: doc/python/3d-mesh.md

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ fig.show()
103103

104104
```python
105105
import plotly.graph_objects as go
106+
import numpy as np
107+
106108
fig = go.Figure(data=[
107109
go.Mesh3d(
108110
# 8 vertices of a cube

0 commit comments

Comments
 (0)