Skip to content

Commit 32dd801

Browse files
author
Lindsay Carr
committed
appendLegendPositionConfiguration --> append_legend_position_config
1 parent 96a2c8f commit 32dd801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/legend.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ draw_legend <- function(gsplot) {
9191
par(xpd=TRUE)
9292

9393
legend <- append_legend_column_info(legend)
94-
legend <- appendLegendPositionConfiguration(legend)
94+
legend <- append_legend_position_config(legend)
9595
# set required legend argument to NA if not exists
9696
if (!"legend" %in% names(legend)) {
9797
legend$legend <- NA
@@ -115,7 +115,7 @@ draw_legend <- function(gsplot) {
115115
}
116116
}
117117

118-
appendLegendPositionConfiguration <- function(legend) {
118+
append_legend_position_config <- function(legend) {
119119
#TODO support explicit x/y coords
120120
legend_offset <- legend$legend_offset
121121
location <- legend$location

0 commit comments

Comments
 (0)