From b6bd97b3fa9351c32b47d710444ead8432655a72 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Wed, 27 Apr 2022 16:29:28 -0600 Subject: [PATCH] One more small update for wwa notebook: -removed the geom_count variable because it was only used in a printstatement that we no longer make --- examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb b/examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb index fd6ac13..4fd35a4 100644 --- a/examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb +++ b/examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb @@ -418,8 +418,7 @@ " if not phensigString in phensigs:\n", " phensigs.append(phensigString)\n", " # Optional printout of unique Phensigs\n", - "# print(get_title(phensigString) \n", - "# + \" (\" + phensigString + \")\n", + "# print(get_title(phensigString) + \" (\" + phensigString + \")\n", " \n", " # get the corresponding color using the dictionary\n", " color = get_color(phensigString)\n",