Displaying 1 result from an estimated 1 matches for "pdfplot2".
Did you mean:
pdfplot
2009 Jun 26
3
panel.text and saving to pdf
...70,470,"silly graph",cex=1.2,font=2)
savePlot(paste(today, "jpgplot",sep="_"),type="jpg") # this plots fine and text is as on the screen
savePlot(paste(today, "pdfplot",sep="_"),type="pdf") # text has moved
pdf(paste(today,"pdfplot2.pdf",sep="_")) # no difference using pdf
xyplot(x~y|z,data=foo)
panel.text(370,470,"silly graph",cex=1.2,font=2)
dev.off()
# There is also no difference
_
platform i386-pc-mingw32
arch i386...