File: force.html

package info (click to toggle)
networkx 3.4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,700 kB
  • sloc: python: 105,310; xml: 544; makefile: 131; javascript: 120; sh: 34
file content (11 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html>
  <head>
    <title>Force-Directed Layout</title>
    <link type="text/css" rel="stylesheet" href="force/force.css" />
  </head>
  <body>
    <svg width="960" height="600"></svg>
    <script type="text/javascript" src="force/force.js"></script>
  </body>
</html>