/d3-pseudo-log-scale

A (almost) log scale for d3 that can handle negative and positive numbers on the same axis.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

d3-pseudo-log-scale

An (almost) log scale for d3 that can handle negative and positive numbers on the same axis.

It switches to a linear scale near the zero point. This means it's a potentially misleading scale, since it has a discontinuity.