radtools.PlotlyBackend.plot_wigner_seitz#

method

PlotlyBackend.plot_wigner_seitz(lattice, vectors=True, label=None, color='black', reciprocal=False, normalize=False)[source]#

Plot Wigner-Seitz unit cell.

Parameters:
latticeLattice

Lattice to be plotted.

vectorsbool, default True

Whether to plot lattice vectors.

labelstr, optional

Label for the plot.

colorstr, default "black" or "#FF4D67"

Colour for the plot. Any format supported by matplotlib. See matplotlib colors.

reciprocalbool, default False

Whether to plot reciprocal or real Wigner-Seitz cell.

normalizebool, default False

Whether to normalize corresponding vectors to have the volume equal to one.