Closed
Description
I noticed there is an argument to control foreground colour and/or fill in the new theme_*
functions called ink
.
A common confusion for ggplot2 beginners is whether to use colour
or fill
.
From this, I wondered whether ggplot2 would consider fully supporting a dual colour
and/or fill
aesthetic called ink
? Then in general, users could just defer to always using ink
- unless they were plotting something polygon-ish and wanted to differentiate the colour
from the fill
.
Just an idea. Feel free to close, if you think too much effort relative to any benefit