home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / aplikace / cad / wplot211 / hist.plt < prev    next >
Text File  |  1994-06-10  |  437b  |  31 lines

  1. clrdata
  2. clrplot
  3. close
  4.  
  5. xstart 0
  6. xend 25
  7. xstep 5
  8. ystart 0
  9. yend 100
  10. ystep 20
  11.  
  12. title Example Histogram Plot
  13. xlabel X Axis
  14. ylabel Y Axis
  15. histogram
  16. histwidth .82
  17. ready 24
  18. 2.1  2.9  3.3  3.8  4.6  6.2  8.3  12.4  17.1  29.3  53.7  75.4
  19. 92.1 62.3  25.4  15.2  11.2  7.4  5.9  4.1  3.6  2.8  2.3  1.95
  20. plot
  21.  
  22. histwidth 0
  23. symbols
  24. offsety -20
  25. ystart -20
  26. yend 80
  27. ystep 20
  28. ybase 0
  29. title Line Spectrum with Baseline
  30. plot
  31.