python-matplotlib繪圖

import matplotlib.pyplot as plt import numpy as np def figure_test(): # x軸範圍 x = np.linspace(-3, 5, 50) #y軸取值範圍 y = x**2-2*x-8 # 設置figur名字與大小 plt.figure(num='test', figsize=((
相關文章
相關標籤/搜索