Skip to content

Commit c537cc8

Browse files
committed
fix typo in comment
1 parent e980e6a commit c537cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/axes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ axes.getSubplots = function(gd, ax) {
11711171
if(subplots.indexOf(sp) === -1) subplots.push(sp);
11721172
}
11731173

1174-
// look for subplots in the xes/anchors, so that we at least draw all axes
1174+
// look for subplots in the axes/anchors, so that we at least draw all axes
11751175
var axesList = axes.list(gd, '', true);
11761176

11771177
function hasAx2(sp, ax2) {

0 commit comments

Comments
 (0)