@@ -331,25 +331,26 @@ Color ramps and palettes for quantitative, ordinal and categorical scales.
331
331
* [ d3.interpolateRainbow] ( https://github.com/d3/d3-scale-chromatic/blob/v3.0.0/README.md#interpolateRainbow ) - the “less-angry” rainbow
332
332
* [ d3.interpolateSinebow] ( https://github.com/d3/d3-scale-chromatic/blob/v3.0.0/README.md#interpolateSinebow ) - the “sinebow” smooth rainbow
333
333
334
- ## [ Contours (d3-contour)] ( https://github.com/d3/d3-contour/tree/v3.0.2 )
334
+ ## [ Contours (d3-contour)] ( https://github.com/d3/d3-contour/tree/v3.1.0 )
335
335
336
336
Compute contour polygons using marching squares.
337
337
338
- * [ d3.contours] ( https://github.com/d3/d3-contour/blob/v3.0.2/README.md#contours ) - create a new contour generator.
339
- * [ * contours* ] ( https://github.com/d3/d3-contour/blob/v3.0.2/README.md#_contours ) - compute the contours for a given grid of values.
340
- * [ * contours* .contour] ( https://github.com/d3/d3-contour/blob/v3.0.2/README.md#contours_contour ) - compute a contour for a given value.
341
- * [ * contours* .size] ( https://github.com/d3/d3-contour/blob/v3.0.2/README.md#contours_size ) - set the size of a contour generator.
342
- * [ * contours* .smooth] ( https://github.com/d3/d3-contour/blob/v3.0.2/README.md#contours_smooth ) - set whether or not the generated contours are smoothed.
343
- * [ * contours* .thresholds] ( https://github.com/d3/d3-contour/blob/v3.0.2/README.md#contours_thresholds ) - set the thresholds of a contour generator.
344
- * [ d3.contourDensity] ( https://github.com/d3/d3-contour/blob/v3.0.2/README.md#contourDensity ) - create a new density estimator.
345
- * [ * density* ] ( https://github.com/d3/d3-contour/blob/v3.0.2/README.md#_density ) - estimate the density of a given array of samples.
346
- * [ * density* .x] ( https://github.com/d3/d3-contour/blob/v3.0.2/README.md#density_x ) - set the * x* accessor of the density estimator.
347
- * [ * density* .y] ( https://github.com/d3/d3-contour/blob/v3.0.2/README.md#density_y ) - set the * y* accessor of the density estimator.
348
- * [ * density* .weight] ( https://github.com/d3/d3-contour/blob/v3.0.2/README.md#density_weight ) - set the * weight* accessor of the density estimator.
349
- * [ * density* .size] ( https://github.com/d3/d3-contour/blob/v3.0.2/README.md#density_size ) - set the size of the density estimator.
350
- * [ * density* .cellSize] ( https://github.com/d3/d3-contour/blob/v3.0.2/README.md#density_cellSize ) - set the cell size of the density estimator.
351
- * [ * density* .thresholds] ( https://github.com/d3/d3-contour/blob/v3.0.2/README.md#density_thresholds ) - set the thresholds of the density estimator.
352
- * [ * density* .bandwidth] ( https://github.com/d3/d3-contour/blob/v3.0.2/README.md#density_bandwidth ) - set the bandwidth of the density estimator.
338
+ * [ d3.contours] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#contours ) - create a new contour generator.
339
+ * [ * contours* ] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#_contours ) - compute the contours for a given grid of values.
340
+ * [ * contours* .contour] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#contours_contour ) - compute a contour for a given value.
341
+ * [ * contours* .size] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#contours_size ) - set the size of a contour generator.
342
+ * [ * contours* .smooth] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#contours_smooth ) - set whether or not the generated contours are smoothed.
343
+ * [ * contours* .thresholds] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#contours_thresholds ) - set the thresholds of a contour generator.
344
+ * [ d3.contourDensity] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#contourDensity ) - create a new density estimator.
345
+ * [ * density* ] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#_density ) - estimate the density of a given array of samples.
346
+ * [ * density* .x] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#density_x ) - set the * x* accessor of the density estimator.
347
+ * [ * density* .y] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#density_y ) - set the * y* accessor of the density estimator.
348
+ * [ * density* .weight] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#density_weight ) - set the * weight* accessor of the density estimator.
349
+ * [ * density* .size] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#density_size ) - set the size of the density estimator.
350
+ * [ * density* .cellSize] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#density_cellSize ) - set the cell size of the density estimator.
351
+ * [ * density* .thresholds] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#density_thresholds ) - set the thresholds of the density estimator.
352
+ * [ * density* .bandwidth] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#density_bandwidth ) - set the bandwidth of the density estimator.
353
+ * [ * density* .contours] ( https://github.com/d3/d3-contour/blob/v3.1.0/README.md#density_contours ) - compute density contours.
353
354
354
355
## [ Voronoi Diagrams (d3-delaunay)] ( https://github.com/d3/d3-delaunay/tree/v6.0.2 )
355
356
0 commit comments