Displaying 3 results from an estimated 3 matches for "1874cd".
Did you mean:
1874
2018 Apr 16
2
alpha transparency doesn't work for lines when xpd=TRUE
Dear R-devel,
I think I've found a bug - the alpha transparency doesn't work when plotting lines with xpd = TRUE.
#works
plot(1:20, col="#1874CD", xpd=T, type="l")
#works
plot(1:20, col="#1874CD50", xpd=F, type="l")
#doesn't work
plot(1:20, col="#1874CD50", xpd=T, type="l")
Thank you.
Jim
[[alternative HTML version deleted]]
2018 Apr 16
0
alpha transparency doesn't work for lines when xpd=TRUE
> On Apr 16, 2018, at 10:41 AM, Jiaxuan Chen <Jiaxuan.Chen at cruk.cam.ac.uk> wrote:
>
> Dear R-devel,
>
> I think I've found a bug - the alpha transparency doesn't work when plotting lines with xpd = TRUE.
>
> #works
> plot(1:20, col="#1874CD", xpd=T, type="l")
>
> #works
> plot(1:20, col="#1874CD50", xpd=F, type="l")
>
> #doesn't work
> plot(1:20, col="#1874CD50", xpd=T, type="l")
It's behaving as expected (last two lines light blue) on a Mac (El Capita...
2000 Feb 29
0
mapping of colornames into hsv: half way done
..."#00688B",
"dimgray", "#696969",
"dimgrey", "#696969",
"dodgerblue", "#1E90FF",
"dodgerblue1", "#1E90FF",
"dodgerblue2", "#1C86EE",
"dodgerblue3", "#1874CD",
"dodgerblue4", "#104E8B",
"firebrick", "#B22222",
"firebrick1", "#FF3030",
"firebrick2", "#EE2C2C",
"firebrick3", "#CD2626",
"firebrick4", "#8B1A1A"...