On Thu, 23 Feb 2023, Duncan Murdoch wrote:
On 23/02/2023 6:09 a.m., Achim Zeileis wrote:
Duncan,
thanks for your feedback. I just received your response after sending out
mine. You came to the same conclusion. Should I prepare a patch and send
it to you so that you can also have a look? Or vie
On 23/02/2023 6:09 a.m., Achim Zeileis wrote:
Duncan,
thanks for your feedback. I just received your response after sending out
mine. You came to the same conclusion. Should I prepare a patch and send
it to you so that you can also have a look? Or view Bugzilla?
Copying Sigbert's message to Bu
Thanks, Sigbert, good catch.
The reason that this happens is the following: rainbow(), heat.colors(),
terrain.colors(), cm.colors(), and topo.colors() are all just front-ends
to calls to hsv() for Hue-Saturation-Value colors. (BTW: This is also the
main reason why they yield palettes with rath
Duncan,
thanks for your feedback. I just received your response after sending out
mine. You came to the same conclusion. Should I prepare a patch and send
it to you so that you can also have a look? Or view Bugzilla?
Best wishes,
Achim
On Thu, 23 Feb 2023, Duncan Murdoch wrote:
On 23/02/20
On 23/02/2023 4:36 a.m., Sigbert Klinke wrote:
Hi,
I would have expected that I get always 3 colors as result which is not
true:
hcl.colors(3, alpha=c(0, 0.5, 1)) # 3 colors
rainbow(3, alpha=c(0, 0.5, 1))# 3 colors
heat.colors(3, alpha=c(0, 0.5, 1))# 3 colors
terrain.colors(3
Hi,
I would have expected that I get always 3 colors as result which is not
true:
hcl.colors(3, alpha=c(0, 0.5, 1)) # 3 colors
rainbow(3, alpha=c(0, 0.5, 1))# 3 colors
heat.colors(3, alpha=c(0, 0.5, 1))# 3 colors
terrain.colors(3, alpha=c(0, 0.5, 1)) # 6 colors
cm.colors(3,
6 matches
Mail list logo