import matplotlib.pyplot as plt # kind 定義圖表類型。plot 函式會取column 值代表y 軸的值,index 索引代表x 軸axes = data.plot(kind='bar').
確定! 回上一頁