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