-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d728789
Showing
3,157 changed files
with
256,711 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,16 @@ | ||
# VINCI24_ScatterplotFiltering | ||
|
||
## Setup | ||
|
||
As visualization framework we use D3.js together with its respective language JavaScript; for details we refer to its documentation. | ||
|
||
The implementations with D3.js is implemented as a web page using the framework. Supplementary data is organised in a sub-folder called "data". | ||
|
||
The server can be installed with the following command: | ||
npm install http-server -g | ||
|
||
To view the local HTML file, start the server with the following command: | ||
http-server -a 127.0.0.1 -o | ||
in your working directory containing both the sources and the data. | ||
|
||
Then, click on the "Scatterplot.html" file to view the visualization. |
Oops, something went wrong.