Skip to main content
Deno 2 is finally here 🎉️
Learn more


Deplot

Simple and complete Plot gui module for Deno local scripts to provide a helper for science computing.

Tags vr scripts deno doc

Dependencies

Use Webview for window managing and plots libraries for tracing.

Usage

All the modules are exposed in mod.ts

import { Deplot } from 'https://deno.land/x/deplot';

Documentation

Examples

Plotly.js

deno run --allow-read --allow-write --allow-net --allow-run --allow-env --allow-ffi --unstable --no-check https://deno.land/x/deplot/examples/plotly.ts

Chart.js

deno run --allow-read --allow-write --allow-net --allow-run --allow-env --allow-ffi --unstable --no-check https://deno.land/x/deplot/examples/chartjs.ts