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 d072121 commit 37b585eCopy full SHA for 37b585e
src/traces/splom/index.js
@@ -74,6 +74,11 @@ function calc(gd, trace) {
74
}
75
76
77
+ // augment options with proper upper/lower halves
78
+ if(!trace.showupperhalf) opts.upper = false;
79
+ if(!trace.showlowerhalf) opts.lower = false;
80
+ if(!trace.diagonal.visible) opts.diagonal = false;
81
+
82
var scene = stash._scene = sceneUpdate(gd, stash);
83
if(!scene.matrix) scene.matrix = true;
84
scene.matrixOptions = opts;
0 commit comments