简体中文 | English
曲线图(图片或扫描件)数字化的工具软件。
ps:本人经常遇到需要使用扫描的曲线图,但是十分不便,所以就想把曲线图数字化,变成数据表。找到了Engauge Digitizer等软件,但是呢,这些软件坐标系都只能用三个点设置,导致扫描的图片数字化后坐标系都不准,所以我就自己编写了GraphDigitizer。如果你的曲线图坐标轴都没有变形,比例很准确,用Engauge Digitizer等软件反而更方便。
- x坐标轴及y坐标轴均可以设置多个点
- 根据坐标轴设置,推断坐标轴各个点位置,并以网格形式显示
- 可以缩放曲线图图片
- 多项式拟合曲线
- 导出 csv 格式数据
- 支持切换系统主题(xp, vista etc.)
- Windows (maybe won't run on xp)
- macOS
- Linux
- UNIX
- 下载 GraphDigitizer 代码
- 运行
pip install -r requirements.txt
命令 - 运行
python bootstrapper.py
orpython app.py
命令打开软件
- 导入曲线图背景
- 缩放曲线图(可以不缩放)
- 设置坐标轴
- 绘制曲线
- 导出数据
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.