gemmr.plot.polar_hist

gemmr.plot.polar_hist(angles, bins=None, mark_mean=False)

Plot a polar histogram.

Parameters:
  • angles (array-like) – angles for which to generate the histogram

  • bins (None or "semicircle") – if None the circular histogram will be generated between the minimum and maximum element of angles, if “semicircle” the upper half of the circle will be plotted

  • mark_mean (bool) – whether to mark the circular mean with a “o”

Returns:

panel

Return type:

hv.Overlay