We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5abb6 commit c98071fCopy full SHA for c98071f
src/traces/splom/index.js
@@ -419,7 +419,7 @@ function style(gd, cds) {
419
var fullLayout = gd._fullLayout;
420
var cd0 = cds[0];
421
var scene0 = cd0[0].t._scene;
422
- scene0.matrix.regl.clear({color: true});
+ scene0.matrix.regl.clear({color: true, depth: true});
423
424
if(fullLayout._splomGrid) {
425
fullLayout._splomGrid.draw();
0 commit comments