red-data-tools / YouPlot

A command line tool that draw plots on the terminal.
MIT License
4.17k stars 57 forks source link

scatter plot : When only one column of data is given. #19

Open kojix2 opened 3 years ago

kojix2 commented 3 years ago

Should we get the same result as the command below?

awk '{print NR "\t" $1}' | uplot scatter

If we should, how do we find out that there is only one column?