I wanted to plot multiple cases on the Taylor Diagram, but I needed the markers to be not only different shapes, but also different colors.
So, I basically made 4 changes:
Added one more color, gray, to the default colors and accordingly increased the max case size to 80.
Switched the blue and red colors in the default color array, colorm, so that if a color other than red is sent with the markercolor option, then it will be used.
If the number of cases is <= the default number of markers, then each case gets a different marker shape and color (instead of only the default color of red or the one color that can be passed in with the markercolor option).
Made the marker edge color match the color of the marker
I've included here the result from the taylor5.py example.
I wanted to plot multiple cases on the Taylor Diagram, but I needed the markers to be not only different shapes, but also different colors.
So, I basically made 4 changes:
I've included here the result from the taylor5.py example.