top of page

Our Code...EXPLAINED

In this first section, we imported all these functions so that we can easily put our data into a plot.

In our third and last section, we created our parameters for our graph by using plt to label them.

In these two long x and y lists, we inputted our data values where x represented age, and y represented diameter. 

In this first section, we defined fitFunc, which will create our slope of the plot created above. Then we printed the best fit line out. 

This is where we created out labels for our graph and the labels for it.  

bottom of page