GrafeasGroup / buttercup

Our personal assistant in Discord
MIT License
5 stars 2 forks source link

Adjust zoom for history graphs #108

Closed TimJentzsch closed 2 years ago

TimJentzsch commented 2 years ago

Relevant issue: Closes #59.

Description:

The user can restrict the time frame that is considered when creating a /history graph.

The bot now does a much better job at the following:

Screenshots:

Before: The `/history` graph for u/MurdoMaclachlan from 2 months ago until now, before the changes. The gamma axis starts at 0, even though the first point of the graph is at roughly 9000. This results in the history line being quite flat, and details being lost.

After: The `/history` graph for u/MurdoMaclachlan from 2 months ago until now, after the changes. The gamma axis now starts at about 9000, making a lot more details visible in the graph.

Checklist: