Skip to content

Commit b399a99

Browse files
committed
Add missing import in example code
1 parent 3932907 commit b399a99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plotly-extension/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Plotly(data, layout)
4848
To render using the [plotly Python library](https://github.com/plotly/plotly.py):
4949

5050
```python
51+
import plotly
5152
from plotly.offline import iplot
5253

5354
trace = plotly.graph_objs.Heatmap(z=[[1, 20, 30],

0 commit comments

Comments
 (0)