Built-in themes
In addition to making your own themes, there are several out-of-the-box solutions that may save you lots of time.
theme_gray()is the default.theme_bw()is useful when you use transparency.theme_classic()is more traditional.theme_void()removes everything but the data.
plt_prop_unemployed_over_time is available.
Latihan ini adalah bagian dari kursus
Introduction to Data Visualization with ggplot2
Latihan interaktif praktis
Cobalah latihan ini dengan menyelesaikan kode contoh berikut.
# Add a black and white theme
plt_prop_unemployed_over_time +
___