-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP - basic force-directed graph without regard for time or count.
- Loading branch information
0 parents
commit a6c8c36
Showing
8 changed files
with
88,947 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.