Skip to content

Commit

Permalink
Style code (GHA)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 17, 2024
1 parent 022235f commit e67b09d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/plots-mfi.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion R/plots-standard_curve.R
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit e67b09d

Please sign in to comment.