使用matplotlib画折线图. 2019-07-20 By wanzhouyi. In [22]:. import matplotlib.pyplot as plt x_data=[1,2,3,4,5]#假定的X轴数据 y1_data=[x**2 for x in x_data]# ...
確定! 回上一頁