mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Add title to graph
This commit is contained in:
parent
9e0071e067
commit
8e8bbf85e6
@ -98,7 +98,8 @@ draft: false
|
|||||||
plotdat[0].y.push(ext.Eabs-exexp.Eabs)
|
plotdat[0].y.push(ext.Eabs-exexp.Eabs)
|
||||||
}
|
}
|
||||||
await MathJax.typesetPromise();
|
await MathJax.typesetPromise();
|
||||||
Plotly.newPlot('abs_plot', plotdat);
|
var layout={title: "Absorption theory deviation"}
|
||||||
|
Plotly.newPlot('abs_plot', plotdat,layout);
|
||||||
document.getElementById("graph_div").hidden=false
|
document.getElementById("graph_div").hidden=false
|
||||||
var lnkdoi = document.createElement("a");
|
var lnkdoi = document.createElement("a");
|
||||||
// Wait for the value of publi when required
|
// Wait for the value of publi when required
|
||||||
@ -145,7 +146,6 @@ draft: false
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div id="graph_div" hidden=true>
|
<div id="graph_div" hidden=true>
|
||||||
<h2>Absorption theory deviation</h2>
|
|
||||||
<div id="abs_plot">
|
<div id="abs_plot">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user