Hi all.

I have been trying to plot 9 bubble plots on each page of a PDF file. For
this, I'm using : 

par(mfcol = c(3,3), mar = c(3,3,3,3), oma = c(0,0,0,0));

However, when plotting the bubble plot (gstats package), it plots the graph
on a full page. I tried to plot something else with plot(x,y) and it works
as intended. So I'm guessing the problem comes from the bubble plot itself.

Anyone suggestion?

Best regards,
Phil
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Problem-with-par-and-bubble-plot-tp2308452p2308452.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to