Skip to content

Commit

Permalink
changed deprecated argument to theme()
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Sep 10, 2024
1 parent d0b54e7 commit 3aec3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/topoplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ topoplot.data.frame <- function(data,
line = element_blank(),
axis.text = element_blank(),
axis.title = element_blank(),
legend.title.align = 0.5) +
legend.title = element_text(0.5)) +
guides(fill = guide_colorbar(title = fill_title,
#expression(paste("Amplitude (",
# mu, "V)")),
Expand Down

0 comments on commit 3aec3e4

Please sign in to comment.