-
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
Error with coord_polar
#42
Comments
Can you report this for ggplot2 also (linking to this issue)? It's almost certainly a problem in how ggplot2 renders axes for polar coordinates. |
It's been determined that this is a ggtext issue that needs fixing. |
Hi, I've encountered this problem. Is there a solution? |
Hi, are there any updates on this? I'm not very savvy on |
I guess this completely dropped off the radar. I thought we had fixed this. I don't have a lot of capacity for ggtext development right now. If anybody wants to dig a bit deeper and try to figure out where the problem is I'm happy to assist/give advice. The problem is ggplot sends |
Using
theme(axis.text.x = element_markdown())
withcoord_polar
causes an error (but still correctly draws the plot):Minimal & reproducible example:
This issue seems to be related to the polar coordinates, as removing
coord_polar
gets rid of the errorThe text was updated successfully, but these errors were encountered: