Skip to content

Commit

Permalink
fix benchmark label
Browse files Browse the repository at this point in the history
  • Loading branch information
abourdea committed Dec 7, 2023
1 parent e2c5256 commit c8b9364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/add_benchmark.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ add_benchmark = function(plot,
if (add_label) {
h +
geom_text(
aes(x = label_xval, y = y_int + y_int * 0.02),
aes(x = label_xval, y = y_int + y_int * 0.05),
label = label_text,
size = 5,
color = plot_linecolor
Expand Down

0 comments on commit c8b9364

Please sign in to comment.