plot_points_withlabel#
- zeroheliumkit.src.plotting.plot_points_withlabel(geometry, ax=None, color=None, marker='.') None[source]#
Plot points with labels on a given axis.
- Parameters:
geometry – The geometry object containing the coordinates of the points.
ax – The axis on which to plot the points. If None, a default axis will be used.
color – The color of the points and labels.
marker – The marker style for the points.