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