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°.

request.password()

request.password([value]) If value is specified, sets the password for authentication to the specified string and returns this request instance. If value is not specified, returns the current password, which defaults to null.

d3.utcMonday

d3.timeMonday d3.utcMonday Monday-based weeks (e.g., February 6, 2012 at 12:00 AM).

simulation.alphaMin()

simulation.alphaMin([min]) If min is specified, sets the minimum alpha to the specified number in the range [0,1] and returns this simulation. If min is not specified, returns the current minimum alpha value, which defaults to 0.001. The simulation’s internal timer stops when the current alpha is less than the minimum alpha. The default alpha decay rate of ~0.0228 corresponds to 300 iterations.

project.invert()

project.invert(x, y) The inverse of project.

d3.easeSinIn()

d3.easeSinIn(t) Sinusoidal easing; returns sin(t).

pow.tickFormat()

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