ILAMB.Post.TaylorDiagram¶
- ILAMB.Post.TaylorDiagram(stddev, corrcoef, refstd, fig, colors, normalize=True)[source]¶
Plot a Taylor diagram.
This is adapted from the code by Yannick Copin found here:
https://gist.github.com/ycopin/3342888
- Parameters
stddev (numpy.ndarray) – an array of standard deviations
corrcoeff (numpy.ndarray) – an array of correlation coefficients
refstd (float) – the reference standard deviation
fig (matplotlib figure) – the matplotlib figure
colors (array) – an array of colors for each element of the input arrays
normalize (bool, optional) – disable to skip normalization of the standard deviation