Skip to content

Commit

Permalink
Update R/ggpairs_internal_plots.R
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Feb 12, 2024
1 parent 5cc2c71 commit 66f2724
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/ggpairs_internal_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ wrap_fn_with_param_arg <- function(
allParams$mapping <- mapping
argsList <- list(...)
allParams[names(argsList)] <- argsList
# Using do.call causes issues with the nonstandard implementation of ggplot2::scale_y_continuous
# do.call(original_fn, allParams)
rlang::inject(original_fn(!!!allParams))
}

Expand Down

0 comments on commit 66f2724

Please sign in to comment.