Hi all, Is there a way to plot in the same graph pairwise series (xi, yi)? I'm thinking to something like this: list X = x1 x2 list Y = y1 y2 gnuplot Y X # plotting (x1,y1) and (x2,y2)
cheers, artur
Hi all, Is there a way to plot in the same graph pairwise series (xi, yi)? I'm thinking to something like this: list X = x1 x2 list Y = y1 y2 gnuplot Y X # plotting (x1,y1) and (x2,y2) cheers, artur |