LIS 4317: Module #9 assignment
LIS 4317: Module #9 assignment
The following matrix was constructed in ggplot2 using the 'iris' dataset:
Each plot in this scatterplot matrix is a combination of the two variables, sepal length and sepal width. We can compare the connections between variables across different species of iris by faceting the data points according to their species.
The 5 principles of design for this visualization that have been implemented in this graph have:
Ensured proper alignment of axis labels, data points, and facets to create a sense of order and organization in the plot. Each plot in the matrix was aligned properly with consistent axis labels.
Repeated design elements such as axis labels and facetting to create consistency and coherence throughout the visualization. Consistency in representation helped viewers understand the relationships between different variables and categories.
Utilized contrast to highlight important elements and relationships. Different colors were used for different species of iris to distinguish between them easily. This helped viewers identify patterns specific to each species.
Grouped related elements together to improve readability and comprehension. Data points representing the same species were grouped together within each facet. This proximity allowed viewers to compare the relationships between variables within each species.
Distributed elements evenly throughout the visualization to create a sense of equilibrium. Each facet in the scatterplot matrix contained enough data points to provide meaningful insights, and the visual weight of the plot was balanced by adjusting the size and spacing of facets.
Comments
Post a Comment