Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3352bd

Browse files
committed
Updated mocks
1 parent cc9ef24 commit d3352bd

9 files changed

+70
-0
lines changed
31.6 KB
Loading
Loading
25.8 KB
Loading
25.4 KB
Loading
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"data": [{
3+
"x": [
4+
1,
5+
2,
6+
3,
7+
4
8+
],
9+
"y": [
10+
1,
11+
10,
12+
100,
13+
9999
14+
],
15+
"name": "base 10"
16+
}],
17+
"layout": {
18+
"yaxis": {
19+
"exponentbase": "10",
20+
"type": "log",
21+
"exponentformat": "SI"
22+
}
23+
}
24+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"data": [{
3+
"x": [
4+
1,
5+
2,
6+
3,
7+
4
8+
],
9+
"y": [
10+
1,
11+
8,
12+
64,
13+
512
14+
],
15+
"name": "base 8"
16+
}],
17+
"layout": {
18+
"yaxis": {
19+
"exponentbase": "8",
20+
"type": "log"
21+
}
22+
}
23+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"data": [{
3+
"x": [
4+
1,
5+
2,
6+
3,
7+
4
8+
],
9+
"y": [
10+
1,
11+
2.718281828459045,
12+
7.3890560989306495,
13+
20.085536923187664
14+
],
15+
"name": "base e"
16+
}],
17+
"layout": {
18+
"yaxis": {
19+
"exponentbase": "e",
20+
"type": "log"
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)