This simple visualization shows a dot density map of the national parks across the US. The basic operation here is fairly simple. We create our circles just like we would for a scatterplot. However, the x,y position is determined by latitude and longitude. To put the dots in the right locations, we use the projection function to map the coordinates to the right points in the screen space.