From 57aed296072f28114a8516b46a1272bc84ec7f85 Mon Sep 17 00:00:00 2001 From: Milind Varma Penumathsa Date: Mon, 15 Sep 2025 23:44:33 -0700 Subject: [PATCH] micor fix --- quarto.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quarto.qmd b/quarto.qmd index 19bf7b1..67b7e75 100644 --- a/quarto.qmd +++ b/quarto.qmd @@ -58,7 +58,7 @@ heart_failure |> death_event = as.character(death_event), diabetes = as.character(diabetes) ) |> - ggplot(aes(y = serum_sodium, color = diabetes, x = death_event)) + + ggplot(aes(y = serum_sodium, fill = diabetes, x = death_event)) + geom_boxplot() + labs( title = "Serum Sodium Levels by Diabetes Status and Survival Outcome",