Skip to content

Commit 6ee5d95

Browse files
committed
fixed iframe
1 parent 43a34fd commit 6ee5d95

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.ipynb_checkpoints
22
*.pyc
3-
.DS_Store
3+
.DS_Store
4+
.awspublish-*
5+
compiled

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ The final mapping is obtained when the equilibrium is reached.
246246
Here is an illustration of a dynamic graph layout based on a similar idea. Nodes are connected via springs and the system evolves according to law of physics (example by [Mike Bostock](http://bl.ocks.org/mbostock/4062045)).
247247

248248
<iframe src="https://d3ansictanv2wj.cloudfront.net/rossant-f06184034ba66a0bd06a-001.html"
249-
style="border: 0; width: 620px; height: 440px; margin: 0; padding: 0;" sandbox="allow-scripts" />
249+
style="border: 0; width: 620px; height: 440px; margin: 0; padding: 0;" sandbox="allow-scripts" ></iframe>
250250

251251

252252

0 commit comments

Comments
 (0)