Skip to content

Commit 3a8cf97

Browse files
committed
adjust grid_subplot_types mock
1 parent c1d127e commit 3a8cf97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-259 Bytes
Loading

test/image/mocks/grid_subplot_types.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"yanchor": "bottom",
1818
"y": 0,
1919
"len": 0.3,
20-
"labelalias": {"2": "TWO<sup>2</sup>"}
20+
"labelalias": {"3": "2+1", "4": "2<sup>2</sup>"}
2121
}}
2222
],
2323
"layout": {
@@ -28,7 +28,7 @@
2828
"xaxis3": {"title": {"text": "x3"}, "labelalias": {"0": "ZERO<sup>2</sup>"}},
2929
"yaxis3": {"title": {"text": "y3"}, "labelalias": {"0": "ZERO<sup>2</sup>"}},
3030
"grid": {"rows": 3, "columns": 3, "xgap": 0.3, "ygap": 0.3},
31-
"scene": {"domain": {"row": 1, "column": 1}, "zaxis": {"labelalias": {"2": "TWO<sup>2</sup>"}}},
31+
"scene": {"domain": {"row": 1, "column": 1}, "zaxis": {"labelalias": {"1.5": "1+½", "2": "√4", "2.5": "5/<sub>2</sub>"}}},
3232
"ternary": {"domain": {"row": 1, "column": 2}, "caxis": {"labelalias": {"1": "ONE"}}},
3333
"geo": {"domain": {"row": 2, "column": 1}},
3434
"width": 700,

0 commit comments

Comments
 (0)