home

Scientific Computing (Psychology 9040a)

Fall, 2020

Week 9: Graphical displays of data


Prep

  1. Read “Python for Data Analysis”, Chapter 9.

    Follow along with the examples by typing them into a jupyter notebook as you go. This is the best way to learn how things work, to actually type them in and then play with them.

    Focus most on the kinds of plots that you anticipate are most relevant to your own research area and data types.

  2. Have a look at the matplotlib Gallery of examples of the different kinds of plots that you can make with matplotlib.

Assignment

  1. Assignment 9 (A9) is due on Dec 1 by 11:59 pm (London ON time). Please submit your code on OWL.

Going Beyond (optional)