Plot csv file with multiple rows using gnuplot
问题 I have a csv file which contains 500 rows and 100 columns. I want to plot the data in the way that: Each row represent a curve on the graph. Every column represents a value on the curve (100 values). 500 such curves on the graph. The code: set xrange [0:100] set yrange [0:20] set term png set output 'output.png' set datafile separator ',' plot 'myplot.csv' But this does not seem to work. How can I configue gnuplot to achieve that? Edit: The data is in this format (Shortened): 7.898632397,7