Displaying 1 result from an estimated 1 matches for "10000a".
Did you mean:
10000
2009 Jan 12
0
Grayscale figures in odfWeave?
Dear list,
I am sorry if this is a FAQ, but I have just started using odfWeave
for report construction and it seems not to behave exactly like
Sweave.
I want to get my figures in grayscale, but the tip given in the FAQ of
Sweave http://www.stat.uni-muenchen.de/~leisch/Sweave/FAQ.html#x1-10000A.8
only produces gray scale images in the screen output, not in the odf
document.
This is my init code:
<<Init,echo=false>>=
library(lattice)
ltheme <- canonical.theme(color = FALSE) ## in-built B&W theme
ltheme$strip.background$col <- "transparent" ## change str...