joelgrus / data-science-from-scratch

code for Data Science From Scratch book
MIT License
8.63k stars 4.5k forks source link

Missing title in plotting code #9

Open iphyer opened 9 years ago

iphyer commented 9 years ago

In the code to produce picture 1-3 you miss the line code to produce title of the picture.

see code

You should add a line plt.title("Salary by Years Experience") into the code.