radtools.FCC.plot_brillouin#

method

FCC.plot_brillouin(ax=None, vectors=True, colour='#FF4D67', label=None, vector_pad=1.1, normalize=False)#

Plot brillouin zone.

axaxis, optional

3D matplotlib axis for the plot.

vectorsbool, default True

Whether to plot reciprocal lattice vectors.

colourstr, default "#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.

normalizebool, default False

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