Re: [R] why is text being rasterized with text()

2008-04-03 Thread Andrew Yee
Thank you for looking at my code. You are absolutely right. I'm mortified that I didn't see the text() tucked inside the for loop. Once I took it out of the loop, the text() works fine. Thanks, Andrew On Thu, Apr 3, 2008 at 1:52 AM, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > We haven't been

Re: [R] why is text being rasterized with text()

2008-04-02 Thread Prof Brian Ripley
We haven't been told your OS or the graphics device or how you viewed PDF output. But all text on screen devices is rasterized -- they are raster devices. (That includes your pdf viewer.) You are writing the label 9 times in the same place. I suspect what you are seeing is a viewer artifact

[R] why is text being rasterized with text()

2008-04-02 Thread Andrew Yee
Here's a question: I noticed that when I tried to create this simple graph of rectangles and text, R appears to generate text that is rasterized (this is seen both on the monitor and when the output is directed to a pdf file). Any thoughts? value.seq <- c("<4",as.character(seq(from=4,to=10)),">1