Skip to content

Feature #573 Wind Rose, MPR, Hovmoeller, TCMPR, 2D Histogram#574

Open
georgemccabe wants to merge 68 commits intofeature_557_line_gpmfrom
feature_573_wind_rose
Open

Feature #573 Wind Rose, MPR, Hovmoeller, TCMPR, 2D Histogram#574
georgemccabe wants to merge 68 commits intofeature_557_line_gpmfrom
feature_573_wind_rose

Conversation

@georgemccabe
Copy link
Copy Markdown
Contributor

This PR was created off of feature_557_line_gpm because PR #571 is still unmerged. This can be adjusted to merge into feature_555_replace_plotly once that is merged.

Pull Request Testing

  • Describe testing already performed for these changes:

  • Recommend testing for the reviewer(s) to perform, including the location of input datasets, and any additional instructions:

  • Do these changes include sufficient documentation updates, ensuring that no errors or warnings exist in the build of the documentation? [Yes or No]

  • Do these changes include sufficient testing updates? [Yes or No]

  • Will this PR result in changes to the test suite? [Yes or No]

    If yes, describe the new output and/or changes to the existing output:

  • Do these changes introduce new SonarQube findings? [Yes or No]

    If yes, please describe:

  • Please complete this pull request review by [Fill in date].

Pull Request Checklist

See the METplus Workflow for details.

  • Add any new Python packages to the METplus Components Python Requirements table.
  • Review the source issue metadata (required labels, projects, and milestone).
  • Complete the PR definition above.
  • Ensure the PR title matches the feature or bugfix branch name.
  • Define the PR metadata, as permissions allow.
    Select: Reviewer(s) and Development issue
    Select: Milestone as the version that will include these changes
    Select: Coordinated METplus-X.Y Support project for bugfix releases or METplotpy-X.Y.Z Development project for official releases
  • After submitting the PR, select the ⚙️ icon in the Development section of the right hand sidebar. Search for the issue that this PR will close and select it, if it is not already selected.
  • After the PR is approved, merge your changes. If permissions do not allow this, request that the reviewer do the merge.
  • Close the linked issue and delete your feature or bugfix branch from GitHub.

… base functionality to prepare for plotly to matplotlib transition
…wise use global pyplot -- still close all global pyplot in case anything is lingering after plotting. Add empty write_output_file function that can be override by child classes
… involved updating the wind rose plot to take an optional matplotlib Axes object so the MPR plot could create multiple sub-plots within a single image and pass the appropriate sub-plot object to wind rose to create the plot.
…ogic to function that builds series list instead of plotting function
…og level here is ignored if the logger has already been initialized, e.g. in the pytest fixture that sets log level
…ettings in this yaml. point is already tested in another yaml. a new yaml will need to be created to test the tcmpr scatter plot
… -- this was needed to support legacy hovmoeller plot yaml files because they use pixel units
… the code (except for the correlation computation and plot) was ported over to metplotpy/plots/hovmoeller
… line call to download the artifacts. Update upload action to version that does not have Node.js 20 deprecation warning
…to read data into test -- that test is skipped when the env var is unset
…or-coded n_stat values for tcmpr point plots
…tion instead of trying to log it since the logger isn't available. This could be refactored so that exception can be logged - perhaps by separating the plot object initialization from the series generation and plotting logic
…ridden in the TCMPR plotter to display color-coded number of stats for each series
…ue doesn't need to be passed around. Add slightly more space between NStats label and the numbers
… into multiple lines only if title length is greater than a threshold
@georgemccabe georgemccabe added this to the METplotpy-4.0.0 milestone Apr 6, 2026
@georgemccabe georgemccabe requested a review from bikegeek April 6, 2026 22:30
@github-project-automation github-project-automation bot moved this to 🩺 Needs Triage in METplus-13.0 Development Apr 6, 2026
@georgemccabe georgemccabe moved this from 🩺 Needs Triage to 🔎 In review in METplus-13.0 Development Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🔎 In review

Development

Successfully merging this pull request may close these issues.

Remove plotly: wind rose, mpr, hovmoeller, tcmpr, and histogram 2D plots

2 participants