From a054b0c384740a30c9948a1a4f9df5bbe65193f8 Mon Sep 17 00:00:00 2001 From: Mattia Almansi Date: Wed, 7 Feb 2024 18:30:51 +0100 Subject: [PATCH] cleanup --- notebooks/wp3/WIP-hit_rate.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notebooks/wp3/WIP-hit_rate.ipynb b/notebooks/wp3/WIP-hit_rate.ipynb index 8287a82..ce8181f 100644 --- a/notebooks/wp3/WIP-hit_rate.ipynb +++ b/notebooks/wp3/WIP-hit_rate.ipynb @@ -383,6 +383,8 @@ " x=\"valid_month\",\n", " xticks=range(1, 13),\n", " yticks=range(1, 13),\n", + " vmin=0,\n", + " vmax=100,\n", " )\n", " facet.fig.suptitle(f\"{da.name.replace('_', ' ')}\", y=1.01)\n", " plt.show()"