Skip to content

Commit 277fd50

Browse files
author
Jordan S Read
committed
starting on #298. border shouldn't be used regardless
1 parent 182999c commit 277fd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/bgCol.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ bgCol.default <- function(col,...){
6262
y2 <- par("usr")[4]
6363
}
6464

65-
rect(x1,y1,x2,y2,col = col,...)
65+
rect(x1,y1,x2,y2,col = col, border = NA, ...)
6666

6767
}
6868

0 commit comments

Comments
 (0)