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 31e75c3 commit 6a0f31cCopy full SHA for 6a0f31c
R/print.R
@@ -42,11 +42,9 @@ print.gsplot <- function(x, ...){
42
}
43
44
par(x$global$par)
45
+ bgCol(x$global$bgCol)
46
+ title(x$global$title)
47
- bg.arg <- views$global$bgCol
- title.arg <- views$global$title
48
- bgCol(bg.arg)
49
- title(title.arg)
50
view.info <- view_info(views)
51
side.names <- side_names(views)
52
0 commit comments