We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f0033 commit 8fb9134Copy full SHA for 8fb9134
test/image/baselines/layout_image.png
-14.5 KB
test/image/mocks/layout_image.json
@@ -3,9 +3,19 @@
3
{
4
"x": [1,2,3],
5
"y": [1,2,3]
6
+ }, {
7
+ "x": [1,2,3],
8
+ "y": [1,2,3],
9
+ "yaxis": "y2"
10
}
11
],
12
"layout": {
13
+ "yaxis": {
14
+ "domain": [0, 0.5]
15
+ },
16
+ "yaxis2": {
17
+ "domain": [0.5, 1]
18
19
"images": [
20
21
"source": "https://images.plot.ly/language-icons/api-home/python-logo.png",
@@ -32,7 +42,7 @@
32
42
33
43
"source": "https://images.plot.ly/language-icons/api-home/r-logo.png",
34
44
"xref": "x",
35
- "yref": "y",
45
+ "yref": "y2",
36
46
"x": 1,
37
47
"y": 3,
38
48
"sizex": 2,
0 commit comments