Attributes
Includes Deno configuration
Repository
Current version released
2 months ago
Dependencies
Versions
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()