You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main distribution plots have outliers hidden, using the "outlier.shape = NA" option of geom_boxplot(). I think that we should do the same for the plots in the Preview tab - unfortunately, it looks like there is some weird behaviour in plotly which stops this working?
If I remember correctly, plotly does ignore outlier.shape argument. The only way to remove it was to remove a specific layer of the plot that contains the outlier points. On main plots it was always the same layer so it could be removed, but on Preview plots it somehow varied.
Ok, it seems that we already went through this a while back and agreed that (i) there's not a lot that we can do about it, due to the behaviour of plotly (hopefully they might fix at some point), and (ii) that it was acceptable since it only affects the Preview plots. So I'll close this for now.
The main distribution plots have outliers hidden, using the "outlier.shape = NA" option of geom_boxplot(). I think that we should do the same for the plots in the Preview tab - unfortunately, it looks like there is some weird behaviour in plotly which stops this working?
plotly/plotly.R#1114
I wonder if we could try some of the workarounds suggested there?
The text was updated successfully, but these errors were encountered: