UNPKG

bands-visualiser

Version:

A plotly.js renderer for Bands, DOS, combined Bands/Dos and fatBands.

40 lines (37 loc) 1.13 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Bands Visualiser</title> <script type="module" src="./src/examples.js"></script> </head> <body> <h2>Bands Visualiser</h2> <div id="bandstructuresimple" style="width: 725px; height: 400px; margin-top: 10px" ></div> <h2>Bands Visualiser: zoomed and FermiLine</h2> <div id="bandstructureFermi" style="width: 725px; height: 400px; margin-top: 10px" ></div> <h2>Band Structure: spins split</h2> <div id="bandstructureSpins" style="width: 725px; height: 400px; margin-top: 10px" ></div> <h2>Band Structure with individual band styling or custom traces.</h2> <div id="bandstructureCustom2" style="width: 725px; height: 400px; margin-top: 10px" ></div> <div id="bandstructureCustom" style="width: 725px; height: 400px; margin-top: 10px" ></div> <div id="DOS" style="width: 725px; height: 400px; margin-top: 10px"></div> </div> <div id="BSDOS" style="width: 900px; height: 400px; margin-top: 10px"></div> </body> </html>