Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Support Log Scaling in graphs #62

Open
CrageJ opened this issue Sep 27, 2024 · 0 comments
Open

[Feature Request] Support Log Scaling in graphs #62

CrageJ opened this issue Sep 27, 2024 · 0 comments
Labels
enhancement New feature or request priority:normal Normal priority; should be worked on when possible

Comments

@CrageJ
Copy link
Contributor

CrageJ commented Sep 27, 2024

Overview

image
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?

@rayokamoto rayokamoto added enhancement New feature or request priority:normal Normal priority; should be worked on when possible labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:normal Normal priority; should be worked on when possible
Projects
None yet
Development

No branches or pull requests

2 participants