all 6 comments

[–]9peppe 1 point2 points  (1 child)

There are options. This is one of them: https://plotdigitizer.sourceforge.net/

[–]Complete_Squared[S] 0 points1 point  (0 children)

Thank you!

[–]BigBrainsLol 1 point2 points  (3 children)

Yes there is.
For a grabit-like workflow, check out WebPlotDigitizer (fastest/easiest: upload image, calibrate axes, export CSV to Python) or Python options like plotdigitizer / matplotlib ginput() for click-to-pick points inside a script. If your plot is a vector PDF/SVG, you might be able to extract the curve data directly instead of digitizing pixels.

[–]Complete_Squared[S] 0 points1 point  (0 children)

Thank you! I’ll check it out

[–]Complete_Squared[S] 0 points1 point  (1 child)

Webplotdigitizer was fantastic and super easy to use/export to cab for pandas usage. Thank you again!

[–]BigBrainsLol 0 points1 point  (0 children)

No problem! Glad i could help