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
In this pen, as you can see the last trace is not visible.
If you press the autoscale the last trace appears.
This happens only if you plot trace in the following order:
[Marker Trace 1, Marker Trace 2, ..., Marker Trace N, Line Trace]
Maybe it is not a plotly bug, it could be something related to regl-line2d, or the way plotly uses it.
If this can be usefull, in regl-line2d, there are a step where undefined passes are filtered out.
@VinceX confirmed, thanks for the example and partial debugging. I'll let @dy figure out where the fix goes, but regardless it counts as a bug in plotly.js!
https://codepen.io/anon/pen/WKEdQb?editors=1010
In this pen, as you can see the last trace is not visible.
If you press the autoscale the last trace appears.
This happens only if you plot trace in the following order:
[Marker Trace 1, Marker Trace 2, ..., Marker Trace N, Line Trace]
Maybe it is not a plotly bug, it could be something related to regl-line2d, or the way plotly uses it.
If this can be usefull, in regl-line2d, there are a step where undefined passes are filtered out.
This leads to a misalignment of ids between plotly and regl-line2d.
The text was updated successfully, but these errors were encountered: