假设你想要用matplotlib绘制一个正弦波和一个余弦波的图像,你应该使用哪个函数来创建一个包含两个子图的图形对象?( )
plt.subplots()
plt.figure()
plt.subplot()
plt.plot()