English | 简体中文
Digtize the graph(figure/chart) from image format, such as graph scanned from book.
- Setting multiple x-axis values or y-axis values
- Display axes grid predict by x-ais and y-axis setting
- Scale background(graph) image
- fiting any digitized curve by polynomials
- Export csv format curve points data
- Switch different system themes (xp, vista etc.)
- Windows (maybe won't run on xp)
- macOS
- Linux
- UNIX
Follow the steps as below:
- download the GraphDigitizer Code.
- run
pip install -r requirements.txt
install dependencies. - run
python bootstrapper.py
orpython app.py
to start app.
- import graph image
- scale graph(background) image
- setting x-axis and y-axis
- add curves
- export digitized data
You can use this software for free in open source projects that are licensed under the GPL. but there is an exception: if you only use it to generate qss file for commercial product, the product's source code can be shipped with whatever license you want.
If you don't want to open your code up to the public, you can purchase a commercial license, and also should purchase a commercial license for PyQt5.