radtools.PlotlyBackend.plot_kpath#
method
- PlotlyBackend.plot_kpath(lattice, color='#000000', label=None, normalize=False, **kwargs)[source]#
Plot k path in the reciprocal space.
- Parameters:
- lattice
Lattice Lattice to be plotted.
- colorstr, default "#000000"
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