Skip to content

Commit 7461b4e

Browse files
author
Jordan S Read
committed
fix for #267
1 parent 5bcf3dd commit 7461b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/text.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ text <- function(object, ...) {
4343

4444

4545
text.gsplot <- function(object, ..., legend.name=NULL, side=c(1,2)){
46-
set_window_args(object, fun.name='text', ..., legend.name=legend.name, side=side, def.funs=graphics::text)
46+
set_window_args(object, fun.name='text', ..., legend.name=legend.name, side=side, def.funs=graphics::text.default)
4747
}

0 commit comments

Comments
 (0)