Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0c9941a

Browse filesBrowse files
committed
add test with reversed z order
1 parent 37ce682 commit 0c9941a
Copy full SHA for 0c9941a

File tree

2 files changed

+62
-0
lines changed
Filter options

2 files changed

+62
-0
lines changed
Loading
+62Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"data": [
3+
{
4+
"line": {
5+
"width": 15
6+
},
7+
"mode": "lines",
8+
"x": ["A", "B", "C", "D"],
9+
"y": [1, 2, 3, 4],
10+
"zorder": 4
11+
},
12+
{
13+
"line": {
14+
"width": 15
15+
},
16+
"mode": "lines",
17+
"x": ["A", "B", "C", "D"],
18+
"y": [2, 3, 4, 1],
19+
"zorder": 3
20+
},
21+
{
22+
"line": {
23+
"width": 15
24+
},
25+
"mode": "lines",
26+
"x": ["A", "B", "C", "D"],
27+
"y": [3, 4, 1, 2],
28+
"xaxis": "x2",
29+
"zorder": 2
30+
},
31+
{
32+
"line": {
33+
"width": 15
34+
},
35+
"mode": "lines",
36+
"x": ["A", "B", "C", "D"],
37+
"y": [4, 1, 2, 3],
38+
"xaxis": "x2",
39+
"yaxis": "y2",
40+
"zorder": 1
41+
}
42+
],
43+
"layout": {
44+
"showlegend": true,
45+
"title": {
46+
"text": "zorder overlayed subplots - multiple on the same subplot",
47+
"subtitle": {
48+
"text": "Orange trace is displayed on top!"
49+
}
50+
},
51+
"width": 600,
52+
"height": 400,
53+
"xaxis2": {
54+
"overlaying": "x",
55+
"side": "top"
56+
},
57+
"yaxis2": {
58+
"overlaying": "y",
59+
"side": "right"
60+
}
61+
}
62+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.