Handling Digitized Data#
WebPlotDigitizer allows users to export their digitized data and project files for further analysis and sharing. Below are the detailed steps for exporting data and project files:
Exporting Data#

-
View Data:
- Click the "View Data" button on the left sidebar when viewing a dataset.
- A popup window will appear displaying the digitized data.
-
Sort Data (Optional):
- Use the sorting options to organize your data as needed. You can sort by one of the axes variables in ascending or descending order, or use the "Nearest Neighbor" option to sort data based on the distance between points.
-
Format Dates (Optional): If your plot contains dates, specify the output format for the date values using a combination of the following placeholders:
Text Replaced With Example yyyyYear, all digits 2012 yyYear, last two digits 98 for 1998 mmmmMonth, full name January mmmMonth, short name Jan mmMonth, numeric 01 ddDate 23 hhHour 05 iiMinutes 12 ssSeconds 05 ss.fracFractional seconds 5.25 A few examples:
Format Date Shown (Example) dd-mm-yyyy23-10-2012 mmmm-yyyyOct-2012 yyyy abc mmmm2012 abc October mmm 'yyOct '12 -
Number Formatting (Optional):
- Adjust the number formatting for digitized data columns.
- Choose from the following styles:
- Fixed: Display a fixed number of digits after the decimal.
- Precision: Set the number of significant digits.
- Exponential: Use scientific notation with the desired number of digits after the decimal.
- The "Ignore" option disables number formatting.
-
Export to CSV:
- Copy the data from the results popup window.
- Open a text editor (e.g., Notepad on Windows).
- Paste the copied data into the text editor.
- Save the file with a
.csvextension. - The CSV file can now be imported into various data analysis software like Microsoft Excel, Matlab, etc.
Exporting Project Files#
-
Save Project:
- Click the "File" menu in the top-left corner.
- Select "Save Project" from the dropdown menu.
- Choose a location on your computer to save the project file.
- Project file formats:
.tar: The project file with.tarformat will contain all the data points, calibration settings, and the original image..json: Project files saved in this format not contain the original image. This option is mainly provided for convenience if you want to reuse parameters on different images etc.
-
Load Project:
- To reload a saved project, click the "File" menu.
- Select "Load Project" and browse to the location of your saved
.taror.jsonfile. For.jsonformat project files, you should load the associated image before loading the project parameters. - This will restore your previous session, including all data points and settings.