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

Numerical formatting for axes #8

Open
trisyoungs opened this issue Apr 10, 2022 · 0 comments
Open

Numerical formatting for axes #8

trisyoungs opened this issue Apr 10, 2022 · 0 comments

Comments

@trisyoungs
Copy link
Member

Currently we are simply converting axis values to text using built-in Qt functions and not enforcing any decimal points or format etc. This is inflexible and can result in formatting artifacts (e.g. when displaying zero which can be interpreted as the smallest non-zero floating point value representable).

Need exponential / fixed form (switching between the two as necessary) and exponential / integer at the very least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant