Suppose I have a PostScript file containing a graph that was generated using gnuplot. However, I do not have the source data, and I do not have the gnuplot commands that were used to generate the chart.
Do you know in any way somehow extracting data from a graphical representation (i.e. a PostScript file)? Such code would literally βread the graphβ (in particular, I had a smoothed graph / XY graph spread) from the pixel view, and I know that the results will be approximate at best (but it would still be very very desirable).
Do you have any experience with this? Thank you for your time!
source share