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

Getting ready

Import the required libraries. We will use pandas to read the Excel file:

import matplotlib.pyplot as plt
import pandas as pd