Skip to content

Commit 96cd65f

Browse files
author
Lindsay Carr
committed
merging conflicts
Merge branch 'master' of https://github.com/lindsaycarr/gsplot Conflicts: R/set_args.R
2 parents d97b471 + 1efee10 commit 96cd65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/set_args.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ set_legend_args <- function(object, fun.name, ..., legend.name) {
101101

102102
} else if (fun.name %in% c("polygon", "rect")) {
103103
names(usr.args) <- replace(names(usr.args), which(names(usr.args)=="col"), "fill")
104-
usr.args$lty <- NA #lty and lwd should always be NA for polygon & rectangles in the legend
104+
usr.args$lty <- NA #lty/lwd should always be NA for polygon & rectangles in the legend
105105
usr.args$lwd <- NA
106106
fun.specific <- list(border=par("fg"))
107107
}

0 commit comments

Comments
 (0)