draw_labels

Contents

draw_labels#

zeroheliumkit.src.plotting.draw_labels(geometry, ax: Axes) None[source]#

Draws labels on the given axis for each point in the geometry.

Parameters:
  • geometry – The geometry object containing the points to label.

  • ax (matplotlib.axes.Axes) – The axes on which to draw the labels.