Tag Archives: visualization

Basic Boxplots with annotations in R

Boxplots in R can be a bit tricky (ugly actually), but here is an example below to help.  Below is the binomial distribution for p = 0.3, p = 0.5 and p = 0.7 with total number of trials n … Continue reading

Posted in Data Analytics | Tagged , | Leave a comment

Voting Patterns of the 113th Senate visualized in Gephi

Below is a graph I made using NetworkX, with data from govtrack.us.  The layout was done using GraphViz.  A Force Atlas model in Gephi was used as well as edge weight filtering to produce the graph.  The node size is … Continue reading

Posted in Data Analytics | Tagged , , , | Leave a comment