5 Introduction to Matplotlib

[] >>> plt.show()#Revealtheresultingplot. TheresultisshowninFigure5.1a. Justasnp isastandardaliasforNumPy,plt isastandard aliasformatplotlib.pyplot inthePythoncommunity. The call plt.plot(y) creates a figure and draws straight lines connecting the entries of y relative to the y-axis. ................
................