Skip to content

Commit 3e53615

Browse files
committed
no need to add smith axes to axList
1 parent 065c4ea commit 3e53615

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/plots/plots.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2981,15 +2981,6 @@ plots.doCalcdata = function(gd, traces) {
29812981
);
29822982
}
29832983

2984-
// add smith axes to axis list
2985-
var smithIds = fullLayout._subplots.smith || [];
2986-
for(i = 0; i < smithIds.length; i++) {
2987-
axList.push(
2988-
fullLayout[smithIds[i]].realaxis,
2989-
fullLayout[smithIds[i]].imaginaryaxis
2990-
);
2991-
}
2992-
29932984
// clear relinked cmin/cmax values in shared axes to start aggregation from scratch
29942985
for(var k in fullLayout._colorAxes) {
29952986
var cOpts = fullLayout[k];

0 commit comments

Comments
 (0)