Message-ID: <49DCC605.6040506@biotec.tu-dresden.de>
Date: 2009-04-08T15:43:01Z
From: Christof Winter
Subject: Howto Plot With Transparent Background
In-Reply-To: <49DCA1D4.6080403@uke.uni-hamburg.de>
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