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) {
4646
4747 var axisAttrRegex = ( Plots . subplotsRegistry . cartesian || { } ) . attrRegex ;
4848 var polarAttrRegex = ( Plots . subplotsRegistry . polar || { } ) . attrRegex ;
49- var smithAttrRegex = ( Plots . subplotsRegistry . smith || { } ) . attrRegex ;
5049 var ternaryAttrRegex = ( Plots . subplotsRegistry . ternary || { } ) . attrRegex ;
5150 var sceneAttrRegex = ( Plots . subplotsRegistry . gl3d || { } ) . attrRegex ;
5251
@@ -94,11 +93,6 @@ exports.cleanLayout = function(layout) {
9493
9594 var polar = layout [ key ] ;
9695 cleanTitle ( polar . radialaxis ) ;
97- } else if ( smithAttrRegex && smithAttrRegex . test ( key ) ) {
98- // modifications for smith
99-
100- var smith = layout [ key ] ;
101- cleanTitle ( smith . realaxis ) ;
10296 } else if ( ternaryAttrRegex && ternaryAttrRegex . test ( key ) ) {
10397 // modifications for ternary
10498
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ var helpers = require('./helpers');
3131
3232var smithHelpers = require ( '../smith/helpers' ) ;
3333var smith = smithHelpers . smith ;
34- // var smithInvert = smithHelpers.smithInvert;
3534var reactanceArc = smithHelpers . reactanceArc ;
3635var resistanceArc = smithHelpers . resistanceArc ;
3736var smithTransform = smithHelpers . smithTransform ;
You can’t perform that action at this time.
0 commit comments