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
When creating a rectangle using 4 scatter points (3 line segments) and fill: "toself" the connecting edge of the rectangle behaves oddly when the rectangle is much much larger than the viewport.
Thanks @jonmmease - This is happening because we prune away one of those far-offscreen points, since it doesn't affect the visible path. But you're right, to support fills we need to always include the very first and last points.
Plotlyjs translation of plotly/plotly.py#1008
When creating a rectangle using 4
scatter
points (3 line segments) andfill: "toself"
the connecting edge of the rectangle behaves oddly when the rectangle is much much larger than the viewport.CodePen: https://codepen.io/jonmmease/pen/WaapQa
But it looks as expected with

yval
is 1e2:It also work as expected with
scattergl
traces.The text was updated successfully, but these errors were encountered: