diff --git a/README.md b/README.md index 0b114dd..dd9a9d8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Coffee statistics This script calculates some statistics about the number of times coffee was being made in my student house. In essence, it is reading out a database that reads out a telegram chat where the word "Coffee" is being send by a bot when a button is pushed. - +It then makes bar charts to show on which day of the week and on which hour of the day most coffee is being made. See some examples of the plots in the files folder. Check especially the all_weekdays.png and the all_hour.png plots, since they contain more data at this point. diff --git a/files/all_hour.png b/files/all_hour.png index 8133056..03e244f 100644 Binary files a/files/all_hour.png and b/files/all_hour.png differ diff --git a/files/all_weekdays.png b/files/all_weekdays.png index 330adfe..065f24d 100644 Binary files a/files/all_weekdays.png and b/files/all_weekdays.png differ diff --git a/files/monthly_hour.png b/files/monthly_hour.png index 4706d3c..0adb258 100644 Binary files a/files/monthly_hour.png and b/files/monthly_hour.png differ diff --git a/files/monthly_weekdays.png b/files/monthly_weekdays.png index 9175d09..97629f7 100644 Binary files a/files/monthly_weekdays.png and b/files/monthly_weekdays.png differ