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=((
相关文章
相关标签/搜索