-
Notifications
You must be signed in to change notification settings - Fork 633
Incorrect Background Fill when violin plot generated by ggplot is piped into toWebGL() #1693
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
Comments
Likely a result of plotly/plotly.js#2291, so unfortunately there's isn't much I can do fix...is there a reason why you need |
ggplotly renders correctly (without toWebGL). We are using toWebGL() to reduce the time it takes to generate the plot when there is a lot of data. |
Ok, unfortunately there's isn't anything I can do in the R package to workaround this problem...the fix must come from plotly.js, so I'll be closing this...subscribe to plotly/plotly.js#2291 for updates PS. thanks for the reprex! |
Thanks for the quick follow up. I understand you cannot do anything about.
Bill
From: Carson Sievert <[email protected]>
Reply-To: ropensci/plotly <[email protected]>
Date: Thursday, February 6, 2020 at 11:25 AM
To: ropensci/plotly <[email protected]>
Cc: William Martersteck <[email protected]>, Author <[email protected]>
Subject: [EXTERNAL] Re: [ropensci/plotly] Incorrect Background Fill when violin plot generated by ggplot is piped into toWebGL() (#1693)
EXTERNAL EMAIL: Use caution before replying, clicking links, and opening attachments.
Ok, unfortunately there's isn't anything I can do in the R package to workaround this problem...the fix must come from plotly.js, so I'll be closing this...subscribe to plotly/plotly.js#2291<plotly/plotly.js#2291> for updates
PS. thanks for the reprex!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#1693>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGDZ64PDOTBQI4S4KJCHIRDRBQ2WVANCNFSM4KQRNEMQ>.
|
Generating a series of violin plots with vertical facets. The background color is not filled completely in the entire background when the ggplot object is sent thru toWebGL(). If I generate boxplots instead of violin plots, things seem to work. If I don't use faceting, things appear to be correct.
A picture is worth a 1000 words so check out the "with" and "without" toWebGL().


dat.csv.zip
The text was updated successfully, but these errors were encountered: