Skip to content

location of key in panels of trellis plot

2 messages · Steven Lacey, Paul Murrell

#
Hi
Steven Lacey wrote:
<snip>
In that case, for the modifications I suggested, you may have to change 
pushViewport to push.viewport and popViewport to pop.viewport, and 
grobWidth(key) to unit(1, "grobwidth", key) and grobHeight(key) to 
unit(1, "grobheight", key), but hopefully then it will still work.

Paul