8 tips to use element_blank() in ggplot2 theme

remove ggplot2 elements with element_blank

In this tutorial, we will see examples of using element_blank() to control the look of non-data aspects of a plot made with ggplot2. This is fourth in the series of understanding how to change four different elements of ggplot2’s theme systems. element_text() element_line() element_rect() element_blank() We saw how to use element_text() to change the looks… Continue reading 8 tips to use element_blank() in ggplot2 theme