Skip to content
Snippets Groups Projects
Commit 721f04c6 authored by Felix Kleinert's avatar Felix Kleinert
Browse files

use 45deg rotation for PlotComp

parent 04800f47
No related branches found
No related tags found
1 merge request!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler"
Pipeline #66043 passed
......@@ -757,7 +757,7 @@ class PlotCompetitiveSkillScore(AbstractPlotClass):
ax.set(ylabel="skill score", xlabel="competing models", title="summary of all stations", ylim=self._lim())
handles, _ = ax.get_legend_handles_labels()
plt.xticks(rotation=90)
plt.xticks(rotation=45, horizontalalignment="right")
ax.legend(handles, self._labels)
plt.tight_layout()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment