How to set grid (vector or arrows) lines in gnuplot
问题 The location of the grid lines (parallel to Y-axis) at X-axis are defined at third row of a files, for example the third lines has the points # 0.00000000 0.08329780 0.11683890 0.20013670 0.23367770 I can get the Ymax from another file defined as FILE with set table $Dummy plot FILE u ($0==1?(Ymax=$2): NaN) w table # i have updated this line. This will be used only for height of the grid line. Here FILE is a data file with two coloum only which will be plotted in X-Y format. unset table How I