transparent canvas

Hi,

This subject has already come up before and John suggested using

f = figure(1, frameon=False)

for a totally transparent background which works fine as an optional argumento to subplot in the matlab interface

subplot(111, frameon=False)

I want to know what would be the equivalent to

f._figurePatch.set_alpha(0.0)

for the matlab interface, since subplot does not have a _figurePatch atribute.

I would like only partial tranparency since I want to use this on a LaTeX-beamer presentation.

any help will be appreciated.

Flavio
fiocruz4.jpg
Flávio Codeço Coelho, PhD

Programa de Computação Científica

Fundação Oswaldo Cruz

Rio de Janeiro – Brasil

···