Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 10, 2025
1 parent 41c21e3 commit a86d019
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/visualisation_recipe_internal.R
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@
l <- l + 1
}


# add axis and legend labels ----------------------------------
if (!is.null(aes$labs)) {
layers[[paste0("l", l)]] <- insight::compact_list(list(
Expand All @@ -383,8 +384,6 @@
}


## FIXME: doesn't work yet - breaks test-plot

# probability scale? ----------------------------------
if (!is.null(response_scale) && response_scale %in% c("response", "invlink(link)", "prob", "probs") &&
isTRUE(model_info$is_logit | model_info$is_binomial | model_info$is_orderedbeta | model_info$is_beta | model_info$is_ordinal)) { # nolint
Expand Down

0 comments on commit a86d019

Please sign in to comment.