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

Getting ready

Import the following required libraries:

import matplotlib as plt
import numpy as np
import matplotlib.patches as mpatches
from numpy.random import randn