1. 程式人生 > >【python庫】matplotlib視覺化

【python庫】matplotlib視覺化

官網《——

本po環境 maxos 10.12.3 python2.7

模組下載,python2

pip install matplotlib

如果是python3

pip3 install matplotlib

pyplot模組

import matplotlib
import matplotlib.pyplot as plt #繪圖模組