News

plt.plot(x,y) plt.grid() The plt.plot() command calls Matplotlib to plot the x and y values, and the plt.grid() command creates a grid behind the plot so we can see the axes more clearly.