radtools.MatplotlibBackend.plot_kpath#
method
- MatplotlibBackend.plot_kpath(lattice, color='black', label=None, normalize=False)[source]#
Plot k path in the reciprocal space.
- Parameters:
- lattice
Lattice Lattice to be plotted.
- colorstr, default "black"
Colour for the plot. Any format supported by the used backend.
- labelstr, optional
Label for the plot.
- normalizebool, default False
Whether to normalize corresponding vectors to have the volume equal to one.
- lattice