I have data in file, for example (data.txt): X Y 1 2 2 3 3 2 4 1
Can I force gnuplot to add a line connecting point 0.0 to the first point in my file (without modifying this file)?
Log in to post a comment.
I have data in file, for example (data.txt):
X Y
1 2
2 3
3 2
4 1
Can I force gnuplot to add a line connecting point 0.0 to the first point in my file (without modifying this file)?