Howto Plot With Transparent Background
Eik Vettorazzi wrote, On 08.04.2009 15:08:
By default pdfs have a transparent background, see ?pdf and there the bg
part,
which can be proven by a minimal R+ LaTeX example
#R code
pdf("test.pdf")
plot(1,1)
dev.off()
#minimal tex example
\documentclass[a4paper,12pt]{article}
\usepackage[svgnames]{xcolor}
\usepackage{graphicx}
\begin{document}
\pagecolor{green}
I really like those bizarre green pages. Thanks for sharing. :-) Christof
Christof Winter Bioinformatics Group Biotechnologisches Zentrum Technische Universit?t Dresden Tatzberg 47-51 01307 Dresden Germany