Plot This module exports a Deno-on-jupyter compatible plotting library via @observablehq/plot. To use, simply run: import Plot from "https://deno.land/x/plot/mod.ts" Plot.rectY({length: 10000}, Plot.binX({y: "count"}, {x: Math.random})).plot()