nodeplotlib
nodeplotlib copied to clipboard
NodeJS plotting library for JavaScript and TypeScript. On top of plotly.js. Inspired by matplotlib.
The plot only adjusts to the window size when the window is less than half of the screen width. OS: Mac OS 12.4 Browser: Any Window is aprx. 40% of...
Hi @ngfelixl, It's not a bug but i just want to make some developer feedback about the new v1 🙂 Here how i use the lib: - In many projects...
Hi, I put a simple test.js alone in a directory: > plotlib = require('nodeplotlib'); > const data = [{x: [1, 3, 4, 5], y: [3, 12, 1, 4], type: 'line'}];...
Hi it is better to use the server's IP instead of localhost. for example, I tried to use script on my server because havy data is stored there, but URL...
When using with typescript and include the `type` in the plotdata, tslint throws ```typescript const trace = {x: [1, 2], y: [1, 2], type: 'bar'}; plot([trace]); // type: string not...
Make abilty to open plot in new wondow like matplotlib does. It can be achived with https://github.com/rhysd/electron-open-url
I just want to plot Just some points to draw a cluster The scatter options draws a line between the points, I just want a cluster of points
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.11 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...