home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / aplikace / cad / wplot211 / example.plt < prev    next >
Text File  |  1995-08-12  |  1KB  |  50 lines

  1. clrdata
  2. clrplot
  3. close
  4.  
  5. title Line Plot Demo (press TAB key to display next plot)
  6. xlabel This is the x axis
  7. ylabel This is the y axis
  8. xstart 5
  9. xend 15
  10. xstep 1
  11. ystart 0
  12. yend 1000
  13. ystep 200
  14. ygrid
  15. read 14
  16.   5   30     6   40    7  70    8    120
  17.   9  250    9.5 450   10 750
  18. 10.5 880    11  680   11.5  290
  19. 12   150    13   80   14  50    15    40
  20. read 12
  21.  5  980    6 980     7  980   8  950     9  800
  22. 9.5 600   10 410     11 250   12 200
  23. 13  200   14 200     15 200
  24. read 6
  25. 4 50   6 75   8 125   10 275   12 575   14 950
  26. read 8
  27.   6  178     7  193      8  273   9.5 185
  28. 10.5  72     12.5 175   13.5 30    14 85
  29. symbols
  30. legend1 0.450 0.95 Data Set #1
  31. legend2 0.135 0.88 Data Set #2
  32. legend3 0.680 0.88 Data Set #3
  33. legend4 0.078 0.28 Data Set #4
  34. plot
  35.  
  36. curve
  37. symbols
  38. title Smooth Curve Plot
  39. titlesize 3
  40. title2 Sub-title and size of main title can be set as options
  41. symtype 1 1
  42. symtype 2 2
  43. symtype 3 3
  44. symtype 4 4
  45. legend1 0.082 0.82 *_Data_Set_#1
  46. legend2 0.082 0.74 *_Data_Set_#2
  47. legend3 0.082 0.66 *_Data_Set_#3
  48. legend4 0.082 0.58 *_Data_Set_#4
  49. plot
  50.