From 325678cf655a8fcf70ba9a58437d3e5a21d23d04 Mon Sep 17 00:00:00 2001 From: Dan Snow Date: Mon, 16 Dec 2024 16:33:21 +0000 Subject: [PATCH] Fixup spacing and lines --- pipeline/00-ingest.R | 1 + reports/performance/_outliers.qmd | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline/00-ingest.R b/pipeline/00-ingest.R index e89ace7..937279d 100644 --- a/pipeline/00-ingest.R +++ b/pipeline/00-ingest.R @@ -126,6 +126,7 @@ rm(AWS_ATHENA_CONN_NOCTUA) + #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # 3. Define Functions ---------------------------------------------------------- #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/reports/performance/_outliers.qmd b/reports/performance/_outliers.qmd index 569a7c6..c5fbc8f 100644 --- a/reports/performance/_outliers.qmd +++ b/reports/performance/_outliers.qmd @@ -35,7 +35,6 @@ y_lim_axis_outlier_breakdown <- training_data %>% summarise(max_value = max(n)) %>% pull(max_value) - training_data %>% filter(sv_is_outlier) %>% count(price_outlier_reason) %>% @@ -65,7 +64,6 @@ training_data %>% kable() %>% kable_styling("striped") - training_data %>% filter(sv_is_outlier) %>% group_by(meta_year, price_outlier_reason) %>% @@ -457,6 +455,7 @@ outlier_decile_breakout <- function(data, dec) { ) + theme_minimal() + theme( + axis.text.x = element_text(angle = 60, hjust = 1), axis.text.y = element_text(angle = 45, hjust = 1), axis.title.y = element_blank(), axis.title.x = element_blank()