File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ print.gsplot <- function(x, ...){
6868
6969 # -- call functions --
7070
71- if ((sum(view.info $ x.side.defined.by.user [i ], view.info $ y.side.defined.by.user [i ])== 0 ) &
72- (class(window $ xlim ) == " numeric" & class(window $ ylim ) == " numeric" ) |
73- ! (any(names(plots ) %in% ' grid' ))){
71+ # if((sum(view.info$x.side.defined.by.user[i], view.info$y.side.defined.by.user[i])== 0 ) &
72+ # (class(window$xlim) == "numeric" & class(window$ylim) == "numeric") |
73+ if ( ! (any(names(plots ) %in% ' grid' ))){
7474 to_gsplot(lapply(plots , function (x ) x [! names(x ) %in% ' legend.name' ]))
7575 } else {
7676 draw_custom_grid(views ,i )
Original file line number Diff line number Diff line change 2222 line : NULL
2323 pos : NULL
2424 outer : FALSE
25+ las : 1
2526title : NULL
2627text : NULL
2728mtext :
You can’t perform that action at this time.
0 commit comments