-
Notifications
You must be signed in to change notification settings - Fork 22
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
Study titles vertical not horizontal #81
Comments
Hi @rachaelmburke , Thanks for your message - this is a known issue, and it is due to changes in the way the ggplot2 package orientates the labels of facet levels since V3.3.0 of that package. If you install the development version of
Please let me know if that doesn't work. For reference, the fix should be added to the CRAN version of |
Hi @rachaelmburke, I'm just doing a clean-out of Issues related to this project, and as I haven't heard anything back from you, I'm going to close this for the time being. Please feel free to re-open it if you encounter any further issues/the fix above doesn't work! |
Thanks this helps. |
Works for me. |
Hi, I am experiencing the same issue re: study labels. Is there another solution for this as I am not having any luck with the solution mentioned above. Kind regards, Elliott |
Hey @elliott-taylor1, It might be a case that you also need to update Use the following to update
If that doesn't work, would you mind running:
and copy/pasting the output, so that I can try and debug the issue? |
I'm having this issue as well - I installed both ggplot2 and robvis last week so they should be up to date. I also tried running devtools::install_github("mcguinlu/robvis") and got the following error message: Error in utils::download.file(url, path, method = method, quiet = quiet, : My output from sessionInfo() is: Matrix products: default locale: time zone: America/New_York attached base packages: other attached packages: loaded via a namespace (and not attached): I would appreciate any ideas you have about what I need to do to get the study titles horizontal - thank you in advance! |
I also got the same error as @rehrenk so could not download the fixed dev version. A quick workaround if you have to rely on the CRAN version is to add 'theme(strip.text.y.left = element_text(angle = 0))' to your rob figure ggplot object so it flips the study labels:
|
Hi,
Thanks so much for making this amazing package. Thank you!
I'm not sure if this is a bug or if I'm doing something wrong, but I'm using the code pretty much 'out of the box', so not sure what I could be doing wrong.
In all the traffic light plots the labels for my papers are vertical, not horizontal. This means you basically can't read the names of the papers as they get cut off the edges.
In all you pictures / documentation the screenshots show horizontal study labels.
Have I done something wrong or did something odd sneak in at the last update?
To Reproduce
Returns this....
(from my computer screen - look at the direction of text on the labels)
I was expecting...
(from the documentation)
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: