radtools.TRI.plot_wigner_seitz#
method
- TRI.plot_wigner_seitz(ax=None, vectors=True, colour='black', label=None, vector_pad=1.1, reciprocal=False, normalize=False)#
Plot Wigner-Seitz unit cell.
- axaxis, optional
3D matplotlib axis for the plot.
- vectorsbool, default True
Whether to plot lattice vectors.
- colourstr, default "black" or "#FF4D67"
Colour for the plot. Any format supported by matplotlib. See matplotlib colors.
- 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.