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 e980e6a commit c537cc8Copy full SHA for c537cc8
src/plots/cartesian/axes.js
@@ -1171,7 +1171,7 @@ axes.getSubplots = function(gd, ax) {
1171
if(subplots.indexOf(sp) === -1) subplots.push(sp);
1172
}
1173
1174
- // look for subplots in the xes/anchors, so that we at least draw all axes
+ // look for subplots in the axes/anchors, so that we at least draw all axes
1175
var axesList = axes.list(gd, '', true);
1176
1177
function hasAx2(sp, ax2) {
0 commit comments