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

Plotly style formatter #21

Open
isentropic opened this issue Jun 11, 2020 · 0 comments
Open

Plotly style formatter #21

isentropic opened this issue Jun 11, 2020 · 0 comments

Comments

@isentropic
Copy link
Collaborator

isentropic commented Jun 11, 2020

Plotly has a nice default formatter that is very well suited for terminal without relying on ugly unicode exponents. These unicode exponents look egregious on low resolution screens (like mine) (12.368×10⁻³)

How plotly handles it:

image

I believe this sort of formatting would be much better as a default

1e-15 =1f
1e-12 = 1p
1e-9 = 1n
1e-6 = 1u
1e3 = 1k
1e6 = 1M
1e9 = 1G
1e12 = 1T
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