Hhi there. Here's the example.
pdf(file="C:/Users/Modelisation/Desktop/BubblePlot.pdf", width = 15, height = 15, family = "Times", pointsize = 25); par(mfcol = c(3,3), mar = c(3,3,3,3), oma = c(0,0,0,0)); for (i in 5:33) { print(bubble(temp,i, col = "cornflowerblue")); } dev.off(); Best regards, Phil -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-par-and-bubble-plot-tp2308452p2309672.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.