Skip to content
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

wesanderson colour palette library palette names altered #140

Closed
pecdwoodbury opened this issue Jan 13, 2019 · 1 comment
Closed

wesanderson colour palette library palette names altered #140

pecdwoodbury opened this issue Jan 13, 2019 · 1 comment

Comments

@pecdwoodbury
Copy link

Hiya,

I'm a complete novice so don't know how to upload a suggested code change yet but my PDF make failed due to the names of two palettes in the wesanderson library having been changed. I think there was originally just one for each of the relevant films but more were added so the names were suffixed with "1".

The lines below need to be changed I think in the scales.rmd file:

From:
bars + scale_fill_manual(values = wes_palette("GrandBudapest"))
bars + scale_fill_manual(values = wes_palette("Zissou"))

To:
bars + scale_fill_manual(values = wes_palette("GrandBudapest1"))
bars + scale_fill_manual(values = wes_palette("Zissou1"))

Sorry if I'm dumb and missed something!

@hadley
Copy link
Owner

hadley commented Jun 15, 2019

Fixed by #142

@hadley hadley closed this as completed Jun 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants