The vi commands that accomplish this are:
|
| sc | start of chart. To shift right-to-left, sc=0. To shift left-to-right, sc = (# of spectra -1)(ho). Note that you will get NO left-to-right shift if sc=0. |
| wc | width of chart. wc should equal 250 - (# of spectra -1)(ho) |
| ho | horizontal offset (negative to shift left-to-right, positive to shift right-to-left) |
| vo | vertical offset |
| vs | vertical scale |
Finally: