Displaying 1 result from an estimated 1 matches for "a8b50a".
Did you mean:
a8b0
2008 Dec 04
1
How can I create transparant colour
...,3,3,1)
yvalue1<- c(0,0,22,22)
yvalue2<- c(0,0,44,44)
plot(c(min(xvalue2),max(xvalue2)),c(min(yvalue2),max(yvalue2)),type="n",xaxt="n",yaxt="n",xlab="",ylab="Loss
in £m",yaxs="i",xaxs="r")
polygon(xvalue2,yvalue2,col="#A8B50A",border="#A8B50A")
polygon(xvalue1,yvalue1,col="#9E4770",border="#9E4770")
#########################
regards,
Alireza
[[alternative HTML version deleted]]