Skip to content

Commit 6415f1c

Browse files
removing dash network graph example for now
1 parent e32b21a commit 6415f1c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

python/network-graphs.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -146,20 +146,6 @@ fig = go.Figure(data=[edge_trace, node_trace],
146146
fig.show()
147147
```
148148

149-
### Dash Example
150-
151-
152-
[Dash](https://plot.ly/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-networkplot) can easily be deployed to a PaaS.
153-
154-
```python
155-
from IPython.display import IFrame
156-
IFrame(src= "https://dash-simple-apps.plotly.host/dash-networkplot/", width="100%", height="650px", frameBorder="0")
157-
```
158-
159-
```python
160-
from IPython.display import IFrame
161-
IFrame(src= "https://dash-simple-apps.plotly.host/dash-networkplot/code", width="100%", height=500, frameBorder="0")
162-
```
163149

164150
#### Reference
165151
See https://plot.ly/python/reference/#scatter for more information and chart attribute options!

0 commit comments

Comments
 (0)