In this exercise, you will work with the matplotlib.pyplot interface to quickly set the x- and y-limits of your plots. You will now create the same figure as in the previous exercise using plt.plot(), ...
We had a quick introduction to plotting with matplotlib in previous lessons. This lesson covers plotting with Python and matplotlib using a more structured approach. In this section, we'll look into ...