numpy matplotlib

import numpy as np from matplotlib import pyplot as plt x = np.arange(1,20) y = 2*x+5 plt.title("Matplotlib") plt.xlabel("x line") plt.ylabel("y line") o標識點 g 代表顏色 對照表見 http://codingdict.com/artic
相關文章
相關標籤/搜索