arpes.plotting.annotations.annotate_cuts#

arpes.plotting.annotations.annotate_cuts(ax, data, plotted_axes, *, include_text_labels=False, **kwargs)[source]#

Annotates a cut location onto a plot.

Example

>>> annotate_cuts(ax, conv, ['kz', 'ky'], hv=80)
Parameters:
  • ax – The axes to plot onto

  • data – The original data

  • plotted_axes – The dimension names which were plotted

  • include_text_labels – Whether to include text labels

  • kwargs – Defines the coordinates of the cut location