quant_met.plotting.
scatter_into_bz#
- quant_met.plotting.scatter_into_bz(bz_corners, k_points, data=None, data_label=None, fig_in=None, ax_in=None)#
Scatter a list of points into the brillouin zone.
- Parameters:
- bz_cornerslist[
numpy.ndarray] Corner points defining the brillouin zone.
- k_points
numpy.ndarray List of k points.
- data
numpy.ndarray, optional Data to put on the k points.
- data_label
str, optional Label for the data.
- fig_in
matplotlib.figure.Figure, optional Figure that holds the axes. If not provided, a new figure and ax is created.
- ax_in
matplotlib.axes.Axes, optional Ax to plot the data in. If not provided, a new figure and ax is created.
- bz_cornerslist[
- Returns:
matplotlib.figure.FigureFigure with the data plotted onto the axis.