refac: limit axis in competing skill score plot
there is an issue when a single model does perform very poor resulting in a strong negative skill score. This will destroy the information on all other skillscores because of the axis scaling.
- add a meaningfull limit (e.g. 5) to the skill score plot. Decide to limit data to the interval [-5,5] or just to limit the axis to this interval.