Raptorista wrote: > > Now, the graph that appears is very nice: indeed it has a title, two > axes with their labels and all the rest; > but when I give commands > > postscript(file="plot.eps", onefile=FALSE) > qqnorm (col) > > to save the graph to a file "plot.eps" to include it in a TeX, the file > created has nothing to do with the former one: it only has "the graph > part", i.e. no title, no labels, no axes.... > >
I use R under Windows, and I've seen the same sort of thing. I usually save graphs as PDF or PNG files, which works fine, but on the rare occasions I've tried to save graphs as Postscript, some of the graphs end up saving with bits missing. -- View this message in context: http://r.789695.n4.nabble.com/R-graphs-differ-from-exported-one-tp3592553p3592915.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.