Lab: Plotting with matplotlib

With python, we can plot by installing matplotlib. Here is a piece of code that plots an exponential series 2x from x= 0 to x= 9 (inclusive): importpylab pylab.figure(1) #makedata ... log-scale on the y-axis. (Include your .png le in your printed lab assignment.) 3.Is the zombie population growing faster than the exponential function ................
................