Displaying 1 result from an estimated 1 matches for "postcsript".
Did you mean:
postcript
2003 Dec 05
1
How to use Sys.setlocale("LC_NUMERIC")?
...hen? For example ylim=c(2.4,
3.5) -> ylim=c(2,4 ? 3,5), not to get a syntax error with the
comma-decimal numbers?
Workaround: I can set the value before I switch to "cz_CZ".
-- And finally, how do I plot it to the postscript device with commas in
labels (2,54), but with points in the postcsript commands (0.75
setlinewidth)? I can understand this is a problem of postscript
language/interpreter which doesn't use locales, but R's postscript
driver should know, it can't use commas in PS-command arguments.
Workaround: I can use "pretty()" and "as.character()" w...