Lab: Plotting with matplotlib

#changethey-axistolog-scale pylab.yscale(’log’) #savetheplottofilemy_file.png: pylab.savefig(’my_file.png’) We can also use LATEX notation to include formatted formulas in plots. The following code plots x p 2 p 5 from x= 0 to x= 99 (inclusive) at the integers: ................
................