nationscape|>mutate(label =fct_rev(f =label))|>ggplot(mapping =aes(x =mean_response, y =label, fill =gender))+geom_col(position =position_dodge(width =0.6), col ="black")+scale_x_continuous(labels =label_percent())+scale_fill_manual(values =c("#3182ff", "#d52033"))+facet_wrap(facets =vars(age), nrow =1)+labs( title ="Views on social issues, the economy, and immigration", subtitle ="Nationscape surveys, 2019-21", x ="% Agreement", y =NULL, fill =NULL, caption ="Chart & calculations replicated from: @janzilinsky")+theme_minimal()
Your turn: Critique the visualization using Cairo’s five qualities. For each quality identify at least one strength and one weakness of the visualization.
Truthful
Add response here.
Functional
Add response here.
Beautiful
Add response here.
Insightful
Add response here.
Enlightening
Add response here.
Improving the visualization
Your turn: Identify at least three design choices that could be implemented to improve the visualization. Be detailed. Possible approaches could include: