Data Visualization

Data Visualization#

In this chapter, we are going to introduce how to use python to visualize data. It covers from generating the most basic static plots to more attractive user-interactive plots.

Objectives:

This chapter include the following sections:

Visualization with seaborn

Visualization with plotly

Exercises can be found below:

Exercise on data visualization

A few topics to be covered:

  1. Know about your data

  2. How to choose a plot type

  3. Selections of colors

  4. More