From ed77425e64b0df456baa274cd6ee8283e0134859 Mon Sep 17 00:00:00 2001 From: Zhangyixue1537 Date: Fri, 15 Mar 2024 14:39:12 +0000 Subject: [PATCH] #8 remove commented lines in tow chart --- rick.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/rick.py b/rick.py index f536ebb..e7e95d8 100644 --- a/rick.py +++ b/rick.py @@ -441,8 +441,6 @@ def tow_chart(data, ylab, **kwargs): ax.plot(data, linewidth = 2.5, color = colour.purple) plt.grid() - # Commented to view weekday spans - #plt.grid() ax.set_xlim(0, 168) ax.set_facecolor('xkcd:white')