home *** CD-ROM | disk | FTP | other *** search
- @ echo off
- echo The following command line will zoom data points from data #1 to
- echo data #40 and label the axis Charge distribution vs X
- echo grapher test.dat 1 40 Charge distribution vs X
- pause
- grapher test.dat 1 40 Charge distribution vs X (Zoom at #1 to #40)