From e67b09d6f85fa12dfbc7a2a6ebbe21d74ab2e113 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Oct 2024 18:29:02 +0000 Subject: [PATCH] Style code (GHA) --- R/plots-mfi.R | 2 +- R/plots-standard_curve.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/plots-mfi.R b/R/plots-mfi.R index a07504e3..4866ca78 100644 --- a/R/plots-mfi.R +++ b/R/plots-mfi.R @@ -82,7 +82,7 @@ plot_mfi_for_analyte <- function(plate, analyte_name, ggplot2::theme( plot.title = element_text(hjust = 0.5), # Center title legend.background = element_rect(fill = "white", color = "black"), - legend.title=element_blank() + legend.title = element_blank() ) + ggplot2::scale_y_continuous(transform = scale_y) diff --git a/R/plots-standard_curve.R b/R/plots-standard_curve.R index d83c1a29..93ff8c22 100644 --- a/R/plots-standard_curve.R +++ b/R/plots-standard_curve.R @@ -266,7 +266,7 @@ plot_standard_curve_thumbnail <- function(plate, analyte_name, data_type = "Medi breaks = x_ticks, labels = x_labels, trans = "log10" ) + - #ggplot2::scale_y_continuous(trans = "log10") + + # ggplot2::scale_y_continuous(trans = "log10") + ggplot2::theme_minimal() + ggplot2::theme( axis.line = element_line(colour = "black", size = 2),