smoh / comoving-stars-d3js

Interactive visualization using d3js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comoving-stars-d3js

Go to live demo

This repository contains code used to make a d3js-based interactive visualization of comoving stars in Gaia DR1 (paper).

Usage

To serve locally, start a webserver so that the resources needed can be located. If you have python, you can simply do

# python 2
$ python -m SimpleHTTPServer 8000
# or python 3
$ python3 -m http.server

and point your browser to localhost:8000.

About

Interactive visualization using d3js

License:MIT License


Languages

Language:JavaScript 60.7%Language:HTML 23.9%Language:CSS 15.4%