[Feature Request] Support Log Scaling in graphs #62
Labels
enhancement
New feature or request
priority:normal
Normal priority; should be worked on when possible
Overview
Skullboard stats currently displays bar charts on a linear scale, anything higher than a certain value gets cut off at the top. The graph becomes no longer readable for these values.
Using a log scale would allow these larger values to become viewable again.
Details
matplotlib already supports displaying a graph with log scaling https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.yscale.html
Why would this feature be useful?
Adding this feature would allow charts with large factors of scaling between them to become viewable again.
Additional Notes
Maybe a log scale should become a default for graphs with large enough values?
The text was updated successfully, but these errors were encountered: