4.10. cpforager.diagnostic.plot_angle_polar

cpforager.diagnostic.plot_angle_polar(ax, df, plot_params, var, title, var_lab)

Plot the polar histogram of dataframe column designated by the value of var.

Parameters:
  • ax (matplotlib.Axes) – plot axes.

  • df (pandas.DataFrame) – dataframe with datetime and is_night columns and the column designated by the value of var. .

  • plot_params (dict) – plot parameters dictionary.

  • var (str) – name of the column in df.

  • title (str) – plot title.

  • var_lab (str) – x-axis label.

Return the date locator and formatter for timeserie plots.