-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new rebase of color-libraries #7
Conversation
end | ||
|
||
getindex(cl::ColorLibrary, key::Symbol) = getgradient(key, cl) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be nice with a setindex
function as well to easily add gradients (quite useful for PlotThemes, I'd imagine)
merge when you're comfortable! |
Thanks! I still only have push rights to StatPlots though :-) |
Try again? |
Wohoo! :-) |
There are now PRs on PlotThemes and Plots that resolves the conflict with using themes. |
Simplify by disallowing directly passing color library
I copy-pasted the changes over manually