Finalizing the plot for different audiences and devices

Tidyverse ile Verilerle İletişim

Timo Grossenbacher

Data Journalist

Tidyverse ile Verilerle İletişim

coord_cartesian vs. xlim / ylim

ggplot_object +
    coord_cartesian(xlim = c(0, 100), ylim = c(10, 20))
ggplot_object +
    xlim(0, 100) +
    ylim(10, 20)
Tidyverse ile Verilerle İletişim

coord_cartesian vs. xlim / ylim

1 Taken from RStudio Data Visualization Cheat Sheet (https://github.com/rstudio/cheatsheets/blob/main/data-visualization-2.1.pdf)
Tidyverse ile Verilerle İletişim

Tidyverse ile Verilerle İletişim

Tidyverse ile Verilerle İletişim

Let's produce these plots!

Tidyverse ile Verilerle İletişim

Preparing Video For Download...