top of page
This code was what allowed us to know the number of bubbles in each quadrant of the Latitude vs Longitude graph. We used a for loop that increased the value of a variable depending on if it satisfied the if statement's condition. There were 4 conditions, and 4 variables, 1 for each quadrant.
This code was what allowed us to have a visual of the bubbles recorded in the Milky Way. We used a for loop to go through the data, and make the marker size of a bubble equal to it's radius ; the exception being the last recorded bubble because it was too large for the graph. 
bottom of page