Skip to content

Commit e9ff176

Browse files
Merge pull request #2496 from plotly/dash-section-fixup
remove dash app section from 3d scatter doc
2 parents a13d3fa + a7a34a4 commit e9ff176

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

doc/python/3d-scatter-plots.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -120,20 +120,6 @@ fig.update_layout(margin=dict(l=0, r=0, b=0, t=0))
120120
fig.show()
121121
```
122122

123-
### Dash App
124-
125-
[Dash](https://plotly.com/products/dash/) is an Open Source Python library which can help you convert plotly figures into a reactive, web-based application. Below is a simple example of a dashboard created using Dash. Its [source code](https://github.com/plotly/simple-example-chart-apps/tree/master/dash-3dscatterplot) can easily be deployed to a PaaS.
126-
127-
```python
128-
from IPython.display import IFrame
129-
IFrame(src= "https://dash-simple-apps.plotly.host/dash-3dscatterplot/", width="100%", height="950px",frameBorder="0")
130-
```
131-
132-
```python
133-
from IPython.display import IFrame
134-
IFrame(src= "https://dash-simple-apps.plotly.host/dash-3dscatterplot/code", width="100%", height="500px",frameBorder="0")
135-
```
136-
137123
#### Reference
138124

139125
See https://plotly.com/python/reference/#scatter3d for more information and chart attribute options!

0 commit comments

Comments
 (0)