Skip to content

(Exercise) Polar Plotting

Single Plot

  • Use a Polar plot to create a directed histogram of wind directions.
    • Do the preparation of the plot in a dedicated function, accepting the dataframe (or column) as well as the start and end datetime (used in follow-up task)
  • Make sure that 0° points up and the counting direction is clockwise to conform with common orientation used in navigation/avionics.
  • Indicate the most common and least common direction.

Multi plot

  • Generate a 3×4 array of similar polar plots, one for each month
Edited by Erxleben, Fredo