無用之學matplotlib,numpy,pandas

一、matplotlib學習 matplotlib: 最流行的Python底層繪圖庫,主要做數據可視化圖表,名字取材於MATLAB,模仿MATLAB構建 例子1: # coding=utf-8 from matplotlib import pyplot as plt x = range(2,26,2) y = [15,13,14.5,17,20,25,26,26,27,22,18,15] #設
相關文章
相關標籤/搜索