Gnuplot xrange not really a range? -
Gnuplot xrange not really a range? -
i seek create plot on gnuplot has no real range order on x-axis.
---------------------> 1 4 2 20 17 12 10 8
it's hence not real function interpret math knowledge, has sort of index on x-axis has no numbering order , runs 1-20 20 first, or in middle.. may mixed.. hope understand mean cause hoping gnuplot can handle that.
maybe can write info file point 2 contains info should there on y-axis , move labels around on x-axis?
you e.g. write datafile "data" containing such values
1 1.5 4 2 2 3.2 20 2.2 17 0.4 12 4.3
the sec column "y-values", first column labels of x-axis (xtics)
now seek plot info with:
plot './data' u 2:xticlabel(1)
is want?
gnuplot
Comments
Post a Comment