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 972461f

Browse filesBrowse files
committed
add two image tests
1 parent dca44b9 commit 972461f
Copy full SHA for 972461f

File tree

4 files changed

+118
-0
lines changed
Filter options

4 files changed

+118
-0
lines changed
15.9 KB
Loading
20.6 KB
Loading
+65Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"data": [
3+
{
4+
"type": "scatter3d",
5+
"mode": "markers",
6+
"x": [
7+
1,
8+
2,
9+
3
10+
],
11+
"y": [
12+
1,
13+
2,
14+
3
15+
],
16+
"z": [
17+
2000,
18+
1000,
19+
2000
20+
],
21+
"error_z": {
22+
"array": [
23+
1000,
24+
500,
25+
1000
26+
],
27+
"arrayminus": [
28+
0,
29+
500,
30+
0
31+
],
32+
"color": "green",
33+
"thinkness": 5
34+
},
35+
"error_x": {
36+
"type": "constant",
37+
"value": 0.1,
38+
"color": "black"
39+
},
40+
"marker": {
41+
"symbol": "square"
42+
},
43+
"uid": "0c6e64"
44+
}
45+
],
46+
"layout": {
47+
"scene": {
48+
"camera": {
49+
"eye": {
50+
"x": 0.2,
51+
"y": 3.5,
52+
"z": 0.4
53+
}
54+
},
55+
"aspectratio": {
56+
"x": 2,
57+
"y": 2,
58+
"z": 1
59+
}
60+
},
61+
"height": 450,
62+
"width": 1000,
63+
"autosize": true
64+
}
65+
}
+53Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"data": [
3+
{
4+
"type": "scatter3d",
5+
"x": [
6+
1,
7+
2,
8+
3
9+
],
10+
"y": [
11+
1,
12+
2,
13+
3
14+
],
15+
"z": [
16+
200,
17+
100,
18+
200
19+
],
20+
"error_z": {
21+
"type": "percent",
22+
"value": 20,
23+
"color": "red",
24+
"width": 0.5
25+
},
26+
"error_y": {
27+
"type": "constant",
28+
"value": 0.25,
29+
"valueminus": 0.1
30+
},
31+
"uid": "a8f51d"
32+
}
33+
],
34+
"layout": {
35+
"scene": {
36+
"camera": {
37+
"eye": {
38+
"x": 3,
39+
"y": 0.2,
40+
"z": 0.2
41+
}
42+
},
43+
"aspectratio": {
44+
"x": 2,
45+
"y": 2,
46+
"z": 1
47+
}
48+
},
49+
"height": 450,
50+
"width": 1000,
51+
"autosize": true
52+
}
53+
}

0 commit comments

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