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:

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
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:
I believe this sort of formatting would be much better as a default