Make Beautiful Graphs in R: 5 Quick Ways to Improve ggplot2 Graphs
In this video, I'll show you a few different tips and tricks to style your ggplot2 graphs and make them less basic looking. With the help of a couple libraries, you can produce really clean and professional ggplot2 graphs without much effort!
Code: https://github.com/abhimotgi/dataslice/blob/master/R/Make%20Attractive%20Graphs%20in%20R.R
ggthemes: https://yutannihilation.github.io/allYourFigureAreBelongToUs/ggthemes/
RColorBrewer palettes:https://www.datanovia.com/en/blog/the-a-z-of-rcolorbrewer-palette/
Data: https://www.kaggle.com/neuromusic/avocado-prices
0:00 Intro
0:34 Base graph
1:04 Adding labels
2:06 Setting a theme
3:34 Emphasize data
6:54 Change the colors
8:32 Change the font
9:49 Summary