How to convert a chart to a dataset/csv

does anybody know a reliable way to convert charts to a dataset (csv, pandas, ...)? I only have the png of the chart below but need the dataset to plot the chart on my own.

enter image description here

Thanks in advance!

1

1 Answer

You could try this web based tool to extract numerical data from plot images: WebPlotDigitizer. Tool allows you to upload images with plots/graphs, select data points of interest and download them into csv format.

You could also install it on your desktop: WebPlotDigitizer

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like