You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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