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.
Related calculators
Function Graph Plotter f(x)
NumericalType an expression such as sin(x) or x^2-2 and instantly plot its graph over a chosen x range. Maximum, minimum, zeros, and sample point values are shown alongside.
Open calculator →Graph Two Functions f(x) and g(x)
NumericalPlot two expressions f(x) and g(x) on the same axes in distinct colors, and automatically find their max, min, and intersection points.
Open calculator →Plot Data Points f(x), g(x)
NumericalPaste two sets of (x, y) data points and get f(x) and g(x) drawn as color-coded overlaid line graphs, with each series' point count and min/max.
Open calculator →Bisection Method Equation Solver
NumericalSolve f(x)=0 with the bisection method. Enter a function and an interval to get the approximate root, f(root), the iteration count, and the error, plus a per-step table of intervals and midpoints and a function graph.
Open calculator →