Skip to content

rgbkrk/plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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()