We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3932907 commit b399a99Copy full SHA for b399a99
packages/plotly-extension/README.md
@@ -48,6 +48,7 @@ Plotly(data, layout)
48
To render using the [plotly Python library](https://github.com/plotly/plotly.py):
49
50
```python
51
+import plotly
52
from plotly.offline import iplot
53
54
trace = plotly.graph_objs.Heatmap(z=[[1, 20, 30],
0 commit comments