PlotlyBackend#

Class#

PlotlyBackend([fig])

Plotting engine for the lattice with Plotly.

Plotting#

PlotlyBackend.plot(*args, kind, **kwargs)

Main plotting entry point.

PlotlyBackend.plot_unit_cell(lattice[, ...])

Plot real or reciprocal space unit cell.

PlotlyBackend.plot_wigner_seitz(lattice[, ...])

Plot Wigner-Seitz unit cell.

PlotlyBackend.plot_kpath(lattice[, color, ...])

Plot k path in the reciprocal space.

Save and show#

PlotlyBackend.save([output_name, ...])

Save the figure in the html file.

PlotlyBackend.show(**kwargs)

Show the figure in the interactive mode.