Open
Description
In ggplot2 I can pass a vector of colors through theme(axis.text.x), and while it gives the warning
Vectorized input to `element_text()` is not officially supported.
Results may be unexpected or may change in future versions of ggplot2.
it still works. I see this warning when passing the ggplot2 theme axis text colors through heatmap_layers
but it doesn't seem to change the colors. A single color passed this way works.
Is this possible?
Thanks!