/WebPlotDigitizer

HTML5 based online tool to extract numerical data from plot images.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

WebPlotDigitizer

A web based tool to extract numerical data from plot images. Supports XY, Polar, Ternary diagrams and Maps.

This tool has been developed using HTML5, CSS3 and Javascript and therefore runs from within the browser and requires no installation.

Homepage

This project is hosted on http://arohatgi.info/WebPlotDigitizer

Usage

Instructions and video tutorials are available at http://arohatgi.info/WebPlotDigitizer/tutorial.html

Scripting

Users can load scripts to extend the capabilities of WebPlotDigitizer. For samples see WebPlotDigitizer-Examples. If you are looking for a custom script, then email me.

Offline Development/Usage

This tool has to be hosted on a HTTP server with PHP for some javascript features and PHP scripts to function correctly. The master branch of the code is usually unstable and not recommended for download (only for development). To download a stable release of this app, check Releases.

Development/Hacking

  • dev.html and index.html are generated files!
  • index.html is the deployed page on the website and uses a compiled and compressed version of the javascript code.
  • dev.html is to be used during development. This uses the uncompressed/uncompiled javascript files.
  • build.sh generates dev.html and index.html based on the files in the templates folder and the javascript folder.
  • Host the pages on a PHP enabled web server (e.g. php -S localhost:8000 ) during development.

Contact

Ankit Rohatgi ankitrohatgi@hotmail.com