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')