wulfric.visualization.MatplotlibBackend.plot_kpath#
method
- visualization.MatplotlibBackend.plot_kpath(cell, color='black', label=None, normalize=False)#
Plots k path in the reciprocal space.
- Parameters:
- cell(3, 3) array-like
Matrix of a cell, rows are interpreted as vectors.
- colorstr, default "black"
Colour for the plot. Any format supported by matplotlib (see matplotlib colors).
- labelstr, optional
Label for the plot.
- normalizebool, default False
Whether to normalize volume of the cell to one.