heikkilevanto / beertracker

Simple script to track the beers I drink
GNU General Public License v2.0
2 stars 1 forks source link

Better graph #256

Closed heikkilevanto closed 7 months ago

heikkilevanto commented 7 months ago

Instead of just a line for each day, plot a stack of individual drinks, colored according to style.

Drop the different color for weekend days, and plot a different background color instead.

heikkilevanto commented 7 months ago

Done the preliminaries: Dark background with weekend markers on it. Unfortunately the plotting comes from data read into variables earlier, not so easy to split into drink types after summing up.