I study for sometime but didn’t get the answer yet.
The data is like:
#X0, Y0_0, Y0_1
1 1 2
3 2 4
7 1 3
....
I need to draw vectical line from (X0, Y0_0) to (X0, Y0_1). gnuplot has financebar and candlesticks but they are too much.
I just want a single vectical line for each record.
Appreciate for any help.
If I understand correctly what you are after, the following script should do the job:
What it does:
x y dx dy. The(0)stands fordx=0and the brackets are important. Otherwise the column 0 would be used which in gnuplot is the index of the data (line number).Below the plot you will get with the script above:
