YouPlot
YouPlot copied to clipboard
scatter plot : When only one column of data is given.
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?