Conventional Plot Digitizer is a user-friendly tool designed to streamline the process of digitizing data from plots and graphs. This tool is especially useful for research assistants, engineers, and students who need to extract numerical data from visual representations for analysis and further research.
- Interactive user interface for easy plot selection and data extraction.
- Automatic data point detection and digitization.
- Export digitized data to various formats (CSV, Excel, etc.).
- Customizable settings for accuracy and precision.
- Clone this repository.
- Install the required dependencies:
pandas
,numpy
,scipy
andmatplotlib
. - Run the
plot_digitizer.py
script.
- Launch the tool and load the plot image.
- Define calibration parameters if necessary.
- Click on data points to automatically extract coordinates.
- Review and adjust digitized data.
- Export data to preferred format.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
We would like to thank Pantelis Liolios (2020) for the inspiration.