... import matplotlib.pyplot as plt fig, ax = plt.subplots() How do you set the y ... Select one: a. fig.ylim(-5,5) b. ax.set_ylim(-5,5) c. ax.ylim(-5,5) d.
確定! 回上一頁