|
4 | 4 | "y": [0, 1.414], |
5 | 5 | "text": ["Hx+yH", "H\\sqrt{2}H"], |
6 | 6 | "mode": "text+markers", |
7 | | - "name": "$E^2=m^2c^4+p^2c^2$" |
| 7 | + "name": "$$E^2=m^2c^4+p^2c^2$$" |
8 | 8 | }, { |
9 | 9 | "x": [0, 1], |
10 | 10 | "y": [1.4, 0.1], |
11 | 11 | "text": ["H1.400 \\pm 0.023H", "H0.100 \\pm 0.002H"], |
12 | 12 | "textposition": "auto", |
13 | 13 | "type": "bar", |
14 | | - "name": "$x=\\frac{-b \\pm \\sqrt{b^2-4ac}}{2a}$" |
| 14 | + "name": "$$x=\\frac{-b \\pm \\sqrt{b^2-4ac}}{2a}$$" |
15 | 15 | }, { |
16 | 16 | "type": "pie", |
17 | 17 | "values": [1, 9], |
18 | | - "labels": ["$\\frac{1}{10}=10\\%$", "$\\frac{9}{10}=90\\%$"], |
| 18 | + "labels": ["$$\\frac{1}{10}=10\\%$$", "$$\\frac{9}{10}=90\\%$$"], |
19 | 19 | "textinfo": "label", |
20 | 20 | "domain": {"x": [0.3, 0.75], "y": [0.55, 1]} |
21 | 21 | }, { |
|
26 | 26 | "colorbar": {"title": {"text": "He^{i\\pi}=-1H"}, "y": 0.225, "len": 0.45} |
27 | 27 | }], |
28 | 28 | "layout": { |
29 | | - "yaxis":{"domain": [0, 0.45], "title": {"text": "$y=\\sin{2 \\theta}$"}}, |
| 29 | + "yaxis":{"domain": [0, 0.45], "title": {"text": "$$y=\\sin{2 \\theta}$$"}}, |
30 | 30 | "xaxis":{ |
31 | 31 | "domain": [0, 0.45], |
32 | | - "title": {"text": "$x=\\int_0^a a^2+1$"}, |
| 32 | + "title": {"text": "$$x=\\int_0^a a^2+1$$"}, |
33 | 33 | "tickvals": [0, 1], |
34 | | - "ticktext": ["$\\frac{0}{100}$", "$\\frac{100}{100}$"] |
| 34 | + "ticktext": ["$$\\frac{0}{100}$$", "$$\\frac{100}{100}$$"] |
35 | 35 | }, |
36 | 36 | "xaxis2": {"domain": [0.85, 1], "anchor": "y2"}, |
37 | 37 | "yaxis2": { |
38 | 38 | "domain": [0, 0.45], |
39 | 39 | "anchor": "x2", |
40 | 40 | "tickvals": [0, 1], |
41 | 41 | "ticktext": ["Ha+b+c+dH", "He+f+g+hH"], |
42 | | - "title": {"text": "$(||01\\rangle+|10\\rangle)/\\sqrt2$"} |
| 42 | + "title": {"text": "$$(||01\\rangle+|10\\rangle)/\\sqrt2$$"} |
43 | 43 | }, |
44 | 44 | "height":500, |
45 | 45 | "width":800, |
46 | 46 | "margin": {"r": 250}, |
47 | | - "title": {"text": "$i\\hbar\\frac{d\\Psi}{dt}=-[V-\\frac{-\\hbar^2}{2m}\\nabla^2]\\Psi$"}, |
| 47 | + "title": {"text": "$$i\\hbar\\frac{d\\Psi}{dt}=-[V-\\frac{-\\hbar^2}{2m}\\nabla^2]\\Psi$$"}, |
48 | 48 | "annotations":[ |
49 | 49 | { |
50 | 50 | "text": "H is substituted for $<br>where we would like<br>math but do not yet<br>fully support it", |
|
53 | 53 | "showarrow": false |
54 | 54 | }, |
55 | 55 | { |
56 | | - "text":"$(top,left)$","showarrow":false,"xref":"paper","yref":"paper", |
| 56 | + "text":"$$(top,left)$$","showarrow":false,"xref":"paper","yref":"paper", |
57 | 57 | "xanchor":"left","yanchor":"top","x":0,"y":1,"textangle":10, |
58 | 58 | "bordercolor":"#0c0","borderpad":3,"bgcolor":"#dfd" |
59 | 59 | }, |
60 | 60 | { |
61 | | - "text":"$(right,bottom)$","xref":"paper","yref":"paper", |
| 61 | + "text":"$$(right,bottom)$$","xref":"paper","yref":"paper", |
62 | 62 | "xanchor":"right","yanchor":"bottom","x":0.2,"y":0.7,"ax":-20,"ay":-20, |
63 | 63 | "textangle":-30,"bordercolor":"#0c0","borderpad":3,"bgcolor":"#dfd", |
64 | 64 | "opacity":0.5 |
65 | 65 | }, |
66 | | - {"text":"$not-visible$", "visible": false}, |
| 66 | + {"text":"$$not-visible$$", "visible": false}, |
67 | 67 | { |
68 | | - "text":"$^{29}Si$","x":0.7,"y":0.7,"showarrow":false, |
| 68 | + "text":"$$^{29}Si$$","x":0.7,"y":0.7,"showarrow":false, |
69 | 69 | "xanchor":"right","yanchor":"top" |
70 | 70 | }, |
71 | 71 | { |
72 | | - "text":"$^{17}O$","x":0.7,"y":0.7,"ax":15,"ay":-15, |
| 72 | + "text":"$$^{17}O$$","x":0.7,"y":0.7,"ax":15,"ay":-15, |
73 | 73 | "xanchor":"left","yanchor":"bottom" |
74 | 74 | } |
75 | 75 | ] |
|
0 commit comments