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 build a show_palette() function for the comutation project. It is similar in intent and most functionality to scales::show_cols(), except my function returns a ggplot2 object, increasing the customization options.
It should be pretty easy to implement and test.
The text was updated successfully, but these errors were encountered:
I build a
show_palette()
function for the comutation project. It is similar in intent and most functionality toscales::show_cols()
, except my function returns a ggplot2 object, increasing the customization options.It should be pretty easy to implement and test.
The text was updated successfully, but these errors were encountered: