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
Love the boxplot feature, but found a corner case thats been difficult to pin down / debug. I think I've narrowed it down to an internal bug with plotly.
If there is only one outlier and jitter is turned on, the outlier point will render all the way in the top left corner of the plot.
If there are two outliers, this behavior goes away and the outliers are rendered normally.
Interestingly, if "all" is turned on, this bug also goes away.
I'm making a plot that really needs the jitter, and there have been multiple instances with a single outlier.
Here is a codepen recreating the issue, and showing the cases where it goes away: Codepen
Love the boxplot feature, but found a corner case thats been difficult to pin down / debug. I think I've narrowed it down to an internal bug with plotly.
I'm making a plot that really needs the jitter, and there have been multiple instances with a single outlier.
Here is a codepen recreating the issue, and showing the cases where it goes away:
Codepen
The text was updated successfully, but these errors were encountered: