Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I digitalize graph using Python? [closed]

I want to convert an image of a graph (plot) to corresponding data. Is there any python library to do this or maybe some sample code to learn from? If not, then how do i approach this problem?

like image 662
user1138959 Avatar asked Jun 14 '12 10:06

user1138959


People also ask

How do I display a Python graph in HTML?

Three steps are required to integrate a Python graph into an HTML Web site: generate the graph either in Plot.ly or Altair. save the graph as an HTML page. manipulate the generated HTML.


1 Answers

You can also use a digitizing software application, to convert graph images to data, that is to numbers. im2graph is free and available for both Linux and Windows. See http://www.im2graph.co.il.

like image 134
Shai Vaingast Avatar answered Sep 28 '22 00:09

Shai Vaingast