如何在 matplotlib 中用 "double scientific"-notation (~1e-9-4.999e-1) 理解这个数字

How to understand this number with "double scientific"-notation (~1e-9-4.999e-1) in matplotlib

我是 运行 一个输出 matplotlib 图的计算,其垂直轴缩放比例为(见下图)。

~1e-9-4.998e-1

这是非常奇怪的缩放比例,我想确保我正确理解了符号。是不是下面的意思?

0.000000001 - 0.4998 = -0.499799999

到目前为止我还没能成功google。如果有人能帮助我澄清这一点,我将不胜感激。

@Lagerbaer 是对的。第一个数字 (1e-9) 是轴的比例,第二个是位移。所以标记 -8.25 的勾号实际上意味着 (-8.25)*1e-9 - 4.9984827e-1,或 -0.00000000825 - 0.49984827 = -0.49984827825