Displaying 2 results from an estimated 2 matches for "l_unsetviewport".
Did you mean:
  l_setviewport
  
2008 May 22
2
grid error message when resizing graphics window after tcltk loaded
...s 0xfc, cause 'memory not mapped'
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
I have tracked down the error message I am receiving with some very 
rudimentary techniques, and narrowed it down to the L_unsetviewport 
function defined in grid.c.  The error string in question appears two 
places in that function, and I determined in my case that it is the 
first instance that is actually outputting the error.  That's about as 
far as I can take it unfortunately.
Again, this only seems to happen after I load...
2007 Oct 19
1
Using grid graphics (hexbin) in pairs() plot problem
...port(vps$inner)
        pushViewport(vps$figure)
        pushViewport(vps$plot)
        hb <- hexbin(x)
        plot(hb)
        popViewport()
        popViewport()
        popViewport()
     }
I even get a problem with apparently unmatched push/pops:
       Error in grid.Call.graphics("L_unsetviewport", as.integer(n)) :
       Cannot pop the top-level viewport (grid and graphics output
mixed?)
Any clues ?
Thanks for any help in advance,
Yours,
Steffen
-- 
IPB Halle                    AG Massenspektrometrie & Bioinformatik
Dr. Steffen Neumann          http://www.IPB-Halle.DE
Weinberg...