Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.57 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.57 KB

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