PlotDigitizer icon indicating copy to clipboard operation
PlotDigitizer copied to clipboard

A Python utility to digitize plots.

Results 14 PlotDigitizer issues
Sort by recently updated
recently updated
newest added

Does PlotDigitizer support images with logarithmic axes? E.g. ["10^1", "10^2", "10^3"] as the axis labels? Does PlotDigitizer support images with axis grid lines? E.g. https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.w3schools.com%2Fpython%2Fmatplotlib_grid.asp&psig=AOvVaw0gA6gJAJIZvzmh70DBUfzj&ust=1674670442406000&source=images&cd=vfe&ved=0CA8QjRxqFwoTCJCZoNrn4PwCFQAAAAAdAAAAABAJ

![SBA_SAMARANG_S](https://user-images.githubusercontent.com/68850165/201963546-cdffe39f-592a-4e18-b442-3e403a09d870.png) I had getting out the line of the graph The command I use is `plotdigitizer output/test.png -p 0,0 -p 150,0 -p 0,0 -p 0,7.5 -l 50,10 -l 100,10 -l...

hello, I have installed plotdigitizer in jupyter notebook. When I tried importing using "from plotdigitizer import PlotDigitizer" it's giving below error: " ImportError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_14264\1414868341.py in...

Kudos to you .. This works like a charm .. it will be also helpful if something can be done for multiple lines in a same plot as well ..