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

Skip to content

Commit 29926e5

Browse files
committed
add mathjax image mocks
1 parent 2edc9cd commit 29926e5

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed

test/image/baselines/mathjax_full.png

37.6 KB
Loading
27.6 KB
Loading

test/image/mocks/mathjax_full.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"data": [
3+
{
4+
"y": [
5+
2,
6+
1,
7+
2
8+
],
9+
"name": "$\\xi_a$"
10+
},
11+
{
12+
"y": [
13+
1,
14+
2,
15+
1
16+
],
17+
"name": "$\\zeta^2$"
18+
}
19+
],
20+
"layout": {
21+
"title": "$\\iiint_V \\; (\\nabla \\cdot \\vec{F}) \\; \\mathrm{d}V \\; = \\; \\oint_S (\\vec{F} \\cdot \\vec{n}) \\; \\mathrm{d}S \\; = \\; 0$",
22+
"xaxis": {
23+
"title": "$\\alpha \\; \\beta \\; \\gamma$"
24+
},
25+
"yaxis": {
26+
"title": "$\\lambda \\quad \\sigma \\quad \\phi$"
27+
}
28+
}
29+
}

test/image/mocks/mathjax_single.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"data": [
3+
{
4+
"y": [
5+
2,
6+
1,
7+
2
8+
]
9+
}
10+
],
11+
"layout": {
12+
"xaxis": {
13+
"title": "$i \\hbar \\frac{\\partial}{\\partial t} \\Psi(\\vec{r}, t) = \\hat{H} \\Psi(\\vec{r}, t)$"
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)