We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a2c8f commit 32dd801Copy full SHA for 32dd801
R/legend.R
@@ -91,7 +91,7 @@ draw_legend <- function(gsplot) {
91
par(xpd=TRUE)
92
93
legend <- append_legend_column_info(legend)
94
- legend <- appendLegendPositionConfiguration(legend)
+ legend <- append_legend_position_config(legend)
95
# set required legend argument to NA if not exists
96
if (!"legend" %in% names(legend)) {
97
legend$legend <- NA
@@ -115,7 +115,7 @@ draw_legend <- function(gsplot) {
115
}
116
117
118
-appendLegendPositionConfiguration <- function(legend) {
+append_legend_position_config <- function(legend) {
119
#TODO support explicit x/y coords
120
legend_offset <- legend$legend_offset
121
location <- legend$location
0 commit comments