- The dataset is the EU core dataset obtained from https://snap.stanford.edu/data/. The data consists of emails sent between different persons in a large EU organization. It consists of 986 nodes and 332334 edges. I sampled 300 nodes and 1000+ edges for the assignment, as the entire dataset was causing the browser to crash. The scatterplot shows aggregated data for the entire dataset and the graph represents a sample of 300 nodes.
- Force directed graph is created.
- Scatter plot is created
- Lasso selector and probbing are linked.
- Drop down is given.
I have used the open source d3.lasso library for lasso selector. I have reused my code from previous assignments for scatterplot and selector. I have used the force graph lab in 590v.