Skip to content

Commit

Permalink
Fix #359
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Apr 25, 2023
1 parent 2278417 commit 58294ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot-themes.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pmx_theme <- function(...) {
## strip.background = element_rect( colour = NA),
plot.title = element_text(size = 12),
axis.text = element_text(size = 10),
plot.margin = unit(c(1, 1, 1, 1), "cm"),
#plot.margin = unit(c(1, 1, 1, 1), "cm"),
legend.position = "none"
) %+replace%
theme(...)
Expand Down

0 comments on commit 58294ff

Please sign in to comment.