Skip to content

Commit

Permalink
#8 remove commented lines in tow chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhangyixue1537 committed Mar 15, 2024
1 parent 6c5ba2a commit ed77425
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rick.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit ed77425

Please sign in to comment.