Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
WIP - basic force-directed graph without regard for time or count.
  • Loading branch information
aliceranzhou committed Sep 1, 2015
0 parents commit a6c8c36
Show file tree
Hide file tree
Showing 8 changed files with 88,947 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
To view the visualization, enter data into raw.txt and run

```
python process.py > data.csv
```

then type:

```
python -m SimpleHTTPServer 4321
```

Then go into a web browser and type `http://localhost:4321/` into the URL bar.

Empty file added cpp.sitelinks/_SUCCESS
Empty file.
Loading

0 comments on commit a6c8c36

Please sign in to comment.