Skip to content
Prev 246173 / 398503 Next

Plot symbols: How to plot (and save) a graphic with symbols originating from a table

On Sat, Jan 1, 2011 at 3:00 PM, Victor F Seabra <vseabra at uol.com.br> wrote:
Try this which illustrates the idea without all the distraction of the
inessential elements:

   plot(0, main = eval(parse(text = sprintf("'%s'", "a\\u2264b"))))


That is, within the context of your post the last line would be replaced with:

   text(y=table1$ypos, x = 8, eval(parse(text = sprintf("'%s'", table1$var2))))


Whether this works may depend on the OS and device that you use -- it
does work on my Windows Vista system.