Skip to content

Commit 2d93469

Browse files
committed
sub regl-splom -> regl-scattermatrix in comments
1 parent c98071f commit 2d93469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/traces/splom/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function handleAxisDefaults(traceIn, traceOut, layout, coerce) {
130130
}
131131

132132
// build list of [x,y] axis corresponding to each dimensions[i],
133-
// very useful for passing options to regl-scattermatrix
133+
// very useful for passing options to regl-splom
134134
var diag = traceOut._diag = new Array(dimLength);
135135

136136
// cases where showDiag and showLower or showUpper are false

src/traces/splom/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function plotOne(gd, cd0) {
181181
if(cdata.length === 0) return;
182182

183183
// augment options with proper upper/lower halves
184-
// regl-scattermatrix's default grid starts from bottom-left
184+
// regl-splom's default grid starts from bottom-left
185185
matrixOpts.lower = trace.showupperhalf;
186186
matrixOpts.upper = trace.showlowerhalf;
187187
matrixOpts.diagonal = trace.diagonal.visible;

0 commit comments

Comments
 (0)