PeterRochford / SkillMetrics

A Python library for calculating and displaying the skill of model predictions against observations.
GNU General Public License v3.0
195 stars 91 forks source link

Kevin wu #29

Closed kevinwuwu closed 2 years ago

kevinwuwu commented 2 years ago

Added features that automatically apply scientific notation to diagram axes labels. Include boolean functions to determine if scientific notation is to be used for value. Addresses the problem of too many trailing zeroes due to computer precision. Replaced OVERLAY_TAYLOR_DIAGRAM_CIRCLES with OVERLAY_TAYLOR_DIAGRAM_LINES.

Here is a list of new functions that have been added:

These features apply to both the Taylor and target diagrams.

PeterRochford commented 2 years ago

Kevin,

Thank you for your new feature contributions. They have now been added to the SkillMetrics package.

Peter Rochford