plt.plot([x軸座標串列], [y軸座標串列] [,其他參數]) ... 長條圖:bar import matplotlib.pyplot as plt listx = ['Python','C','C++','C#','JAVA' ...
確定! 回上一頁