I'm drawing plots from a file in gnuplot like this:
plot "plots.txt" using 1:2 with lines lw 2
and I get something like this:

How can I draw a plot without enclosing it (without the line connecting the leftmost and the rightmost points)? Thank you!