wulfric.visualization.PlotlyBackend.plot_wigner_seitz#
method
- visualization.PlotlyBackend.plot_wigner_seitz(cell, vectors=True, label=None, color='black', reciprocal=False, normalize=False)#
Plots Wigner-Seitz cell.
- Parameters:
- cell(3, 3) array-like
Matrix of a cell, rows are interpreted as vectors.
- vectorsbool, default True
Whether to plot lattice vectors.
- labelstr, optional
Label for the plot.
- colorstr, default "black" or "#FF4D67"
Colour for the plot. Any value supported Plotly.
- reciprocalbool, default False
Whether to plot reciprocal or real Wigner-Seitz cell.
- normalizebool, default False
Whether to normalize volume of the cell to one.