Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 2.7 KB

day12.md

File metadata and controls

57 lines (34 loc) · 2.7 KB

% Day 12: Baby Names and Plotting % Raymond Yee % February 27, 2014 (http://is.gd/wwod1412)

Goals Today

  • Get an overview on plotting options
  • Look at Baby Names

Overview of Plotting Options

Matplotlib (mpl) is fundamental: matplotlib: python plotting: Matplotlib 1.3.1 documentation. We're going to be using it throughout the course. I myself am not an expert in mpl -- so we're on a learning curve together.

Assignment for today is to have read Chapter 8 of PfDA and make sure you can run nbviewer.ipython.org/github/rdhyee/working-open-data-2014/blob/master/notebooks/Day_11_B_Setting_Up_for_PfDA.ipynb.

There's a lot to mpl -- here's what I think are key things to learn:

Consider Two libraries that focus on making matplotlib plots prettier by default:

Other promising libraries:

Upcoming workshops at the D-Lab

In Class Activity / Assignment

Day_12_B_Baby_Names_Starter.ipynb#Names-that-are-both-M-and-F

Assignments / Homework