Created an interactive visual representation of demographic data using javascript d3 library. The data I used was gathered from the United States Census quantifying various demographics of women who have possibly given birth in the United States. Using d3, I created a scatter plot where each circle represented a state. That circle's x value represented one demographic and the y value represented another. There are three demographic values that can be chosen by clicking on the different names on the X and Y axes. Both axes are scaled according to the selected datasets. Additionally, there is tooltip functionality that displays exact values for each datapoint. Creating a scatter plot in this manner allows a visual examination of possible correlations between the selected demographics of women who have recently given birth.