radtools.MatplotlibBackend.plot_wigner_seitz#

method

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

Plot Wigner-Seitz unit cell.

Parameters:
latticeLattice

Lattice to be plotted.

vectorsbool, default True

Whether to plot lattice vectors.

colorstr, default "black"

Colour for the plot. Any format supported by the used backend.

labelstr, optional

Label for the plot.

vector_padfloat, default 1.1

Multiplier for the position of the vectors labels. 1 = position of the vector.

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.