We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation says it does:
If the specifier does not have a defined precision, the precision will be set automatically by the scale, returning the appropriate format.
But, it doesn’t. It probably should.
The text was updated successfully, but these errors were encountered:
If you’re using base 10 then typically you want something like ".1r" anyway…
Sorry, something went wrong.
We should at least special-case this for base 10, because it’s annoying that axis.ticks(null, "s") works for linear scales but not log scales.
axis.ticks(null, "s")
Successfully merging a pull request may close this issue.
The documentation says it does:
But, it doesn’t. It probably should.
The text was updated successfully, but these errors were encountered: