matthayes / anki_progress_stats

Anki plugin that adds progress stats for learned and matured cards
https://ankiweb.net/shared/info/266436365
Apache License 2.0
27 stars 6 forks source link

Axes and bars may be off #4

Closed matthayes closed 8 years ago

matthayes commented 8 years ago

The bar is higher than the line for 3:

screen shot 2016-06-23 at 8 03 23 am
matthayes commented 8 years ago

Interesting, if I force the max to 5 then it lines up correctly:

screen shot 2016-06-23 at 8 20 56 am
matthayes commented 8 years ago

Okay, so what is probably happening here is that what is labeled as 3 on the axis is actually 2.5 and gets rounded to 3. The height of the bar looks correct and probably is at 3.

matthayes commented 8 years ago

So, this seems to be an issue with how Anki plots. The axis tick value is rounded to a whole number. The best thing to do may be to fix this in Anki.

matthayes commented 8 years ago

Fixed by copying Anki _graph method and doing the following: