Plotly.js: subplots webgl bug

Created on 4 Jul 2017  路  6Comments  路  Source: plotly/plotly.js

Tried to make a 5 X 7 scattergl subplot and some of the subplot panels are hidden:

https://plot.ly/~jackp/17617/#plot

image

The SVG version works and the "missing data" sometimes flickers on hover in the GL version. Also if you toggle the legend items you can get the missing panels to redraw and show up:

image

Apologies if this is already a know issue, I couldn't find it anywhere.

Maybe large scattergl subplot trellises should be one of the image tests.

@alishobeiri has a nice Dash app where you can play with different GL subplot layouts:

https://dash-diamonds-explorer.herokuapp.com/

bug

Most helpful comment

Looking sharp with @dfcreative 's regl-based scattergl

image

All 6 comments

Ahhhh... Looks like it's related to this:
image

If so, probably won't be a fix until the great regl migration:
https://github.com/plotly/plotly.js/issues/949 馃槕

Looking sharp with @dfcreative 's regl-based scattergl

image

https://github.com/plotly/plotly.js/commit/72cc1a3958d60be1efbdc610115facce06acb1d6 adds test mock:

image

(pretty impressed how performant it is)

(pretty impressed how performant it is)

Yep me too. Solid performance cc @jackparmer

I'm really happy about this one.

Done in -> https://github.com/plotly/plotly.js/pull/2258

Was this page helpful?
0 / 5 - 0 ratings