8000 new mock · monfera/plotly.js@5336725 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5336725

Browse files
committed
new mock
1 parent e96c3c4 commit 5336725

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"layout": {
3+
"width": 620,
4+
"height": 550,
5+
"title": "Half-Angle Formulas"
6+
},
7+
8+
"data": [{
9+
10+
"type": "table",
11+
12+
"domain": {
13+
"x": [0, 1],
14+
"y": [0, 1]
15+
},
16+
17+
"columnwidth": [30, 200, 200],
18+
"columnorder": [0, 1, 2],
19+
20+
"header": {
21+
"values": [["<b>#</b>"], ["Form"], ["Equivalent"]],
22+
"align": ["right", "center", "center"],
23+
"line": {"width": 0.0},
24+
"fill": {"color": ["dimgray", "grey"]},
25+
"font": {"family": "Arial", "size": 14, "color": "white"}
26+
},
27+
28+
"cells": {
29+
"values": [
30+
["1.", "2."],
31+
["$$\\cos^2\\theta=\\displaystyle\\frac{1+\\cos\\theta}{2}$$", "$$\\sin^2\\theta=\\displaystyle\\frac{1-\\cos\\theta}{2}$$"],
32+
["$$\\cos\\theta=\\pm\\sqrt{\\displaystyle\\frac{1+\\cos\\theta}{2}}$$", "$$\\sin\\theta=\\pm\\sqrt{\\displaystyle\\frac{1-\\cos\\theta}{2}}$$"]
33+
],
34+
"align": ["right", "center", "center"],
35+
"line": {"color": "grey", "width": 1},
36+
"font": {"family": "Arial", "size": 12, "color": ["black"]}
37+
}
38+
}]
39+
}

0 commit comments

Comments
 (0)
0