5. Data Visualization#

5.1. General Ideas#

Read the first chapter of Haely. This is available on canvas and from the publisher.

5.2. Matplotlib#

https://matplotlib.org/stable/users/explain/quick_start.html

  • log scales

5.3. ggplot#

Another tool is ggplot. ggplot uses the grammar of graphics framework and is the main plotting package in R. There are also few ports of ggplot to Python.

5.4. Suggested Reading#