home *** CD-ROM | disk | FTP | other *** search
- clrdata
- clrplot
-
- title Example Line Plot (press the ESC key to clear the plot)
- xlabel This is the x axis
- ylabel This is the y axis
- xstart 5
- xend 15
- xstep 2.5
- ygrid
- open data2.dat
- read 14
- read 12
- open data1.dat
- read 6
- close
- read 8
- 6 178 7 193 8 273 9.5 185
- 10.5 72 12.5 175 13.5 30 14 85
- symbols 3
- symbols 4
- legend1 0.350000 0.940000 Data Set #1
- legend2 0.148000 0.853333 Data Set #2
- legend3 0.662000 0.863333 Data Set #3
- legend4 0.078000 0.256667 Data Set #4
- plot
-
- curve
- symbols 3
- symbols 4
- title Smooth Curve Plot
- plot
-