Berkeley CSUA MOTD:Entry 18321
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/03 [General] UID:1000 Activity:popular
4/3     

2000/5/23-24 [Uncategorized] UID:18321 Activity:kinda low
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?