mjmlab / data_visualization

Data Visualization: Plotting, charting, statistical analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data_visualization

Data Visualization: Plotting, charting, statistical analysis in Python

Base Python plotting library. Defaults are a bit ugly so it needs some help (see below).

Gallery
Tutorial by Nicolas Rougier

Uses the matplotlib base to generate more appealing plots for common graphs.

Gallery

Focused on interactive, browser-based plots. From the pydata group. Not great for saving images (yet).

Gallery

Data wrangling and analysis

These packages are optimized for scientific use and come with the Anaconda distribution:

numpy scipy
pandas

Note that pandas has decent visualization of dataframes.

Some good examples

Seattle bike sharing

Denise's Code and Examples

Squid Competition Assay

Excel Data Template
Code Example
This code produces a graph similar to the following: graph_example

About

Data Visualization: Plotting, charting, statistical analysis


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%