Skip to content
Prev 7431 / 15075 Next

Text will not appear on any graph

I don't have a solution, but you may get another clue to where the problem
lies if you send the plot directly to a file, and see whether the text
shows up there.

pdf()
# your plot commands here
dev.off()


Then look at Rplots.pdf in your working directory.

--Susan