Closed
Description
We currently determine the default height for whole-world projections automatically (for named projections):
Lines 237 to 253 in 4bbad40
It’d be nice to do that if the domain is specified, too. For example:
Plot.plot({
projection: {
type: "conic-conformal",
parallels: [34.3333, 36.1667],
rotate: [79, 0],
domain: ncstate
},
marks: [
Plot.geo(ncstate),
Plot.geo(nccounties, {strokeOpacity: 0.1})
]
})