File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ exports.cleanLayout = function(layout) {
46
46
47
47
var axisAttrRegex = ( Plots . subplotsRegistry . cartesian || { } ) . attrRegex ;
48
48
var polarAttrRegex = ( Plots . subplotsRegistry . polar || { } ) . attrRegex ;
49
- var smithAttrRegex = ( Plots . subplotsRegistry . smith || { } ) . attrRegex ;
50
49
var ternaryAttrRegex = ( Plots . subplotsRegistry . ternary || { } ) . attrRegex ;
51
50
var sceneAttrRegex = ( Plots . subplotsRegistry . gl3d || { } ) . attrRegex ;
52
51
@@ -94,11 +93,6 @@ exports.cleanLayout = function(layout) {
94
93
95
94
var polar = layout [ key ] ;
96
95
cleanTitle ( polar . radialaxis ) ;
97
- } else if ( smithAttrRegex && smithAttrRegex . test ( key ) ) {
98
- // modifications for smith
99
-
100
- var smith = layout [ key ] ;
101
- cleanTitle ( smith . realaxis ) ;
102
96
} else if ( ternaryAttrRegex && ternaryAttrRegex . test ( key ) ) {
103
97
// modifications for ternary
104
98
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ var helpers = require('./helpers');
31
31
32
32
var smithHelpers = require ( '../smith/helpers' ) ;
33
33
var smith = smithHelpers . smith ;
34
- // var smithInvert = smithHelpers.smithInvert;
35
34
var reactanceArc = smithHelpers . reactanceArc ;
36
35
var resistanceArc = smithHelpers . resistanceArc ;
37
36
var smithTransform = smithHelpers . smithTransform ;
You can’t perform that action at this time.
0 commit comments