Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to specify radius steps #157

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 21, 2022

  1. Add option to specify radius steps

    Allow user to specify the steps at which radius circles and labels will be drawn as, and also sets the rmax value to be a multiple of rstep. So for example a call to plot_windrose(t, r, kind='bar', normed=True, blowto=False, rstep=5) will generate radii/labels of 5,10,15 etc. I don't know if this the best way to achieve this (that is should this be part of WindroseAxes constructor or just passed around in kwargs?), it just worked for my use case.
    sspagnol authored and ocefpaf committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    a5ed8ba View commit details
    Browse the repository at this point in the history
  2. fix pre-commit

    ocefpaf committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    8fb6101 View commit details
    Browse the repository at this point in the history