Skip to content

Commit

Permalink
add theme_minimal() to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
wangben718 committed May 10, 2024
1 parent e795582 commit f63143a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(utils,tail)
2 changes: 1 addition & 1 deletion R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ table_panel <- function(tbl,
#' @param show_text A logical value that controls a text display on the y axis. Default is TRUE.
#'
#' @return Theme for a specific panel
#' @importFrom ggplot2 ggplot theme element_blank element_line margin element_rect element_text
#' @importFrom ggplot2 ggplot theme element_blank element_line margin element_rect element_text theme_minimal
#' @export
#' @examples
#' library(dplyr)
Expand Down

0 comments on commit f63143a

Please sign in to comment.