-
Notifications
You must be signed in to change notification settings - Fork 37
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
theme_animint with theme_bw in ggplot2 #29
Comments
The same error produced when I source
Last week I successfully ran all tests. |
I know what went wrong. Today I updated |
It seems that doing |
maybe put a message("put theme_animint before other theme options")? |
the real solution is to get it merged into ggplot2 ... |
I will add this as a test in tdhock/ggplot2 in case they ever merge it |
actually there was a bug in tdhock/ggplot2 which I just fixed and added tests for |
I wouldn't count on that, but you could talk to Winston again just in On Tue, Mar 31, 2015 at 3:15 PM, Toby Dylan Hocking <
|
When using theme_bw() (or theme_grey, etc.), the theme_animint() statement has to come before any other theme set:
works fine, but
produces the error
This error does not occur when theme_animint() is used before theme_bw():
The text was updated successfully, but these errors were encountered: