Can I paste data directly from a spreadsheet?
Yes. Copy two numeric columns from a spreadsheet and paste them into the input area. Tab-separated data is supported.
Is my data uploaded to a server?
No. DataToPlot parses, calculates, and renders charts in your browser.
Which separators are supported?
The tool supports commas, spaces, tabs, and new lines for numeric data.
Can I export the chart?
Yes. After the preview renders, export the chart as PNG, SVG, JPG, or JPEG.
What happens if my data has an invalid value?
The page shows a clear error message with the row where parsing failed.
What is a residual plot?
A residual plot shows each X value against the residual, which is the observed Y value minus the predicted Y value from a fitted model.
What should a residual plot look like?
For a reasonable linear fit, residuals are often scattered around zero without a clear curve or funnel pattern.
Does this page calculate the regression line too?
Yes. It shows the fitted line, equation, R², RMSE, residual table, and residual plot.