Hi there! I have following problem: I created some graphics with "win.metafile", which I wanted to use in a Powerpoint presentation, but when I paste them into Powerpoint the graphics are missing the axes. It looks like the axes are cut off and I was wondering, if somebody know this problem and how to solve this??
Thanks for your help! :) win.metafile("example.wmf", width=7, height=5) plot(1:10) dev.off() -- View this message in context: http://r.789695.n4.nabble.com/problem-with-windows-metafile-tp4358025p4358025.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.