Skip to content

wireframe and margins

4 messages · krusty the klown, David Winsemius

#
Hi everybody,
I'm working with wireframe (and persp) functions, and I'm not able to set
the margins between the 3d plot and the R window... It should be easy,
innit?, but I can't find out which parameters I have to change...
Any help?
Thanks,
ktk



--
View this message in context: http://r.789695.n4.nabble.com/wireframe-and-margins-tp4653838.html
Sent from the R help mailing list archive at Nabble.com.
#
On Dec 23, 2012, at 9:43 AM, krusty the klown wrote:

            
You can use the facilities provided by par for margin specification  
when using persp (a base gaphics function), but with wireframe you  
need to use methods based on grid graphics.
#
On Dec 24, 2012, at 1:30 AM, krusty the klown wrote:

            
Sometimes specialized functions will coerce par options and one needs to work around of hack the code. I don't know if this is the case in this instance. I only gave a general bit of advice (which you then left out of the context) since you provided no example to work with.