Hi Rich,
You don't show the actual code that you used, and I do not use ggplot,
but if you want to use RGB hex codes to define a color, you need to use
'#' as a prefix for the 6 character RGB code:
For example:
> plot(1:10, col = "FF3030")
Error in plot.xy(xy, type, ...) : invalid color name
On Fri, 12 Nov 2021, Avi Gross wrote:
Type colors()
Avi,
That's really helpful. Names are more easily grokked than are hex numbers.
Thanks,
Rich
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/lis
I have an R color chart downloaded from the Web March 4, 2015. Using it to
set ggplot2 colors R responds with 'Error: Unknown colour name: FF3030' for
a number of these colors.
There are several different color charts for R when I look for a new one but
I cannot tell which one has all colors reco
3 matches
Mail list logo