-
Notifications
You must be signed in to change notification settings - Fork 632
Fix geom2trace.geompoint incorrect filling (closes #2298) #2299
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
Fix geom2trace.geompoint incorrect filling (closes #2298) #2299
Conversation
54b6dbc
to
eeca9ab
Compare
Rebased conflict on NEWS entry
Thanks for your time and thanks for plotly!
Thank you @zeehio, great work!
BTW, if you're looking to contribute more to plotly, it seems some recent changes in the development version of ggplot2 have caused a lot of test failures...it'd be super awesome if you wanted to help surface what changes have lead to those issues (and, ideally, propose fixes for them)!
I'd love to help. These fixes were part of my work and going beyond this would probably be out of scope for my employer.
But if I find some free personal time I may try to submit some test fixes... Thanks!
I'm unable right now to paste images here. However the plot
p
below gives a red and a green dot with ggplot2 and two green dots with plotly.ggplotly(p)
gives the following warning as well:This PR addresses the warning and fixes the issue. It's fairly simple.