dlab-berkeley / R-Data-Visualization-Legacy

D-Lab's 3 hour introduction to data visualization with R. Learn how to create histograms, bar plots, box plots, scatter plots, compound figures, and more using ggplot2 and cowplot.
28 stars 20 forks source link

Updata scatter and line plots to follow data viz best practices #3

Closed pattyf closed 2 years ago

pattyf commented 3 years ago

There are scatterplot and line plot examples that use two different graphic elements (color and shape) to symbolize the same variable (continent) and that is not a recommended practice. So, those could be turned into learning moments rather than removed.