5/22 How do I get gnuplot to treat my x data values as just adjacent
points? i.e. if my data set is
100 74
500 34
I dont want it to draw on the x axis a tick on 100, 200, ... 500
I want it to treat the 100 and 500 points as adjacent points.
\_ either: add another column which is just the row index (1,2,..)
and plot versus that column, or use a good graphing program (xmgr!)
which supports plotting via row index
which supports plotting versus row index
\_ try grace, it's the new xmgr and it kicks ass,
<DEAD>plasma-gate.weizmann.ac.il/Grace<DEAD> -dpetrou
\_ thanks. can you highlight some of the ass kickers? |