Skip to content

Commit 4f3a6b0

Browse files
committed
hide overlapping labels in 3d
1 parent 3a8cf97 commit 4f3a6b0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-131 Bytes
Loading

test/image/mocks/grid_subplot_types.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -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": {"1.5": "1+½", "2": "√4", "2.5": "5/<sub>2</sub>"}}},
31+
"scene": {"domain": {"row": 1, "column": 1}, "zaxis": {"labelalias": {"1": "", "1.5": "1+½", "2": "√4", "2.5": "5/<sub>2</sub>", "3.5": ""}}},
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)