Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.01 KB

Visualizing Data

In this chapter, we will introduce core Python visualization packages, Matplotlib and Seaborn, as well as talking about topics such as accessibility and the choice of colour maps. After completing this chapter, you should be able to:

  • use Matplotlib to visualize data using a variety of types of plots

  • understand the difference between state-based and object-oriented uses of Matplotlib

  • use Seaborn to visualize data using a variety of types of plots

  • understand use cases where Seaborn can be preferable to Matplotlib

  • Recognize and appropriately use strategies for visualizing continuous and categorical data

  • Visualize and reason about the distributions of data

  • understand human factors considerations in visualization

Codespaces

To work in a codespace, click on the green <> Code button at the top right of this repository’s GitHub page. Then click on the green button that says Create codespace on main to launch your codespace.