Skip to content

Commit

Permalink
alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
lgessl committed Dec 12, 2023
1 parent 0317ba6 commit 2dddfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/assess_model_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ plot_perf_metric <- function(
color = .data[["model"]]
)
) +
ggplot2::geom_line() +
ggplot2::geom_point() +
ggplot2::geom_line(alpha = perf_plot_spec$alpha) +
ggplot2::geom_point(alpha = perf_plot_spec$alpha) +
ggplot2::labs(
title = perf_plot_spec$title,
x = perf_plot_spec$x_lab,
Expand Down

0 comments on commit 2dddfbb

Please sign in to comment.