mbolli/nfsen-ng

Please don't use "B" as unit prefix for "Billion" but use "G" for "Giga"

Closed this issue · 2 comments

nfsen-ng seems to use a mix of standard and non-standard unit prefixes:

  • K for kilo (should be lower case though to be a proper prefix)
  • M for Mega or Million (ok)
  • B for probably Billion (but should be "G" for "Giga")

Later ones should be (but are probably not):

  • T for Tera
  • P for Peta
  • E for Exa

etc. See https://en.wikipedia.org/wiki/Unit_prefix

There is an option in the graphing library to try out:

Is it better after replacing labelsKMB with labelsKMG2?

labelsKMB: true,

mbolli commented

fixed in 3628bd3 (not yet in master)