Matplotlib 2.x By Example
上QQ阅读APP看书,第一时间看更新

Installing Matplotlib with pip

To install Matplotlib with pip, simply type the following:

pip3 install matplotlib

It will automatically collect and install dependencies such as numpy.