Matplotlib 3.0 Cookbook
上QQ阅读APP看书,第一时间看更新

Getting ready

We will use the same data that we used for the box plot for this example also.

Import the required libraries:

import matplotlib.pyplot as plt
import pandas as pd