Skip to content

Commit f2390d3

Browse files
committed
no showexponent for smith
1 parent 743d06c commit f2390d3

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

src/plots/smith/layout_attributes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ var axisTickAttrs = overrideAll({
2525
tickprefix: axesAttrs.tickprefix,
2626
showticksuffix: axesAttrs.showticksuffix,
2727
ticksuffix: axesAttrs.ticksuffix,
28-
showexponent: axesAttrs.showexponent,
2928
tickfont: axesAttrs.tickfont,
3029
tickformat: axesAttrs.tickformat,
3130
hoverformat: axesAttrs.hoverformat,

test/plot-schema.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7405,18 +7405,6 @@
74057405
"valType": "number"
74067406
},
74077407
"role": "object",
7408-
"showexponent": {
7409-
"description": "If *all*, all exponents are shown besides their significands. If *first*, only the exponent of the first tick is shown. If *last*, only the exponent of the last tick is shown. If *none*, no exponents appear.",
7410-
"dflt": "all",
7411-
"editType": "plot",
7412-
"valType": "enumerated",
7413-
"values": [
7414-
"all",
7415-
"first",
7416-
"last",
7417-
"none"
7418-
]
7419-
},
74207408
"showgrid": {
74217409
"description": "Determines whether or not grid lines are drawn. If *true*, the grid lines are drawn at every tick mark.",
74227410
"dflt": true,
@@ -7623,18 +7611,6 @@
76237611
"valType": "number"
76247612
},
76257613
"role": "object",
7626-
"showexponent": {
7627-
"description": "If *all*, all exponents are shown besides their significands. If *first*, only the exponent of the first tick is shown. If *last*, only the exponent of the last tick is shown. If *none*, no exponents appear.",
7628-
"dflt": "all",
7629-
"editType": "plot",
7630-
"valType": "enumerated",
7631-
"values": [
7632-
"all",
7633-
"first",
7634-
"last",
7635-
"none"
7636-
]
7637-
},
76387614
"showgrid": {
76397615
"description": "Determines whether or not grid lines are drawn. If *true*, the grid lines are drawn at every tick mark.",
76407616
"dflt": true,

0 commit comments

Comments
 (0)