Skip to content

Commit

Permalink
Update R/msaGaugeRR.R
Browse files Browse the repository at this point in the history
Co-authored-by: Don van den Bergh <[email protected]>
  • Loading branch information
JTPetter and vandenman committed Nov 11, 2023
1 parent d4bcad8 commit 5ab733b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/msaGaugeRR.R
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ msaGaugeRR <- function(jaspResults, dataset, options, ...) {
jaspGraphs::themeJaspRaw() +
jaspGraphs::geom_rangeframe() +
ggplot2::theme(legend.position = 'right', legend.title = ggplot2::element_blank()) +
ggplot2::xlab("") +
ggplot2::xlab(NULL) +
ggplot2::scale_y_continuous(name = "Percent", breaks = yBreaks, limits = range(c(yBreaks, plotframe$value)))
return(p)
}
Expand Down

0 comments on commit 5ab733b

Please sign in to comment.