arpes.plotting.bz.overplot_standard#

arpes.plotting.bz.overplot_standard(cell, repeat=(1, 1, 1), transforms=None)[source]#

A higher order function to plot a Brillouin zone over a plot.

Parameters:
  • cell (Cell) – ASE Cell object for BZ drawing.

  • repeat (tuple[int, int, int]) – Set the repeating draw of BZ. default is (1, 1, 1), no repeat.

  • transforms – List of linear transformation (scipy.spatial.transform.Rotation)

Return type:

Axes