A standalone Winodws desktop tool to extract the numeric coordinates of a 2D graph in image format.
- Load a graph with the first button of the above toolbar.
- Select two points of the horizontal axis (X axis).
- Select two points of the vertical axis (Y axis).
- A dialog will appear for specifying the values of each axis that have been selected, and also whether the axes are logarithmic or not.
- Now the graph is fully calibrated. Start picking curve points with the left mouse button.
- After all the desired points have been selected, they can be copied by either the specific toolbar button or the contextual menu of the left grid.
Once the axes of the graph are defined, the program will translate screen coordinates into graph coordinates. The axes can also be be logarithmic.
The points can be easily copied into the clipboard and pasted in other programs, such as text files or spreadsheets. The program also supports graphs that are not perfectly square (e.g. from an angled photograph).
Note: Although the latest release is fully functional, the project is quite old and undergoing several changes that will allow further growth. The most important of these is the migration from a pure view approach to the MVVM pattern. After this, testing and an a CI/CD pipeline will also be implemented.
The latest version of the tool can be downloaded from the Releases section of this GitHub repository.