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?
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
?