keisoku

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

0102030400123456

Data points

7 points

y minimum

0

y maximum

36

y average

13


x range: 0 – 6

#xy
100
211
324
439
5416
6525
7636

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.