When comparing different model runs using the skill table, sometimes it would be great to have finer-grained control over the color-coding. One example could be that you have one outlier (e.g. rmse=800) that ruins the color coding - you would have want to have it capped at 100. With matplotlib you can often do this normlization with the vmin and vmax keywords but that does not work - eventhough style accepts these kwargs.
When comparing different model runs using the skill table, sometimes it would be great to have finer-grained control over the color-coding. One example could be that you have one outlier (e.g. rmse=800) that ruins the color coding - you would have want to have it capped at 100. With matplotlib you can often do this normlization with the vmin and vmax keywords but that does not work - eventhough style accepts these kwargs.