dataplot.js is an in-browser scientific plotting tool, designed to create readable, effective, quality graphs with a simple yet powerful user interface. It is currently still in development, but the planned features are:
- Import/export data from/to CSV file format
- Compute and plot trendlines
- Work on multiple graphs at once
- Save all data locally (both in the browser's storage and at user-defined locations on the hard drive)
You can find the main implementation of dataplot.js here.
Feel free to fork & pull request!
If you want to submit an issue, please make sure that your issue has not already been submitted. Also, if you are submitting a bug, please post your browser's identification string with the bug as well.
dataplot.js does not collect any data about you. That said, dataplot.js will store a limited number of save files in your browser's local storage, and does offer the ability to save and load CSV, and dataplot.js save files (JSON) to/from your hard drive; additionally it can save PNG graph output.
dataplot.js is hosted on GitHub Pages and is thus also subject to GitHub's privacy policy.