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 functionality to hodograph #3109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

syedhamidali
Copy link

@syedhamidali syedhamidali commented Jul 8, 2023

Added ring_labels and grid_ticks parameters to the add_grid function in the Hodograph class. This enhancement enables the customization of wind speed labels/ticks and grid ticks on the hodograph.

Checklist

  • Tests done (only flake8)
  • Fully documented

Description

This pull request introduces the ring_labels and grid_ticks parameters to the add_grid function in the Hodograph class. When ring_labels is set to True (default), wind speed labels/ticks are added to the axhline of the hodograph. When grid_ticks is set to True, x and y ticks are included along the axes.

Example Usage

h = Hodograph(ax_hod, component_range=50.)
h.add_grid(increment=10, alpha=0.5, ls="-", ring_labels=True, grid_ticks=True)

Kindly review this pull request and consider merging it into the main branch.
Thank you!

Screenshot 2023-07-08 at 12 12 56 AM Screenshot 2023-07-08 at 12 11 55 AM Screenshot 2023-07-08 at 12 11 06 AM

@syedhamidali syedhamidali requested a review from a team as a code owner July 8, 2023 04:27
@syedhamidali syedhamidali requested review from dopplershift and removed request for a team July 8, 2023 04:27
@CLAassistant
Copy link

CLAassistant commented Jul 8, 2023

CLA assistant check
All committers have signed the CLA.

@dopplershift dopplershift added Type: Enhancement Enhancement to existing functionality Area: Plots Pertains to producing plots labels Jul 21, 2023
@dopplershift dopplershift added this to the September 2023 milestone Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Plots Pertains to producing plots Type: Enhancement Enhancement to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants