Simple and complete plot gui module for Deno local scripts to provide a helper for science computing.
Attributes
Includes Deno configuration
Repository
Current version released
3 years ago
Dependencies
deno.land/x
skypack.dev
chart.js@3.7
std
Deplot
Simple and complete Plot gui module for Deno local scripts to provide a helper for science computing.
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';
Examples
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
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