Skip to content

Commit

Permalink
no more triangles for benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
lgessl committed Jan 8, 2024
1 parent c74fbc3 commit 80e9201
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/assess_model_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ plot_perf_metric <- function(
)
if(!is.null(perf_plot_spec$benchmark) && !is.null(perf_plot_spec$bm_data)){
plt <- plt + ggplot2::geom_point(
data = perf_plot_spec$bm_data,
shape = "triangle filled"
data = perf_plot_spec$bm_data
)
}
if(!is.null(perf_plot_spec$colors)){
Expand Down

0 comments on commit 80e9201

Please sign in to comment.