map.each()

map.each(function) Calls the specified function for each entry in this map, passing the entry’s value and key as arguments, followed by the map itself. Returns undefined. The iteration order is arbitrary.

axis.tickSizeOuter()

axis.tickSizeOuter([size]) If size is specified, sets the outer tick size to the specified value and returns the axis. If size is not specified, returns the current outer tick size, which defaults to 6. The outer tick size controls the length of the square ends of the domain path, offset from the native position of the axis. Thus, the “outer ticks” are not actually ticks but part of the domain path, and their position is determined by the associated scale’s domain extent. Thus, outer ticks m

d3.geoVanDerGrinten4Raw

d3.geoVanDerGrinten4() d3.geoVanDerGrinten4Raw The Van der Grinten IV projection.

quantize.ticks()

quantize.ticks([count]) Equivalent to continuous.ticks.

log.clamp()

log.clamp(clamp) See continuous.clamp.

d3.easeBounceOut()

d3.easeBounce(t) d3.easeBounceOut(t) Reverse bounce easing; equivalent to 1 - bounceIn(1 - t).

threshold.copy()

threshold.copy() Returns an exact copy of this scale. Changes to this scale will not affect the returned scale, and vice versa.

pow.nice()

pow.nice([count]) See continuous.nice.

quantize.nice()

quantize.nice() Equivalent to continuous.nice.

d3.geoEquirectangularRaw

d3.geoEquirectangular() d3.geoEquirectangularRaw The equirectangular (plate carrée) projection; see d3-geo. The Cassini projection is the transverse aspect of the equirectangular projection.