Skip to content

Commit 70118eb

Browse files
committed
fixed base_line_size to see any lines in ROC curves in
1 parent 069391f commit 70118eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: DALEX
22
Title: moDel Agnostic Language for Exploration and eXplanation
3-
Version: 2.5.2.9000
3+
Version: 2.5.3
44
Authors@R: c(person("Przemyslaw", "Biecek", email = "[email protected]", role = c("aut", "cre"),
55
comment = c(ORCID = "0000-0001-8423-1823")),
66
person("Szymon", "Maksymiuk", role = "aut",

R/misc_theme_drwhy.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' @export
55
#' @rdname theme_drwhy
66
theme_drwhy <- function() {
7-
theme_bw(base_line_size = 0) %+replace%
7+
theme_bw(base_line_size = 1) %+replace%
88
theme(axis.ticks = element_blank(), legend.background = element_blank(),
99
legend.key = element_blank(), panel.background = element_blank(),
1010
panel.border = element_blank(), strip.background = element_blank(),
@@ -44,7 +44,7 @@ theme_ema <- function() {
4444
#' @export
4545
#' @rdname theme_drwhy
4646
theme_drwhy_vertical <- function() {
47-
theme_bw(base_line_size = 0) %+replace%
47+
theme_bw(base_line_size = 1) %+replace%
4848
theme(axis.ticks = element_blank(), legend.background = element_blank(),
4949
legend.key = element_blank(), panel.background = element_blank(),
5050
panel.border = element_blank(), strip.background = element_blank(),

0 commit comments

Comments
 (0)