02:00
Lecture 3
Cornell University
INFO 2950 - Spring 2024
January 30, 2024
Discuss the following for the visualization
What is the visualization trying to show?
What is effective, i.e. what is done well?
What is ineffective, i.e. what could be improved?
What are you curious about after looking at the visualization?
02:00
ae-01
ae-01
(repo name will be suffixed with your NetID).ggplot()
.+
s.color = binary
vs. color = "pink"
.facet_wrap()
when faceting (creating small multiples) by one variable and facet_grid()
when faceting by two variables.