Data Point f(x) Graph Plotter
Just paste your (x, y) data points to instantly draw a line-and-point chart. See the point count plus the minimum, maximum, and average of y at the same time.
Input
Data points (one point per line, in "x, y" order, separated by comma, space, or tab)
Data points read: 7
Result
Plotted data points
7points
Data points
7 points
y minimum
0
y maximum
36
y average
13
x range: 0 – 6
| # | x | y |
|---|---|---|
| 1 | 0 | 0 |
| 2 | 1 | 1 |
| 3 | 2 | 4 |
| 4 | 3 | 9 |
| 5 | 4 | 16 |
| 6 | 5 | 25 |
| 7 | 6 | 36 |
How it works
- Enter numbers one line at a time in "x, y" order and the tool automatically draws a chart with a line and markers. You can separate the values with a comma, a space, or a tab.
- It reads the first two numbers on each line as x and y, sorts the points by ascending x, and then connects them with a line, so you get a clean graph even when the rows are in random order.
- It tallies the number of data points and the minimum, maximum, and average of y, letting you grasp the overall range and trend of your data at a glance.
- The chart includes gridlines and axis labels, and when 0 falls inside the range it highlights the axes passing through the origin.
- Lines that cannot be read as numbers and header rows (such as x,y) are skipped automatically, and any ignored lines are shown as a notice.
- A table of the data points that were read appears below the input box so you can confirm that your pasted data was recognized correctly.
Reviews
Tell us what you think of this calculator.
Write a review
Found an incorrect result or a problem? Turn this on to report it.
- Home
Data Point f(x) Graph Plotter