import {chart as streamgraph} from "@d3/streamgraph-transitions" streamgraph
import {image} from "@mbostock/voronoi-stippling" image
import {canvas} from "@d3/world-tour" canvas
viewof likeit = Inputs.range([1, 2000], {label: "Like it!!", step: 1}) Plot.plot({ marks: [ Plot.ruleY([0]), Plot.lineY(aapl, Plot.windowY({x: "Date", y: "Close", k: likeit, reduce: "mean"})) ] })
import {d3, map} from "@d3/orthographic" map