Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6415f1c

Browse files
removing dash network graph example for now
1 parente32b21a commit6415f1c

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.displayimport 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.displayimport IFrame
161-
IFrame(src="https://dash-simple-apps.plotly.host/dash-networkplot/code",width="100%",height=500,frameBorder="0")
162-
```
163149

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp