Module 6. Assignment
I made a histogram with a normal curve on top of it using the built-in mtcars dataset for this project to run a deviation analysis. The histogram shows how the Miles Per Gallon (MPG) values for 32 cars are spread out. The blue normal curve shows the expected "bell-shaped" pattern that is typical of a normal distribution. This picture showed that the actual data didn't differ much from the expected curve. Most of the cars were between 15 and 20 MPG, while a few high-efficiency models made a little right skew. This image doesn't compare categories, but it does show how different data points are from the mean and how they differ from the mean. The design follows the ideas put out by Few (Chapter 9) and Yau (Chapter 7) by making sure that it is simple, has clear labels, and has a limited color palette to provide significance. The main issue I had was getting the normal curve to fit the histogram's frequency correctly. However, after I fixed it, the present...