Skip to content

plot() function: color transparency

6 messages · capricy gao, Duncan Murdoch, Christoph Scherber +1 more

#
On 13-12-18 2:08 PM, capricy gao wrote:
See the examples for ?palette.

Duncan Murdoch
#
you will need to specify colours as RGB values and then set transparency 
via the "alpha" argument.

e.g.: color=rgb(0,0,0,alpha=0.3)

# will  give black (0,0,0) and a transparency of 30%.

Best wishes
Christoph
On 18/12/2013 23:23, capricy gao wrote:
#
On 13-12-18 5:23 PM, capricy gao wrote:
You didn't read very carefully.

Duncan Murdoch