Comprehensive Visualization of Sea Level Trends Across 24 Oceans from 1992 to 2022
For the task of these visualizations, which is to present the sea level data and identify the outliers among the oceans, we attempted to apply a small multiple composed of an area between lines chart for each ocean, with each plot showing the maximum, minimum, and average sea level of the corresponding ocean as a timeline from 1992 to 2022. In Figure 3 a and (b-f), the visualizations have been crafted using the conventions from Chapters 2, 3, 7, and 10 on data and task abstraction. First, the mark of this visualization is a point, indicating the sea level value of each year in millimeters. Within this plot, each point is connected to form a line, and individual points are not separately marked to show the natural flow of changes through the shape of the lines. Each line is an attribute for maximum, minimum, and average sea level values, with color hue, red, blue, and green for max, min, and average respectively, used as the identity channel to distinguish between the attributes. The aligned position of each point, which forms the line, is used as the magnitude channel to show the degree of the values. Another mark used in this plot is the area. The yellow area between the maximum and minimum lines represents the differences between the maximum and minimum sea levels of each year over time. It allows observation of both how much the sea level changes within a year and whether this difference changes along with the sea level rise over time. An area chart in small multiples, such as Figure 3b, reveals the trends in maximum, minimum, and average sea levels for a specific ocean through each line. Additionally, the slope indicates the speed of sea level rise, and the area reflects the changes in the difference between maximum and minimum throughout years. Users can discover from the presented information that sea level rise does not uniformly happen in the entire ocean. Specifically, steeper slopes denote oceans undergoing rapid changes, while minimal slope changes suggest oceans less affected by sea level rise. Among these, a few oceans with the most significant changes in slope may be identified as outliers within the overall dataset. We considered small multiples to be the most suitable approach for performing our task related to sea level rise. This is because all plots are consistent, employing the same encoding. In other words, although each plot contains different information about each ocean, using the same mark and channel allows for each comparison between plots, making it easier to discover plots where changes are more pronounced.To prevent the complexity that may arise from placing many subplots within small multiples, we aimed to ensure that each subplot conveys information accurately while maintaining simplicity. Initially, we created small multiples using paired bar plots. However, since the length of the bars extends in both negative and positive directions relative to the baseline, 0, when the maximum and minimum have the different signs, the overall shape elongates on both sides. Also, in cases where they have the same sign, overlapping regions may occur, leading to potential misinterpretation of the significance of such visible points, which were not intended. Therefore, we decided to switch to a line-area chart using a point mark, position channel, and area mark instead of a line mark and length channel for the bar plots. These changes provide a more concise and accurate representation of sea level height information and the associated trends in sea level rise, connecting them with lines. This allows us to successfully accomplish the task related to sea level rise and compare slopes to identify outliers more effectively.