Public
Edited
Nov 10
7 forks
2 stars
Insert cell
Insert cell
projection = d3.geoCubic()
Insert cell
map
Insert cell
Insert cell
projection2 = d3.geoCubic()
.parents([-1, 4, 1, 2, 0, 4])
.rotate([30, 0])
.angle(45)
Insert cell
map2
Insert cell
d3 = require("d3-geo@3", "d3-geo-polygon@^2")
Insert cell
import {map} with {d3, projection} from "@d3/world-map"
Insert cell
import {map as map2} with {d3, projection2 as projection} from "@d3/world-map"
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more