-
Notifications
You must be signed in to change notification settings - Fork 84
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
plot_grid() interaction with theme_set() #60
Comments
This is a bug in
|
Thanks, will do. |
Work-around: In
In `cowplot:
I don't want to make this change in the |
Hi Claus, I tried the workaround with My
|
Please post an example of code that causes this error for you. Thanks! |
Since this issue is still not resolved in the ggplot2 code base, I have decided to reimplement The code is currently on github and will be in the upcoming cowplot 0.8.0.
|
Hi there,
thanks for this useful package. Since one of the more recent updates (before updating to the current version I used 0.6.2) I'm experiencing some weird issues with the interaction between
plot_grid()
,theme_set()
, and a theme of mine that modifiesaxis.text.x
.Everything works great as long as I don't use
theme_set()
.Works as expected:
Throws an error:
If I set
angle
I get another error:Now, if I set
debug = FALSE
it finally works, but I get some weird numbering on the bottom margin.This is my session info:
The text was updated successfully, but these errors were encountered: