PeterRochford / SkillMetrics

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

`taylor14.py`: doesn't plot markers for negative correlations #52

Open A-Infor opened 2 weeks ago

A-Infor commented 2 weeks ago

Different from other Taylor Diagrams examples, like taylor1.py, taylor14.py is unable to plot negative values, as it does not draw the second quadrant when negative values are present. This makes it useless to me, as it does not does what I need it to do and I find it's code too complex to adapt.

How to change it so it can do the same as taylor1.py?