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 065c4ea commit 3e53615Copy full SHA for 3e53615
src/plots/plots.js
@@ -2981,15 +2981,6 @@ plots.doCalcdata = function(gd, traces) {
2981
);
2982
}
2983
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
-
2993
// clear relinked cmin/cmax values in shared axes to start aggregation from scratch
2994
for(var k in fullLayout._colorAxes) {
2995
var cOpts = fullLayout[k];
0 commit comments