Visualization Resources

1. Seaborn – Statistical Data Visualization

Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics.
Website: http://web.stanford.edu/~mwaskom/software/seaborn/



2. D3.js – Data-driven Documents

D3.js is a JavaScript library for manipulating documents based on data.
Website: http://d3js.org/


3. Bokeh – Python interactive visualization library

Bokeh is a Python interactive visualization library that targets modern web browsers for presentation. Its goal is to provide elegant, concise construction of novel graphics in the style of D3.js.
Website: http://bokeh.pydata.org/en/latest/


4. ggplot2

ggplot2 is a plotting system for R, based on the grammar of graphics.
Website: http://ggplot2.org/


Leave a comment