red-data-tools/YouPlot

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

kojix2 opened this issue · 0 comments

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?