d3.geoSinuMollweideRaw

d3.geoSinuMollweide() d3.geoSinuMollweideRaw Allen K. Philbrick’s Sinu-Mollweide projection. See also the interrupted form.

d3.interpolateDate()

d3.interpolateDate(a, b) Returns an interpolator between the two dates a and b. Note: no defensive copy of the returned date is created; the same Date instance is returned for every evaluation of the interpolator. No copy is made for performance reasons; interpolators are often part of the inner loop of animated transitions.

d3.schemePastel2

d3.schemePastel2 An array of eight categorical colors represented as RGB hexadecimal strings.

gingery.radius()

gingery.radius([radius]) Defaults to 30°.

quadtree.visitAfter()

quadtree.visitAfter(callback) Visits each node in the quadtree in post-order traversal, invoking the specified callback with arguments node, x0, y0, x1, y1 for each node, where node is the node being visited, ⟨x0, y0⟩ are the lower bounds of the node, and ⟨x1, y1⟩ are the upper bounds, and returns the quadtree. (Assuming that positive x is right and positive y is down, as is typically the case in Canvas and SVG, ⟨x0, y0⟩ is the top-left corner and ⟨x1, y1⟩ is the lower-right corner; however,

satellite.distance()

satellite.distance([distance]) Distance from the center of the sphere to the point of view, as a proportion of the sphere’s radius; defaults to 2.0. The recommended maximum clip angle for a given distance is acos(1 / distance) converted to degrees. If tilt is also applied, then more conservative clipping may be necessary. For exact clipping, the in-development geographic projection pipeline is needed; see the satellite example.

band.bandwidth()

band.bandwidth() Returns the width of each band.

d3.shuffle()

d3.shuffle(array[, lo[, hi]]) Randomizes the order of the specified array using the Fisher–Yates shuffle.

bonne.parallel()

bonne.parallel([parallel]) Defaults to 45°.

pow.tickFormat()

pow.tickFormat([count[, specifier]]) See continuous.tickFormat.