home *** CD-ROM | disk | FTP | other *** search
- clrdata
- clrplot
- close
-
- title Line Plot Demo (press TAB key to display next plot)
- xlabel This is the x axis
- ylabel This is the y axis
- xstart 5
- xend 15
- xstep 1
- ystart 0
- yend 1000
- ystep 200
- ygrid
- read 14
- 5 30 6 40 7 70 8 120
- 9 250 9.5 450 10 750
- 10.5 880 11 680 11.5 290
- 12 150 13 80 14 50 15 40
- read 12
- 5 980 6 980 7 980 8 950 9 800
- 9.5 600 10 410 11 250 12 200
- 13 200 14 200 15 200
- read 6
- 4 50 6 75 8 125 10 275 12 575 14 950
- read 8
- 6 178 7 193 8 273 9.5 185
- 10.5 72 12.5 175 13.5 30 14 85
- symbols
- legend1 0.450 0.95 Data Set #1
- legend2 0.135 0.88 Data Set #2
- legend3 0.680 0.88 Data Set #3
- legend4 0.078 0.28 Data Set #4
- plot
-
- curve
- symbols
- title Smooth Curve Plot
- titlesize 3
- title2 Sub-title and size of main title can be set as options
- symtype 1 1
- symtype 2 2
- symtype 3 3
- symtype 4 4
- legend1 0.082 0.82 *_Data_Set_#1
- legend2 0.082 0.74 *_Data_Set_#2
- legend3 0.082 0.66 *_Data_Set_#3
- legend4 0.082 0.58 *_Data_Set_#4
- plot
-