VI3
#Juliette Pardue
##Learned from D3 Tutorial
- For scatterplots, how to use the radius attribute to encode size.
- Using scales to specify a valid range where data values can be mapped to. So all data values will fall into the specified range after the mapping or normalizing has been applied.
- How to format aesthetically pleasing axis as true values or percentages. However, I preferred the true values for this example since the percentages didn't make sense.
- How to create transitions by specifying the ending attributes of the object and the transition effects.