2. METplotpy Release Information
When applicable, release notes are followed by the GitHub issue number which describes the bugfix, enhancement, or new feature: METplotpy GitHub issues.
2.1. METplotpy Version 3.1.0 release notes (20250721)
New Plots
None
Enhancements
Bugfixes
Make default configs available in package (#476)
Import from metplotpy.contributed instead of relative import (#478)
Series names in legend don’t get ordered correctly (#347)
Support various formats of show_legend values (#482)
Reliability Diagram show_legend setting should work with True/False rather than 1/0 values; see bugfix #482 (#455)
Better handling of determining min and max for confidence limits when data contains NaN values (#494)
Plotly line plots are plotting confidence limit bars at zero with zero length error bars (#495)
Documentation
2.2. METplotpy Upgrade Instructions
Note
In the METplotpy-3.1.0-beta2 release, METplotpy switched from development with Python 3.10.4 to development with Python 3.12. View the requirements.txt/nco_requirements.txt file at the top level of the repository for version numbers for the corresponding third-party packages.
Note
In June 2025, Plotly made significant updates to the kaleido package with the 1.0.0 release by removing Google Chrome code. Now, users will need to have Google Chrome installed in directories specified in this Plotly documentation (based on operating system): https://plotly.com/python/static-image-export/
The METplotpy code downloads Chrome at runtime by invoking the kaleido.get_chrome_sync() method call.
If users do not wish to have Chrome downloaded at run time and already have Chrome installed in one of the expected locations (specified in the Plotly link above), then the PRE_LOAD_CHROME environment variable will need to be set to ‘True’ (case insensitive string).
Refer to the Kaleido README for more information on the changes: https://github.com/plotly/Kaleido