-
Notifications
You must be signed in to change notification settings - Fork 15
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
Artefacts with overlapping pies #32
Comments
I've found this same issue and haven't found a solution. From what I can tell it occurs because the colors are plotted sequentially instead of pies being plotted together (e.g. all green slices are plotted, then all red slices, then all blue slices, so the blues overlap the greens). I'm not sure how to remedy this. @dramanica Did you find a solution to this? |
@alexkrohn No, I am afraid I never did find a proper solution; swapping the order of the factor levels can help depending on how the colours overlap (but that's a hack that will only work under some circumstances). |
Bummer. I love this package, but this error is forcing me back into base R. Thanks for looking into it, anyway! |
@xiangpin pls incorporate this feature (using |
In some instances, ovelapping pies are clipped incorrectly. Here is a simple reproducible example:
The text was updated successfully, but these errors were encountered: