Skip to content
Snippets Groups Projects

Resolve "release v1.4.0"

Merged Ghost User requested to merge release_v1.4.0 into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -752,11 +752,15 @@ class PlotCompetitiveSkillScore(AbstractPlotClass):
ax.set(ylabel="skill score", xlabel="competing models", title="summary of all stations", ylim=self._lim())
x_min, x_max = ax.get_xlim()
print("-----------------")
print(ax.get_xlim())
ax.set_xlim([max(x_min, -xlim), min(x_max, xlim)])
handles, _ = ax.get_legend_handles_labels()
plt.xticks(rotation=90)
print(ax.get_xlim())
ax.legend(handles, self._labels)
plt.tight_layout()
print(ax.get_xlim())
def _plot_vertical(self, single_model_comparison=False, ylim=5):
"""Plot skill scores of the comparisons, but vertically aligned."""
Loading